Hello community,

here is the log from the commit of package python-docker-py for 
openSUSE:Factory checked in at 2015-05-06 07:49:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-22 01:19:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-docker-py.new/python-docker-py.changes   
2015-05-06 07:50:01.000000000 +0200
@@ -1,0 +2,42 @@
+Mon May  4 11:22:41 UTC 2015 - [email protected]
+
+- update to version 1.2.1:
+  * Fixed a bug where the check_resource decorator would break with
+    some argument-passing methods. (#573)
+- additional changes from version 1.2.0:
+  * Client.execute is being deprecated in favor of the more
+    dev-friendly Client.exec_start and Client.exec_create. It will
+    be removed in 1.3.0
+  * Added exec_create, exec_start, exec_inspect and exec_resize to
+    client, accurately mirroring the Exec API
+  * Added auth_config param to Client.pull (allows to use one-off
+    credentials for this pull request)
+  * Added support for ipc_mode in host config.
+  * Added support for the log_config param in host config.
+  * Added support for the ulimit param in host config.
+  * Added support for container resource limits in Client.build.
+  * When a resource identifier (image or container ID) is passed to
+    a Client method, we now check for None values to avoid crashing
+    (now raises docker.errors.NullResource)
+  * Added tools to parse port ranges inside the new
+    docker.utils.ports package.
+  * Added a version_info attribute to the docker package.
+  * Fixed a bug in Client.port where absence of a certain key in
+    the container's JSON would raise an error (now just returns
+    None)
+  * Fixed a bug with the trunc parameter in Client.containers
+    having no effect (moved functionality to the client)
+  * Several improvements have been made to the Client.import_image
+    method.
+  * Fixed pushing / pulling to v2 registries
+  * Fixed a bug where passing a container dictionary to
+    Client.commit would fail
+  * Default API version has been bumped to 1.18 (Docker Engine
+    1.6.0)
+  * Several testing coverage improvements
+  * Docs fixes and improvements
+- point the source URL to pypi
+- add a dependency between the test sub-package and
+  python-docker-py
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-docker-py.spec ++++++
--- /var/tmp/diff_new_pack.yJK0OO/_old  2015-05-06 07:50:01.000000000 +0200
+++ /var/tmp/diff_new_pack.yJK0OO/_new  2015-05-06 07:50:01.000000000 +0200
@@ -18,13 +18,13 @@
 
 %define upstream_name docker-py
 Name:           python-docker-py
-Version:        1.1.0
+Version:        1.2.1
 Release:        0
 Summary:        Docker API Client
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://pypi.python.org/pypi/docker-py
-Source0:        %{upstream_name}-%{version}.tar.gz
+Source0:        
https://pypi.python.org/packages/source/d/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
 # openSUSE-Patch hide_py_pckgmgmt.patch
 Patch0:         hide_py_pckgmgmt.patch
 Patch1:         dockpyTest_pathAdd.patch
@@ -52,6 +52,7 @@
 %package test
 Summary:        Unit tests
 Group:          Development/Languages/Python
+Requires:       %{name} == %{version}
 Requires:       python-coverage
 Requires:       python-mock
 Requires:       python-requests

++++++ docker-py-1.1.0.tar.gz -> docker-py-1.2.1.tar.gz ++++++
++++ 2900 lines of diff (skipped)


Reply via email to