Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-requests-cache-1.2.0-1.mga10 RPM for noarch

From Mageia Cauldron for x86_64 / media / core / release

Name: python3-requests-cache Distribution: Mageia
Version: 1.2.0 Vendor: Mageia.Org
Release: 1.mga10 Build date: Wed Feb 21 15:54:24 2024
Group: Development/Python Build host: localhost
Size: 413380 Source RPM: python-requests-cache-1.2.0-1.mga10.src.rpm
Packager: wally <wally>
Url: https://pypi.org/project/requests-cache/
Summary: Persistent cache for requests library
requests-cache is a persistent HTTP cache that provides an easy way to get
better performance with the python requests library.

Provides

Requires

License

BSD

Changelog

* Wed Feb 21 2024 wally <wally> 1.2.0-1.mga10
  + Revision: 2042838
  - new version 1.2.0 (mga#32874)
  - add extras sub pkgs
  - switch to pyproject rpm macros
* Mon Jan 29 2024 papoteur <papoteur> 0.9.3-3.mga10
  + Revision: 2035920
  - rebuild for python 3.12
* Wed Mar 23 2022 umeabot <umeabot> 0.9.3-2.mga9
  + Revision: 1823350
  - Mageia 9 Mass Rebuild
  + guillomovitch <guillomovitch>
  - new version 0.9.3
* Tue Feb 22 2022 mrambo3501 <mrambo3501> 0.9.2-1.mga9
  + Revision: 1783033
  - version 0.9.2
  - fix files list
  - rebuild for python-3.10

Files

/usr/lib/python3.12/site-packages/requests_cache
/usr/lib/python3.12/site-packages/requests_cache-1.2.0.dist-info
/usr/lib/python3.12/site-packages/requests_cache-1.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/requests_cache-1.2.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/requests_cache-1.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/requests_cache-1.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/requests_cache/__init__.py
/usr/lib/python3.12/site-packages/requests_cache/__pycache__
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/cache_keys.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/cache_keys.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/patcher.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/patcher.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/session.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/__pycache__/session.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/_utils.py
/usr/lib/python3.12/site-packages/requests_cache/backends
/usr/lib/python3.12/site-packages/requests_cache/backends/__init__.py
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/filesystem.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/filesystem.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/mongodb.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/mongodb.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/redis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/redis.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/backends/base.py
/usr/lib/python3.12/site-packages/requests_cache/backends/dynamodb.py
/usr/lib/python3.12/site-packages/requests_cache/backends/filesystem.py
/usr/lib/python3.12/site-packages/requests_cache/backends/gridfs.py
/usr/lib/python3.12/site-packages/requests_cache/backends/mongodb.py
/usr/lib/python3.12/site-packages/requests_cache/backends/redis.py
/usr/lib/python3.12/site-packages/requests_cache/backends/sqlite.py
/usr/lib/python3.12/site-packages/requests_cache/cache_keys.py
/usr/lib/python3.12/site-packages/requests_cache/models
/usr/lib/python3.12/site-packages/requests_cache/models/__init__.py
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/raw_response.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/raw_response.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/request.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/request.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/response.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/__pycache__/response.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/models/base.py
/usr/lib/python3.12/site-packages/requests_cache/models/raw_response.py
/usr/lib/python3.12/site-packages/requests_cache/models/request.py
/usr/lib/python3.12/site-packages/requests_cache/models/response.py
/usr/lib/python3.12/site-packages/requests_cache/patcher.py
/usr/lib/python3.12/site-packages/requests_cache/policy
/usr/lib/python3.12/site-packages/requests_cache/policy/__init__.py
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/actions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/actions.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/directives.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/directives.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/expiration.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/expiration.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/settings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/__pycache__/settings.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/policy/actions.py
/usr/lib/python3.12/site-packages/requests_cache/policy/directives.py
/usr/lib/python3.12/site-packages/requests_cache/policy/expiration.py
/usr/lib/python3.12/site-packages/requests_cache/policy/settings.py
/usr/lib/python3.12/site-packages/requests_cache/py.typed
/usr/lib/python3.12/site-packages/requests_cache/serializers
/usr/lib/python3.12/site-packages/requests_cache/serializers/__init__.py
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/cattrs.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/cattrs.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/pipeline.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/pipeline.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/preconf.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/__pycache__/preconf.cpython-312.pyc
/usr/lib/python3.12/site-packages/requests_cache/serializers/cattrs.py
/usr/lib/python3.12/site-packages/requests_cache/serializers/pipeline.py
/usr/lib/python3.12/site-packages/requests_cache/serializers/preconf.py
/usr/lib/python3.12/site-packages/requests_cache/session.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 28 07:16:29 2024