| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 0.1.2 * Add check for fips compliant python. (#325) * Fix compatibility with httpx. (#291) * Use SyncByteStream instead of ByteStream. (#298) * Don't raise exceptions if date-containing headers are invalid. (#318) * Fix for S3 Storage missing metadata in API request. (#320) - Update BuildRequires and Requires from pyproject.toml
- 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.
- 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`.
- 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
- Add sle15_python_module_pythons
- Remove not needed python 2 Build dependency
- Initial version (0.0.29)