Hello community,

here is the log from the commit of package python-docker for openSUSE:Factory 
checked in at 2018-05-03 12:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docker (Old)
 and      /work/SRC/openSUSE:Factory/.python-docker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-docker"

Thu May  3 12:33:13 2018 rev:4 rq:603010 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docker/python-docker.changes      
2018-01-10 23:30:00.338558975 +0100
+++ /work/SRC/openSUSE:Factory/.python-docker.new/python-docker.changes 
2018-05-03 12:33:16.398376038 +0200
@@ -1,0 +2,8 @@
+Wed May  2 09:17:51 UTC 2018 - [email protected]
+
+- Version update to 3.3.0:
+  * Too many changes to name see upstream tag list:
+    https://github.com/docker/docker-py/releases
+- Make sure to run tests and properly name all the requirements
+
+-------------------------------------------------------------------

Old:
----
  docker-2.6.1.tar.gz

New:
----
  docker-3.3.0.tar.gz

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

Other differences:
------------------
++++++ python-docker.spec ++++++
--- /var/tmp/diff_new_pack.nGKZBQ/_old  2018-05-03 12:33:17.470337859 +0200
+++ /var/tmp/diff_new_pack.nGKZBQ/_new  2018-05-03 12:33:17.470337859 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docker
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -19,36 +19,37 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-docker
-Version:        2.6.1
+Version:        3.3.0
 Release:        0
 Summary:        Docker API Client
 License:        Apache-2.0
 Group:          System/Management
-Url:            https://pypi.python.org/pypi/docker
+URL:            https://github.com/docker/docker-py
 Source0:        
https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
+BuildRequires:  %{python_module docker-pycreds >= 0.2.3}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module pytest >= 2.9.1}
+BuildRequires:  %{python_module pytest-cov >= 2.1.0}
+BuildRequires:  %{python_module pytest-timeout >= 1.2.1}
+BuildRequires:  %{python_module requests >= 2.14.2}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
-BuildRequires:  %{python_module websocket-client}
+BuildRequires:  %{python_module six >= 1.4.0}
+BuildRequires:  %{python_module websocket-client >= 0.32.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%ifpython2
-Requires:       python-backports.ssl_match_hostname >= 3.5
-Requires:       python-ipaddress >= 1.0.16
-%endif
-Requires:       python-docker-pycreds >= 0.2.1
-Requires:       python-requests >= 2.5.3
+Requires:       python-docker-pycreds >= 0.2.3
+Requires:       python-requests >= 2.14.2
 Requires:       python-six >= 1.4.0
 Requires:       python-websocket-client >= 0.32.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 # docker-py got renamed to docker in 2017
 Obsoletes:      python-docker-py < %{version}
 Provides:       python-docker-py = %{version}
+BuildArch:      noarch
+%ifpython2
+Requires:       %{oldpython}-backports.ssl_match_hostname >= 3.5
+Requires:       %{oldpython}-ipaddress >= 1.0.16
+%endif
 %ifpython2
 Obsoletes:      %{oldpython}-docker-py < %{version}
 Provides:       %{oldpython}-docker-py = %{version}
@@ -69,11 +70,11 @@
 %fdupes %{buildroot}
 
 %check
-# % python_exec tests/test.py
+%python_expand py.test-%{$python_bin_suffix} tests/unit --deselect 
tests/unit/ssladapter_test.py::MatchHostnameTest
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %dir %{python_sitelib}/*
 %{python_sitelib}/docker/*
 %{python_sitelib}/*egg-info/*

++++++ docker-2.6.1.tar.gz -> docker-3.3.0.tar.gz ++++++
++++ 12880 lines of diff (skipped)


Reply via email to