commit 21b900b705a137b6da6ef04e0c915ef18db5fa18306f76cf2431696b7f726015 Author: Tomáš Chvátal Date: Fri Nov 8 07:21:48 2019 +0000 osc copypac from project:openSUSE:Leap:15.1:Update package:python-zeep revision:1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeep?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-zeep.changes b/python-zeep.changes new file mode 100644 index 0000000..2c6c4d6 --- /dev/null +++ b/python-zeep.changes @@ -0,0 +1,59 @@ +------------------------------------------------------------------- +Mon Mar 25 11:43:38 UTC 2019 - pgajdos@suse.com + +- version update to 3.3.1 + * Fix issue with empty xsd:import statements on Python 2.7 (#930) + * Extend the force_https flag to also force loading xsd files from https when + a http url is encountered from a https domain + * Fix handling recursive xsd imports when the url's are enforced from http to + https. + * Fix reference attribute when using the Binary Security Token (#873) + * Add support for the WSAM namespace (#890) + +------------------------------------------------------------------- +Tue Feb 26 06:11:48 UTC 2019 - John Vandenberg + +- Remove from builds undesirable pytest plugins suited for development +- Add minimum build version for tornado +- Remove inappropriate runtime dependency on aioresponses +- Update to v3.2.0 + * Fix abstract message check for NoneType before attempting to access parts + * Improve support for 'Chameleon' XSD schemas (#879, #888) + * Fix resolving qualified references (#879) + * Fix issue with duplicate soap:body tags when multiple parts used (#879) + * Fix Choice with unbound Any element (#871) + * Add xsd_ignore_sequence_order flag (#880) + * Add support for timestamp token in WSS headers (#817) + * Accept strings for xsd.DateTime (#886) + +------------------------------------------------------------------- +Fri Dec 7 12:25:23 UTC 2018 - Tomáš Chvátal + +- Drop patch relax-python-requires.patch not really needed +- Try to check mtime issue on pyc files + * caused by fdupes as it is linking equal file with diferent mtime + while it should have no real impact on the package + +------------------------------------------------------------------- +Tue Nov 27 12:28:47 UTC 2018 - Jan Engelhardt + +- Trim time-sensitive wording of summary. + +------------------------------------------------------------------- +Tue Nov 27 08:38:26 UTC 2018 - Tomáš Chvátal + +- Sort out with spec-cleaner +- Remove not needed devel dependency + +------------------------------------------------------------------- +Mon Nov 26 14:52:31 UTC 2018 - John Paul Adrian Glaubitz + +- Initial build + + Version 3.1.0 +- Add patch to relax Python version requirements in setup.py + + relax-python-requires.patch +- Disable tests that are currently broken + + tests/test_tornado_transport.py + + tests/test_wsse_signature.py + + tests/test_wsse_username.py + + tests/test_wsse_utils.py diff --git a/python-zeep.spec b/python-zeep.spec new file mode 100644 index 0000000..606d269 --- /dev/null +++ b/python-zeep.spec @@ -0,0 +1,98 @@ +# +# spec file for package python-zeep +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-zeep +Version: 3.3.1 +Release: 0 +Summary: A Python SOAP client based on lxml/requests +License: MIT +Group: Development/Languages/Python +URL: http://docs.python-zeep.org +Source: https://files.pythonhosted.org/packages/source/z/zeep/zeep-%{version}.tar.gz +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-appdirs >= 1.4.0 +Requires: python-attrs >= 17.2.0 +Requires: python-cached-property >= 1.3.0 +Requires: python-defusedxml >= 0.4.1 +Requires: python-isodate >= 0.5.4 +Requires: python-lxml >= 3.1.0 +Requires: python-pytz +Requires: python-requests >= 2.7.0 +Requires: python-requests-toolbelt >= 0.7.1 +Requires: python-six >= 1.9.0 +Requires: python-tornado >= 4.0.2 +Requires: python-xmlsec >= 0.6.1 +BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module appdirs >= 1.4.0} +BuildRequires: %{python_module attrs >= 17.2.0} +BuildRequires: %{python_module cached-property >= 1.3.0} +BuildRequires: %{python_module defusedxml >= 0.4.1} +BuildRequires: %{python_module freezegun >= 0.3.8} +BuildRequires: %{python_module isodate >= 0.5.4} +BuildRequires: %{python_module lxml >= 3.1.0} +BuildRequires: %{python_module mock >= 2.0.0} +BuildRequires: %{python_module pretend >= 1.0.8} +BuildRequires: %{python_module pytest >= 3.1.3} +BuildRequires: %{python_module pytest-tornado >= 0.4.5} +BuildRequires: %{python_module pytz} +BuildRequires: %{python_module requests >= 2.7.0} +BuildRequires: %{python_module requests-mock >= 0.7.0} +BuildRequires: %{python_module requests-toolbelt >= 0.7.1} +BuildRequires: %{python_module six >= 1.9.0} +BuildRequires: %{python_module tornado >= 4.0.2} +BuildRequires: %{python_module xmlsec >= 0.6.1} +BuildRequires: python3-aiohttp >= 1.0 +BuildRequires: python3-aioresponses >= 0.4.1 +# /SECTION +%ifpython3 +Requires: python-aiohttp >= 1.0 +%endif +%python_subpackages + +%description +Python SOAP client based on python-lxml and python-requests + +%prep +%setup -q -n zeep-%{version} +# disable broken tests +rm tests/test_wsse_signature.py +rm tests/test_wsse_username.py +rm tests/test_wsse_utils.py + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +export LANG=en_US.UTF-8 +export PYTHONDONTWRITEBYTECODE=1 +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} tests/ + +%files %{python_files} +%doc CHANGES README.rst +%license LICENSE +%{python_sitelib}/* + +%changelog diff --git a/zeep-3.3.1.tar.gz b/zeep-3.3.1.tar.gz new file mode 100644 index 0000000..d025a14 --- /dev/null +++ b/zeep-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58328e36264a2fda2484dd20bb1695f4102a9cc918178d60c4d7cf8339c65d0 +size 161684