Search Criteria
Package Details: python-requests-cache 1.2.1-1
Package Actions
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.000019 |
First Submitted: | 2015-09-21 13:55 (UTC) |
Last Updated: | 2024-06-19 07:56 (UTC) |
Dependencies (24)
- python-cattrs
- python-platformdirs
- python-requests
- python-url-normalizeAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-itsdangerous (check)
- python-pytest (check)
- python-requests-mock (check)
- python-responses (check)
- python-rich (check)
- python-time-machine (check)
- python-timeout-decoratorAUR (check)
- python-ujson (check)
- python-boto3 (optional) – Cache backend for Amazon DynamoDB database
- python-botocore (python-botocore-gitAUR) (optional) – Interface for Amazon Web Services
- python-bsonAUR (optional) – for BSON codec
- python-itsdangerous (optional) – for pass trusted data to untrusted environments
- Show 4 more dependencies...
Required by (30)
- betterbib
- howdoi-git
- keyman
- lastfm_cg-git
- manubot
- mnamer
- mythtv-git
- mythtv-git (optional)
- netease-musicbox
- netease-musicbox-git
- parselcli
- plover_plugins_manager
- pyfa
- python-abi3audit
- python-akshare
- python-apts
- python-apts (make)
- python-bioservices
- python-chembl-webresource-client
- python-dwdweather2
- Show 10 more...
Latest Comments
1 2 3 4 5 6 .. 10 Next › Last »
carlosal1015 commented on 2024-07-05 14:50 (UTC)
Hi @asday, look if some Python package is over /usr/lib/python3.11/site-packages. Otherwise rebuilt there and try again qa
asday commented on 2024-07-04 21:07 (UTC)
I believe this package has been failing for me for a while now.
I believe I have this required as a dependency for pyfa.
JWCook commented on 2024-06-18 16:03 (UTC)
@jfabernathy This was due to a change in requests 2.32, and fixed here: https://github.com/requests-cache/requests-cache/issues/990
It will be included in an upstream patch release soon.
jfabernathy commented on 2024-06-18 10:36 (UTC)
On a clean system I tried to install this and received errors causing a failure.
tests/unit/test_session.py .......................................................................... [ 75%] .............................................................................................. [100%]
================================================= FAILURES ================================================== ______ testmock_session _______
mock_http_adapter = <MagicMock name='get_connection' id='123468599450832'>
tests/compat/test_responses_load_cache.py:52: Failed ------------------------------------------- Captured stdout call -------------------------------------------- [06-18 06:30:42] INFO request.allowed-passthru init.py:1078 --------------------------------------------- Captured log call --------------------------------------------- INFO responses:init.py:1078 request.allowed-passthru ========================================== short test summary info ========================================== FAILED tests/compat/test_responses_load_cache.py::test_mock_session - Failed: DID NOT RAISE <class 'ValueError'> ================================= 1 failed, 379 passed, 1 skipped in 5.32s ================================== ==> ERROR: A failure occurred in check(). Aborting... -> error making: python-requests-cache-exit status 4
rest of console in pastebin: https://pastebin.com/hXR14MZY
pvdp commented on 2024-02-24 07:41 (UTC) (edited on 2024-02-24 07:43 (UTC) by pvdp)
Fails to build!
Full log: https://pastebin.com/G9g0Gt9H
carlosal1015 commented on 2024-01-19 16:41 (UTC)
Hi @hearth, please try again.
hearth commented on 2024-01-19 11:20 (UTC)
Incorrect checksum today:
carlosal1015 commented on 2023-05-21 00:00 (UTC)
Hi @hexadecagram, could you uninstall all the dependencies and reinstall requests-cache.
hexadecagram commented on 2023-05-20 23:56 (UTC)
python-url-normalize
, which this package also depends upon, is still installing into/usr/lib/python3.10/
. Below is the log thatpython-requests-cache
produces. I have reported this to thepython-url-normalize
package maintaners.carlosal1015 commented on 2023-05-06 13:38 (UTC)
Hi @hamelg, the reason is that all
python-packages
must be rebuilt by users when python reach a major version.See https://aur.archlinux.org/packages/python-requests-cache#comment-842175 and https://www.reddit.com/r/archlinux/comments/136uxj8/python_311_is_in_the_repos_now_o/
Solution: Rebuild
python-timeout-decorator
, if all is ok you will find the module over/usr/lib/python3.11/
when check withpacman -Ql python-timeout-decorator
.1 2 3 4 5 6 .. 10 Next › Last »