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: 28
Popularity: 0.000011
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-06-19 07:56 (UTC)

Latest Comments

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

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?

flying-sheep commented on 2021-12-18 15:30 (UTC)

Thanks! ^^

carlosal1015 commented on 2021-12-18 15:06 (UTC)

Sorry @flying-sheep, fixing now.

flying-sheep commented on 2021-12-18 12:42 (UTC)

Hey, it’s customary to add past maintainers to the contributor list. You just deleted me, rude.

carlosal1015 commented on 2021-12-15 13:19 (UTC) (edited on 2021-12-18 19:43 (UTC) by carlosal1015)

Hi @daregakimeta, one suggestion is check the following:

  1. Look if python-timeout-decorator is there in /usr/lib/python3.10/site-packages and not in /usr/lib/python3.9/site-packages the same for any dependencies.

Note that this sunday 12-12-2021, many python packages needed a rebuilding increasing pkgrel by one.

How to:

$ pacman -Ql python-timeout-decorator

Then, we can rebuild the package for python3.10

$ paru -Syu aur/python-timeout-decorator

daregakimeta commented on 2021-12-15 05:21 (UTC)

The installer aborts with the message

ImportError while loading conftest '/home/bruh/.cache/paru/clone/python-requests-cache/src/requests-cache-0.8.1/tests/conftest.py'.
tests/conftest.py:22: in <module>
    from timeout_decorator import timeout
E   ModuleNotFoundError: No module named 'timeout_decorator'
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'python-requests-cache-0.8.1-4': 
error: packages failed to build: python-requests-cache-0.8.1-4

python-timeout-decorator is of course installed already.

carlosal1015 commented on 2021-12-08 20:10 (UTC)

Thank you dear @JWCook, we are awaiting the new release :D https://github.com/reclosedev/requests-cache/milestone/4

JWCook commented on 2021-12-08 19:47 (UTC)

Just a heads up, another minor release will be coming soon. No dependencies have changed except for development tools. I don't expect any problems with downstream builds, but I'll keep an eye on this just in case.

carlosal1015 commented on 2021-10-28 23:21 (UTC)

Thank you @bpierre, fixed now.

bpierre commented on 2021-10-28 16:26 (UTC)

PYTHONPYCACHEPREFIX should not be set during the install phase as it prevents the inclusion of precompiled optimized bytecode in the final package.