Hello community,

here is the log from the commit of package python-docker-py for 
openSUSE:Factory checked in at 2016-08-03 11:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docker-py (Old)
 and      /work/SRC/openSUSE:Factory/.python-docker-py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-docker-py"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docker-py/python-docker-py.changes        
2016-03-07 13:29:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-docker-py.new/python-docker-py.changes   
2016-08-03 11:43:03.000000000 +0200
@@ -1,0 +2,39 @@
+Mon Jul 25 08:47:05 UTC 2016 - [email protected]
+
+- Updated runtime and test deps matching setup.py and test-requirements.txt
+- update to 1.8.1:
+  * Fixed a bug where calling login() against the default registry would fail
+    with the 1.10.x engine
+  * Fixed a bug where values in environment files would be parsed incorrectly 
if
+    they contained an equal sign.
+  * Switched to a better supported backport of the match_hostname function,
+    fixing dependency issues in some environments.
+- update to 1.8.0:
+  * Added Client.update_container method (Update resource configs of a
+    container)
+  * Added support for gzipped context in Client.build
+  * Added ability to specify IP address when connecting a container to a 
network
+  * Added tmpfs support to Client.create_host_config
+  * Added support for the changes param in Client.commit
+  * Added support for the follow param in Client.logs
+  * Added support for the check_duplicate param in Client.create_network
+  * Added support for the decode param in Client.push and Client.pull
+  * Added docker.from_env shortcut function. Instantiates a client with
+    kwargs_from_env
+  * kwargs_from_env now supports an optional environment parameter. If present,
+    values will be fetched from this dictionary instead of os.environ
+  * Fixed a bug where TLS verification would fail when using IP addresses in 
the
+    certificate's subjectAltName fields
+  * Fixed an issue where the default TLS version in TLSConfig would break in
+    some environments. docker-py now uses TLSv1 by default This setting can be
+    overridden using the ssl_version param in kwargs_from_env or the TLSConfig
+    constructor
+  * Fixed a bug where tcp hosts would fail to connect to TLS-enabled endpoints
+  * Fixed a bug where loading a valid docker configuration file would fail
+  * Fixed a bug where some environment variables specified through
+    create_container would be improperly formatted
+  * Fixed a bug where using the unix socket connection would raise an error in
+    some edge-case situations
+  * Default API version is now 1.22 (introduced in Docker 1.10.0)
+
+-------------------------------------------------------------------
@@ -5,5 +44,10 @@
-  * Added support for the since param in Client.logs (introduced in API 
version 1.19)
-  * Added support for the DOCKER_CONFIG environment variable when looking up 
auth config
-  * Added support for the stream param in Client.stats (when set to False, 
allows user to retrieve a single snapshot instead of a constant data stream)
-  * Added support for the mem_swappiness, oom_kill_disable params in 
Client.create_host_config
-  * Added support for build arguments in Client.build through the buildargs 
param.
+  * Added support for the since param in Client.logs (introduced in API version
+    1.19)
+  * Added support for the DOCKER_CONFIG environment variable when looking up
+    auth config
+  * Added support for the stream param in Client.stats (when set to False,
+    allows user to retrieve a single snapshot instead of a constant data 
stream)
+  * Added support for the mem_swappiness, oom_kill_disable params in
+    Client.create_host_config
+  * Added support for build arguments in Client.build through the buildargs
+    param.
@@ -14,2 +58,4 @@
-  * Added support for unspecified transfer protocol in base_url when TLS is 
enabled.
-  * Fixed a bug where TLS verification was improperly executed when providing 
a custom CA certificate.
+  * Added support for unspecified transfer protocol in base_url when TLS is
+    enabled.
+  * Fixed a bug where TLS verification was improperly executed when providing a
+    custom CA certificate.
@@ -17,0 +64 @@
+

Old:
----
  docker-py-1.7.2.tar.gz

New:
----
  docker-py-1.8.1.tar.gz

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

Other differences:
------------------
++++++ python-docker-py.spec ++++++
--- /var/tmp/diff_new_pack.sNIBxf/_old  2016-08-03 11:43:04.000000000 +0200
+++ /var/tmp/diff_new_pack.sNIBxf/_new  2016-08-03 11:43:04.000000000 +0200
@@ -18,13 +18,13 @@
 
 %define upstream_name docker-py
 Name:           python-docker-py
-Version:        1.7.2
+Version:        1.8.1
 Release:        0
 Summary:        Docker API Client
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://pypi.python.org/pypi/docker-py
-Source0:        
https://pypi.python.org/packages/source/d/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/d/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
 
 # openSUSE-Patch hide_py_pckgmgmt.patch
 Patch0:         hide_py_pckgmgmt.patch
@@ -33,7 +33,10 @@
 Requires:       python-websocket-client >= 0.32.0
 BuildRequires:  fdupes
 BuildRequires:  python-coverage
+BuildRequires:  python-flake8
 BuildRequires:  python-mock
+BuildRequires:  python-pytest
+BuildRequires:  python-pytest-cov
 BuildRequires:  python-requests
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
@@ -53,12 +56,12 @@
 Summary:        Unit tests
 Group:          Development/Languages/Python
 Requires:       %{name} == %{version}
-Requires:       python-coverage
+Requires:       python-coverage >= 3.7.1
+Requires:       python-flake8 >= 2.4.1
 Requires:       python-mock >= 1.0.1
-Requires:       python-requests >= 2.5.2
+Requires:       python-pytest >= 2.7.2
+Requires:       python-pytest-cov >= 2.1.0
 Requires:       python-setuptools
-Requires:       python-six >= 1.4.0
-Requires:       python-websocket-client >= 0.32.0
 
 %description test
 Unit tests for docker-py

++++++ docker-py-1.7.2.tar.gz -> docker-py-1.8.1.tar.gz ++++++
++++ 1603 lines of diff (skipped)


Reply via email to