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

python311-hishel-0.1.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-hishel Distribution: openSUSE:Factory:zSystems
Version: 0.1.1 Vendor: openSUSE
Release: 1.1 Build date: Wed Nov 13 16:06:33 2024
Group: Unspecified Build host: reproducible
Size: 570348 Source RPM: python-hishel-0.1.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/karpetrosyan/hishel
Summary: Persistent cache implementation for httpx and httpcore
Hishel (հիշել, remember) is a library that implements HTTP Caching for
HTTPX and HTTP Core libraries in accordance with RFC 9111, the most
recent caching specification.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Nov 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.1.1:
    * FIx typig extensions nor found.
    * Add support for Python 3.12 / drop Python 3.8.
    * Specify usedforsecurity=False in blake2b.
* Tue Oct 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.0.33:
    * Added a Logging section to the documentation.
    * Don't raise an exception if the `Date` header is not present.
    * Ignore file not found error when cleaning up a file storage.
    * Fix `AssertionError` on `client.close()` when use
      SQLiteStorage.
    * Fix ignored flags when use `force_cache`.
* Sun Sep 08 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.0.30:
    * Fix cache update on revalidation response with content
      (rfc9111 section 4.3.3)
    * Fix request extensions that were not passed into revalidation
      request for transport-based implementation (but were
    * passed for the pool-based impl) (#247).
    * Add `cache_private` property to the controller to support
      acting as shared cache.
    * Improve efficiency of scanning cached responses in
      `FileStorage` by reducing number of syscalls.
    * Add `remove` support for storages
* Tue Aug 20 2024 Andreas Schneider <asn@cryptomilk.org>
  - Add sle15_python_module_pythons
* Fri Aug 09 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Remove not needed python 2 Build dependency
* Tue Jul 02 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Initial version (0.0.29)

Files

/usr/lib/python3.11/site-packages/hishel
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/licenses
/usr/lib/python3.11/site-packages/hishel-0.1.1.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/hishel/__init__.py
/usr/lib/python3.11/site-packages/hishel/__pycache__
/usr/lib/python3.11/site-packages/hishel/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_controller.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_controller.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_files.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_files.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_headers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_headers.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_lfu_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_lfu_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_s3.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_s3.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_serializers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_serializers.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_synchronization.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_synchronization.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/__pycache__/_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async
/usr/lib/python3.11/site-packages/hishel/_async/__init__.py
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_client.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_client.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_storages.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_storages.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_transports.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_async/__pycache__/_transports.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_async/_client.py
/usr/lib/python3.11/site-packages/hishel/_async/_mock.py
/usr/lib/python3.11/site-packages/hishel/_async/_pool.py
/usr/lib/python3.11/site-packages/hishel/_async/_storages.py
/usr/lib/python3.11/site-packages/hishel/_async/_transports.py
/usr/lib/python3.11/site-packages/hishel/_controller.py
/usr/lib/python3.11/site-packages/hishel/_exceptions.py
/usr/lib/python3.11/site-packages/hishel/_files.py
/usr/lib/python3.11/site-packages/hishel/_headers.py
/usr/lib/python3.11/site-packages/hishel/_lfu_cache.py
/usr/lib/python3.11/site-packages/hishel/_s3.py
/usr/lib/python3.11/site-packages/hishel/_serializers.py
/usr/lib/python3.11/site-packages/hishel/_sync
/usr/lib/python3.11/site-packages/hishel/_sync/__init__.py
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_client.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_client.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_storages.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_storages.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_transports.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/__pycache__/_transports.cpython-311.pyc
/usr/lib/python3.11/site-packages/hishel/_sync/_client.py
/usr/lib/python3.11/site-packages/hishel/_sync/_mock.py
/usr/lib/python3.11/site-packages/hishel/_sync/_pool.py
/usr/lib/python3.11/site-packages/hishel/_sync/_storages.py
/usr/lib/python3.11/site-packages/hishel/_sync/_transports.py
/usr/lib/python3.11/site-packages/hishel/_synchronization.py
/usr/lib/python3.11/site-packages/hishel/_utils.py
/usr/lib/python3.11/site-packages/hishel/py.typed
/usr/share/doc/packages/python311-hishel
/usr/share/doc/packages/python311-hishel/CHANGELOG.md
/usr/share/doc/packages/python311-hishel/README.md
/usr/share/licenses/python311-hishel
/usr/share/licenses/python311-hishel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jan 4 23:43:41 2025