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 »

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.

carlosal1015 commented on 2021-10-20 13:43 (UTC) (edited on 2021-10-20 13:57 (UTC) by carlosal1015)

Thank you @bpierre, nice interesting discussion. I will try with the variable GIT_CEILING_DIRECTORIES.

Note around: By the same settings (#BUILDIR=... in /etc/makepkg.conf)

python-requests-cache /usr/
python-requests-cache /usr/lib/
python-requests-cache /usr/lib/python3.9/
python-requests-cache /usr/lib/python3.9/site-packages/
python-requests-cache /usr/lib/python3.9/site-packages/requests_cache-0.8.1.dist-info/
python-requests-cache /usr/lib/python3.9/site-packages/requests_cache-0.8.1.dist-info/LICENSE
python-requests-cache /usr/lib/python3.9/site-packages/requests_cache-0.8.1.dist-info/METADATA
python-requests-cache /usr/lib/python3.9/site-packages/requests_cache-0.8.1.dist-info/RECORD
python-requests-cache /usr/lib/python3.9/site-packages/requests_cache-0.8.1.dist-info/WHEEL
python-requests-cache /usr/share/
python-requests-cache /usr/share/licenses/
python-requests-cache /usr/share/licenses/python-requests-cache/
python-requests-cache /usr/share/licenses/python-requests-cache/LICENSE
python-requests-cache-git /usr/
python-requests-cache-git /usr/lib/
python-requests-cache-git /usr/lib/python3.9/
python-requests-cache-git /usr/lib/python3.9/site-packages/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache-0.8.2.dist-info/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache-0.8.2.dist-info/LICENSE
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache-0.8.2.dist-info/METADATA
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache-0.8.2.dist-info/RECORD
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache-0.8.2.dist-info/WHEEL
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/__init__.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/__init__.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/base.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/dynamodb.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/filesystem.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/gridfs.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/mongodb.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/redis.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/backends/sqlite.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/cache_control.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/cache_keys.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/models/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/models/__init__.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/models/raw_response.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/models/request.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/models/response.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/patcher.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/py.typed
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/serializers/
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/serializers/__init__.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/serializers/cattrs.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/serializers/pipeline.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/serializers/preconf.py
python-requests-cache-git /usr/lib/python3.9/site-packages/requests_cache/session.py
python-requests-cache-git /usr/share/
python-requests-cache-git /usr/share/licenses/
python-requests-cache-git /usr/share/licenses/python-requests-cache/
python-requests-cache-git /usr/share/licenses/python-requests-cache/LICENSE