diff --git a/python-zeep.changes b/python-zeep.changes index 7abb0d7..321b97c 100644 --- a/python-zeep.changes +++ b/python-zeep.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 12 10:48:13 UTC 2024 - Nico Krapp + +- 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 diff --git a/python-zeep.spec b/python-zeep.spec index 2956b66..594ce20 100644 --- a/python-zeep.spec +++ b/python-zeep.spec @@ -1,7 +1,7 @@ # # spec file for package python-zeep # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%define skip_python2 1 Name: python-zeep -Version: 4.2.1 +Version: 4.3.1 Release: 0 Summary: A Python SOAP client based on lxml/requests License: MIT @@ -83,7 +82,7 @@ export LANG=en_US.UTF-8 %pytest tests %files %{python_files} -%doc CHANGES README.rst +%doc CHANGES README.md %license LICENSE %{python_sitelib}/zeep %{python_sitelib}/zeep-%{version}.dist-info diff --git a/zeep-4.2.1.tar.gz b/zeep-4.2.1.tar.gz deleted file mode 100644 index 5219f90..0000000 --- a/zeep-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72093acfdb1d8360ed400869b73fbf1882b95c4287f798084c42ee0c1ff0e425 -size 161072 diff --git a/zeep-4.3.1.tar.gz b/zeep-4.3.1.tar.gz new file mode 100644 index 0000000..d5ceb26 --- /dev/null +++ b/zeep-4.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45385e9e1b09d5550e0f51ab9fa7c6842713cab7194139372fd82a99c56a06e +size 166468