15
0
forked from pool/python-hishel

Accepting request 1284757 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1284757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=13
This commit is contained in:
2025-06-13 10:55:22 +00:00
committed by Git OBS Bridge
parent fb33b5fa9f
commit 7e39f36259
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 11 10:07:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Wed Nov 13 15:06:33 UTC 2024 - Dirk Müller <dmueller@suse.com>