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

python39-requests-cache-1.0.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-requests-cache Distribution: openSUSE:Factory:zSystems
Version: 1.0.1 Vendor: openSUSE
Release: 1.1 Build date: Fri Jun 16 10:01:33 2023
Group: Development/Languages/Python Build host: s390zp22
Size: 382424 Source RPM: python-requests-cache-1.0.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/requests-cache/requests-cache
Summary: Persistent cache for requests library
Requests-cache is a transparent persistent cache for requests_ library.

It can be useful when you are creating some simple data scraper with constantly
changing parsing logic or data format, and don't want to redownload pages or
write complex error handling and persistence.

Requests-cache ignores all cache headers, it just caches the data for the
time you specify.

If you need library which knows how to use HTTP headers and status codes,
take a look at `CacheControl <https://github.com/ionrock/cachecontrol>`_.

Provides

Requires

License

BSD-2-Clause

Changelog

* Thu May 04 2023 Matej Cepl <mcepl@suse.com>
  - WORK IN PROGRESS, TESTS DON’T PASS!
  - Update to 1.0.1: (CONGRATULATIONS!)
    - Ignore Cache-Control: must-revalidate and no-cache when
      `cache_control=False`
    - Lots of miscellaneous performance improvements
    - Fast automatic cache cleanup with TTL integration for
      MongoDB, DynamoDB and Redis
    - Improved NoSQL/document database support: human-readable and
      indexable response data in MongoDB and DynamoDB
    - Complete support for Cache-Control headers (including its
      extensions)
    - Complete type hinting and more details from cached responses
    - Redact common authentication headers and parameters from the
      cache by default
    - Improved session settings interface, and more settings for
      refreshing, revalidation, and offline cache usage
  - Remaining list of changes all the way to 0.6.3 is too long,
    HISTORY.md is packaged.
* Sat Apr 24 2021 John Vandenberg <jayvdb@gmail.com>
  - Update to v0.6.3
    * Fix false positive warning with `include_get_headers`
    * Fix handling of `decode_content` parameter for
      `CachedResponse.raw.read()`
    * Replace deprecated pymongo `Collection.count()` with
      `estimated_document_count()`
* Wed Apr 14 2021 John Vandenberg <jayvdb@gmail.com>
  - Fix runtime Requires, adding missing prefix python-
  - Add Recommends python-redis and Suggests for python-boto3 and
    python-mongodb
  - Activate integration tests, including redis
  - Update to v0.6.2
    * Explicitly include docs, tests, and examples in sdist
  - from v0.6.1
    * Handle errors due to invalid responses in BaseCache.urls
    * Add recently renamed BaseCache.remove_old_entries() back, as an
      alias with a DeprecationWarning
    * Make parent dirs for new SQLite databases
    * Add aws_access_key_id and aws_secret_access_key kwargs to
      DynamoDbDict
    * Update GridFSPickleDict.__delitem__ to raise a KeyError for
      missing items
    * Demote most logging.info statements to debug level
    * Exclude test directory from find_packages()
    * Make integration tests easier to run and/or fail more quickly in
      environments where Docker isn't available
* Sat Apr 10 2021 John Vandenberg <jayvdb@gmail.com>
  - Update to v0.6.0
    * See https://github.com/reclosedev/requests-cache/blob/master/HISTORY.md
* Tue Sep 10 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.5.2:
    * Fix DeprecationWarning from collections #140
* Tue May 07 2019 pgajdos@suse.com
  - version update to 0.5.0
    * Add gridfs support, thanks to @chengguangnan
    * Add dynamodb support, thanks to @ar90n
    * Add response filter #104, thanks to @christopher-dG
    * Fix bulk_commit #78
    * Fix remove_expired_responses missed in __init__.py #93
    * Fix deprecation warnings #122, thanks to mbarkhau
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Tue Mar 28 2017 alarrosa@suse.com
  - Initial release

Files

/usr/lib/python3.9/site-packages/requests_cache
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/LICENSE
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/RECORD
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/REQUESTED
/usr/lib/python3.9/site-packages/requests_cache-1.0.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/requests_cache/__init__.py
/usr/lib/python3.9/site-packages/requests_cache/__pycache__
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/cache_keys.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/cache_keys.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/patcher.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/patcher.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/session.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/__pycache__/session.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/_utils.py
/usr/lib/python3.9/site-packages/requests_cache/backends
/usr/lib/python3.9/site-packages/requests_cache/backends/__init__.py
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/base.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/dynamodb.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/filesystem.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/filesystem.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/gridfs.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/mongodb.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/mongodb.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/redis.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/redis.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/__pycache__/sqlite.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/backends/base.py
/usr/lib/python3.9/site-packages/requests_cache/backends/dynamodb.py
/usr/lib/python3.9/site-packages/requests_cache/backends/filesystem.py
/usr/lib/python3.9/site-packages/requests_cache/backends/gridfs.py
/usr/lib/python3.9/site-packages/requests_cache/backends/mongodb.py
/usr/lib/python3.9/site-packages/requests_cache/backends/redis.py
/usr/lib/python3.9/site-packages/requests_cache/backends/sqlite.py
/usr/lib/python3.9/site-packages/requests_cache/cache_keys.py
/usr/lib/python3.9/site-packages/requests_cache/models
/usr/lib/python3.9/site-packages/requests_cache/models/__init__.py
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/base.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/raw_response.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/raw_response.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/request.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/request.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/response.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/__pycache__/response.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/models/base.py
/usr/lib/python3.9/site-packages/requests_cache/models/raw_response.py
/usr/lib/python3.9/site-packages/requests_cache/models/request.py
/usr/lib/python3.9/site-packages/requests_cache/models/response.py
/usr/lib/python3.9/site-packages/requests_cache/patcher.py
/usr/lib/python3.9/site-packages/requests_cache/policy
/usr/lib/python3.9/site-packages/requests_cache/policy/__init__.py
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/actions.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/actions.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/directives.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/directives.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/expiration.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/expiration.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/settings.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/__pycache__/settings.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/policy/actions.py
/usr/lib/python3.9/site-packages/requests_cache/policy/directives.py
/usr/lib/python3.9/site-packages/requests_cache/policy/expiration.py
/usr/lib/python3.9/site-packages/requests_cache/policy/settings.py
/usr/lib/python3.9/site-packages/requests_cache/py.typed
/usr/lib/python3.9/site-packages/requests_cache/serializers
/usr/lib/python3.9/site-packages/requests_cache/serializers/__init__.py
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/cattrs.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/cattrs.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/pipeline.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/pipeline.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/preconf.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/__pycache__/preconf.cpython-39.pyc
/usr/lib/python3.9/site-packages/requests_cache/serializers/cattrs.py
/usr/lib/python3.9/site-packages/requests_cache/serializers/pipeline.py
/usr/lib/python3.9/site-packages/requests_cache/serializers/preconf.py
/usr/lib/python3.9/site-packages/requests_cache/session.py
/usr/share/doc/packages/python39-requests-cache
/usr/share/doc/packages/python39-requests-cache/404.rst
/usr/share/doc/packages/python39-requests-cache/HISTORY.md
/usr/share/doc/packages/python39-requests-cache/README.md
/usr/share/licenses/python39-requests-cache
/usr/share/licenses/python39-requests-cache/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024