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: | 28 |
Popularity: | 0.000011 |
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
- python-pymongo (optional) – Cache backend for MongoDB database
- python-redis (optional) – Cache backend for Redis cache
- python-ujson (optional) – for JSON serializer for improved performance
- python-yaml (python-yaml-gitAUR) (optional) – for bindings yaml support
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
- python-libtimed
- python-license
- python-pypdns
- python-rows-git
- python-shillelagh
- python-tvdb_api
- python-tvdb_api-git
- python-yfinance (optional)
- radioactive
- whatlastgenre-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
Vitrum-cnkj34kr8 commented on 2022-10-28 14:00 (UTC)
v0.9.7-1 fails in the check():
carlosal1015 commented on 2022-07-10 14:51 (UTC)
Thanks @hamelg, actually is an issue for
python-exceptiongroup
. We hope they can fix it soon.hamelg commented on 2022-07-10 10:00 (UTC)
can't update package : the dependency python-exceptiongroup fails to install, it doesn't pass the test session.
carlosal1015 commented on 2022-07-05 15:39 (UTC)
Thanks @timhs, actually is an issue for
python-flit-scm
. We hope they can fix it soon.timhs commented on 2022-07-05 11:38 (UTC)
can't update package:
How can I fix that?
JWCook commented on 2022-06-29 23:15 (UTC)
Done, requests-cache 0.9.5 is out on PyPI now.
Once #75188 is done, I believe that will fix all 3 of the issues described below.
bpierre commented on 2022-06-29 22:54 (UTC)
@JWCook: requests-cache 0.9.4, and yes, currently Arch Linux version of cattrs is 22.1.0.
JWCook commented on 2022-06-29 22:47 (UTC)
@bpierre Did you see those errors related to
bson
andujson
when using requests-cache 0.9 with cattrs 22.1? That is a known issue, and I had pinned that dependency here.There's an unreleased change here that fixes this. I can backport that to 0.9 and make a patch release soon.
JWCook commented on 2022-06-29 22:32 (UTC)
Hmm, none of the optional dependencies listed here are supposed to be required for unit tests. I'll look into that.
The the exception handling in
requests_cache/__init__.py
was meant for a fairly specific case with an older packaging setup (e.g., for getting package information viapython setup.py
before installing into a new virtualenv). That's no longer needed, so I will go ahead and remove that.« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »