forked from pool/python-zeep
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 13b8e38b7f | |||
| 7f9e4a3c5c | |||
| eb1e749860 | |||
| a19ca9ce89 | |||
| 51ac325c16 | |||
| 54417b22af |
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 10 11:05:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.3.2
|
||||||
|
* Update proxy argument in httpx Client/AsyncClient
|
||||||
|
* Reformat using newer version of black
|
||||||
|
- Drop support-new-httpx.patch, merged upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 19 05:32:24 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add patch support-new-httpx.patch:
|
||||||
|
* Support argument changes with httpx 0.28.0+.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Dec 15 06:34:59 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zeep
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-zeep
|
Name: python-zeep
|
||||||
Version: 4.2.1
|
Version: 4.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python SOAP client based on lxml/requests
|
Summary: A Python SOAP client based on lxml/requests
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,13 +25,13 @@ URL: http://docs.python-zeep.org
|
|||||||
Source: https://files.pythonhosted.org/packages/source/z/zeep/zeep-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zeep/zeep-%{version}.tar.gz
|
||||||
# PATCH-FIX-OPENSUSE xfail tests that require network access
|
# PATCH-FIX-OPENSUSE xfail tests that require network access
|
||||||
Patch0: xfail-network-tests.patch
|
Patch0: xfail-network-tests.patch
|
||||||
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-attrs >= 17.2.0
|
Requires: python-attrs >= 17.2.0
|
||||||
Requires: python-cached-property >= 1.3.0
|
|
||||||
Requires: python-isodate >= 0.5.4
|
Requires: python-isodate >= 0.5.4
|
||||||
Requires: python-lxml >= 4.6.0
|
Requires: python-lxml >= 4.6.0
|
||||||
Requires: python-platformdirs >= 1.4.0
|
Requires: python-platformdirs >= 1.4.0
|
||||||
@@ -40,6 +39,8 @@ Requires: python-pytz
|
|||||||
Requires: python-requests >= 2.7.0
|
Requires: python-requests >= 2.7.0
|
||||||
Requires: python-requests-file >= 1.5.1
|
Requires: python-requests-file >= 1.5.1
|
||||||
Requires: python-requests-toolbelt >= 0.7.1
|
Requires: python-requests-toolbelt >= 0.7.1
|
||||||
|
Recommends: python-httpx >= 0.15.0
|
||||||
|
Recommends: python-packaging
|
||||||
Recommends: python-xmlsec >= 0.6.1
|
Recommends: python-xmlsec >= 0.6.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
@@ -47,10 +48,10 @@ BuildRequires: %{python_module platformdirs >= 1.4.0}
|
|||||||
BuildRequires: %{python_module aiohttp >= 1.0}
|
BuildRequires: %{python_module aiohttp >= 1.0}
|
||||||
BuildRequires: %{python_module aioresponses >= 0.4.1}
|
BuildRequires: %{python_module aioresponses >= 0.4.1}
|
||||||
BuildRequires: %{python_module attrs >= 17.2.0}
|
BuildRequires: %{python_module attrs >= 17.2.0}
|
||||||
BuildRequires: %{python_module cached-property >= 1.3.0}
|
|
||||||
BuildRequires: %{python_module freezegun >= 0.3.15}
|
BuildRequires: %{python_module freezegun >= 0.3.15}
|
||||||
BuildRequires: %{python_module isodate >= 0.5.4}
|
BuildRequires: %{python_module isodate >= 0.5.4}
|
||||||
BuildRequires: %{python_module lxml >= 4.6.0}
|
BuildRequires: %{python_module lxml >= 4.6.0}
|
||||||
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module pretend >= 1.0.9}
|
BuildRequires: %{python_module pretend >= 1.0.9}
|
||||||
BuildRequires: %{python_module pytest >= 6.0.1}
|
BuildRequires: %{python_module pytest >= 6.0.1}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
@@ -83,7 +84,7 @@ export LANG=en_US.UTF-8
|
|||||||
%pytest tests
|
%pytest tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES README.rst
|
%doc CHANGES README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/zeep
|
%{python_sitelib}/zeep
|
||||||
%{python_sitelib}/zeep-%{version}.dist-info
|
%{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.2.tar.gz
Normal file
3
zeep-4.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a23a667ce9d73a0dbfdf15745bfa2b7ab0b6402135c0cd5067574838398e0e6
|
||||||
|
size 166687
|
||||||
Reference in New Issue
Block a user