- update to 3.3.6:

* Catch *TransportError* from httpx and re-raise as
    *ConnectionError* so that httpx transport error exceptions do
    not leak (fixes #109).
  * There was still a comparison issue, fix bad date comparison
    (fixes #107)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=49
This commit is contained in:
2025-09-05 20:07:24 +00:00
committed by Git OBS Bridge
parent 7dd03aa43c
commit 01adf7d7f5
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 5 20:03:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.3.6:
* Catch *TransportError* from httpx and re-raise as
*ConnectionError* so that httpx transport error exceptions do
not leak (fixes #109).
* There was still a comparison issue, fix bad date comparison
(fixes #107)
-------------------------------------------------------------------
Mon Mar 10 14:25:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>