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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72093acfdb1d8360ed400869b73fbf1882b95c4287f798084c42ee0c1ff0e425
|
||||
size 161072
|
||||
3
zeep-4.3.1.tar.gz
Normal file
3
zeep-4.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f45385e9e1b09d5550e0f51ab9fa7c6842713cab7194139372fd82a99c56a06e
|
||||
size 166468
|
||||
Reference in New Issue
Block a user