Hello community,

here is the log from the commit of package python-docker-py for 
openSUSE:Factory checked in at 2016-03-07 13:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-12-14 10:13:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-docker-py.new/python-docker-py.changes   
2016-03-07 13:29:58.000000000 +0100
@@ -1,0 +2,17 @@
+Sun Feb 28 13:42:57 UTC 2016 - dmuel...@suse.com
+
+- update to 1.7.2:
+  * 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 cusom IPAM configuration in Client.create_network
+  * Added input support to Client.exec_create
+  * Added support for stop_signal in Client.create_host_config
+  * Added support for custom HTTP headers in Docker config file.
+  * 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 shm_size in Client.create_host_config
+- drop dockpyTest_pathAdd.patch: tests are disabled anyway
+-------------------------------------------------------------------

Old:
----
  docker-py-1.5.0.tar.gz
  dockpyTest_pathAdd.patch

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

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

Other differences:
------------------
++++++ python-docker-py.spec ++++++
--- /var/tmp/diff_new_pack.pUhhoG/_old  2016-03-07 13:29:59.000000000 +0100
+++ /var/tmp/diff_new_pack.pUhhoG/_new  2016-03-07 13:29:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docker-py
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -18,7 +18,7 @@
 
 %define upstream_name docker-py
 Name:           python-docker-py
-Version:        1.5.0
+Version:        1.7.2
 Release:        0
 Summary:        Docker API Client
 License:        Apache-2.0
@@ -28,7 +28,6 @@
 
 # openSUSE-Patch hide_py_pckgmgmt.patch
 Patch0:         hide_py_pckgmgmt.patch
-Patch1:         dockpyTest_pathAdd.patch
 Requires:       python-requests >= 2.5.2
 Requires:       python-six >= 1.4.0
 Requires:       python-websocket-client >= 0.32.0
@@ -67,7 +66,6 @@
 %prep
 %setup -q -n %{upstream_name}-%{version}
 %patch0 -p1
-%patch1
 
 %build
 python setup.py build

++++++ docker-py-1.5.0.tar.gz -> docker-py-1.7.2.tar.gz ++++++
++++ 14858 lines of diff (skipped)


Reply via email to