Package Details: python-requests-cache 1.2.1-1

Git Clone URL: https://aur.archlinux.org/python-requests-cache.git (read-only, click to copy)
Package Base: python-requests-cache
Description: A persistent cache for python requests
Upstream URL: https://github.com/requests-cache/requests-cache
Keywords: cache dynamodb http mongodb performance redis requests sqlite web webscraping
Licenses: custom:BSD-2-clause
Submitter: Shibumi
Maintainer: carlosal1015 (JWCook, flying-sheep, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 29
Popularity: 0.000035
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-06-19 07:56 (UTC)

Dependencies (24)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

carlosal1015 commented on 2022-02-25 04:27 (UTC)

Hi @zacjor, checksum is fixed now n.n

carlosal1015 commented on 2022-02-24 11:25 (UTC)

Thank you @flying-sheep for fixed the installation ^_^

carlosal1015 commented on 2022-01-15 19:55 (UTC)

You're welcome @gnacho.

gnacho commented on 2022-01-15 19:05 (UTC) (edited on 2022-01-15 19:06 (UTC) by gnacho)

It worked for me, just removing python-timeout-decorator and updating everything again!

Many thanks!!

carlosal1015 commented on 2022-01-01 18:52 (UTC)

Happy new year!, awesome work @JWCook.

JWCook commented on 2022-01-01 18:42 (UTC)

v0.9 has been released on PyPI!

emacsomancer commented on 2021-12-20 01:53 (UTC)

Thanks, @carlosal1015 . That was it. I just needed to recompile python-timeout-decorator.

carlosal1015 commented on 2021-12-20 00:53 (UTC) (edited on 2021-12-20 00:55 (UTC) by carlosal1015)

Hi @emacsomancer, if the output for

Python 3.10.1 (main, Dec 11 2021, 17:22:55) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import timeout_decorator

says ModuleNotFoundError: No module named 'timeout_decorator', you will recompile this module for python3.10. (reinstall python-timeout-decorator). Look this https://www.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur

emacsomancer commented on 2021-12-19 23:39 (UTC)

I'm still getting the ModuleNotFoundError: No module named 'timeout_decorator' error. Is there something else that I need to do? Or is the fix still in progress?