Hello community,

here is the log from the commit of package python-zeep for openSUSE:Factory 
checked in at 2019-01-03 18:09:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zeep (Old)
 and      /work/SRC/openSUSE:Factory/.python-zeep.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zeep"

Thu Jan  3 18:09:51 2019 rev:1 rq:662618 version:3.1.0

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-zeep.new.28833/python-zeep.changes       
2019-01-03 18:09:51.907964891 +0100
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Fri Dec  7 12:25:23 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- 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 <[email protected]>
+
+- Trim time-sensitive wording of summary.
+
+-------------------------------------------------------------------
+Tue Nov 27 08:38:26 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Sort out with spec-cleaner
+- Remove not needed devel dependency
+
+-------------------------------------------------------------------
+Mon Nov 26 14:52:31 UTC 2018 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- 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

New:
----
  python-zeep.changes
  python-zeep.spec
  zeep-3.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-zeep.spec ++++++
#
# spec file for package python-zeep
#
# Copyright (c) 2018 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.1.0
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 flake8 >= 3.3.0}
BuildRequires:  %{python_module flake8-blind-except >= 0.1.1}
BuildRequires:  %{python_module flake8-debugger >= 1.4.0}
BuildRequires:  %{python_module flake8-imports >= 0.1.1}
BuildRequires:  %{python_module freezegun >= 0.3.8}
BuildRequires:  %{python_module isodate >= 0.5.4}
BuildRequires:  %{python_module isort >= 4.2.15}
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-cov >= 2.5.1}
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}
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
Requires:       python-aioresponses >= 0.4.1
%endif
%python_subpackages

%description
Python SOAP client based on python-lxml and python-requests

%prep
%setup -q -n zeep-%{version}
# disable broken tests
rm -f tests/test_wsse_signature.py
rm -f tests/test_wsse_username.py
rm -f tests/test_wsse_utils.py
rm -r tests/test_tornado_transport.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

Reply via email to