14
0
forked from pool/python-zeep

Accepting request 1223633 from home:nkrapp:branches:devel:languages:python

- Update to 4.3.1
  * Fix regression in parsing xsd:Date with negative timezone
- Update to 4.3.0
  * Drop support for Python 3.7 and 3.8 and add support for 
    Python 3.12 and 3.13 (#1421, #1408)
  * Add workaround to support date values with timezone in 
    combination with
  * isodate 0.7.2 (#1431)
  * Replace deprecated datetime.datetime.utcnow()
  * Properly close 'file://' resources (#1339)
  * Complete migration to pyproject.toml (remove setup.py)

OBS-URL: https://build.opensuse.org/request/show/1223633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeep?expand=0&rev=20
This commit is contained in:
2024-11-12 17:11:54 +00:00
committed by Git OBS Bridge
parent 155bebfe90
commit ac67ad7d26
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 12 10:48:13 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Update to 4.3.1
* Fix regression in parsing xsd:Date with negative timezone
- Update to 4.3.0
* Drop support for Python 3.7 and 3.8 and add support for
Python 3.12 and 3.13 (#1421, #1408)
* Add workaround to support date values with timezone in
combination with
* isodate 0.7.2 (#1431)
* Replace deprecated datetime.datetime.utcnow()
* Properly close 'file://' resources (#1339)
* Complete migration to pyproject.toml (remove setup.py)
-------------------------------------------------------------------
Fri Dec 15 06:34:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>