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,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
|
||||
|
||||
Reference in New Issue
Block a user