commit python-docker-py for openSUSE:Factory

Hello community, here is the log from the commit of package python-docker-py for openSUSE:Factory checked in at 2015-09-02 00:35:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-06 07:50:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-docker-py.new/python-docker-py.changes 2015-09-02 00:35:32.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Aug 14 15:11:18 UTC 2015 - jmassaguerpla@suse.com + +- Get source tarball from pypi.python.org as in previuos versions + and as it is in the spec file + +------------------------------------------------------------------- +Mon Jul 27 11:51:45 UTC 2015 - hvogel@suse.com + +- Update to version 1.3.1. Detailed changelog: + https://github.com/docker/docker-py/blob/master/docs/change_log.md#131 +------------------------------------------------------------------- Old: ---- docker-py-1.2.1.tar.gz New: ---- docker-py-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docker-py.spec ++++++ --- /var/tmp/diff_new_pack.8Sty5x/_old 2015-09-02 00:35:33.000000000 +0200 +++ /var/tmp/diff_new_pack.8Sty5x/_new 2015-09-02 00:35:33.000000000 +0200 @@ -18,13 +18,14 @@ %define upstream_name docker-py Name: python-docker-py -Version: 1.2.1 +Version: 1.3.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 + # openSUSE-Patch hide_py_pckgmgmt.patch Patch0: hide_py_pckgmgmt.patch Patch1: dockpyTest_pathAdd.patch ++++++ docker-py-1.2.1.tar.gz -> docker-py-1.3.1.tar.gz ++++++ ++++ 3164 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.8Sty5x/_old 2015-09-02 00:35:33.000000000 +0200 +++ /var/tmp/diff_new_pack.8Sty5x/_new 2015-09-02 00:35:33.000000000 +0200 @@ -1,24 +1,17 @@ -diff --git a/setup.py b/setup.py -index b63cc92..944c3cc 100644 ---- a/setup.py -+++ b/setup.py -@@ -11,13 +11,15 @@ requirements = [ - 'six >= 1.3.0', - ] - --if sys.version_info[0] < 3: -- requirements.append('websocket-client >= 0.11.0') -+#if sys.version_info[0] < 3: -+# requirements.append('websocket-client >= 0.11.0') +diff -Nur docker-py-1.3.1/setup.py docker-py-1.3.1.patched/setup.py +--- docker-py-1.3.1/setup.py 2015-07-22 23:20:30.000000000 +0200 ++++ docker-py-1.3.1.patched/setup.py 2015-07-23 12:52:14.075767499 +0200 +@@ -14,9 +14,10 @@ exec(open('docker/version.py').read()) -with open('./test-requirements.txt') as test_reqs_txt: - test_requirements = [line for line in test_reqs_txt] -+#with open('./test-requirements.txt') as test_reqs_txt: +- ++# with open('./test-requirements.txt') as test_reqs_txt: +# test_requirements = [line for line in test_reqs_txt] +requirements = [] +test_requirements = [] - setup( + name="docker-py",
participants (1)
-
root@hilbert.suse.de