Hello community,
here is the log from the commit of package python-docker-pycreds for
openSUSE:Factory checked in at 2017-03-03 17:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docker-pycreds (Old)
and /work/SRC/openSUSE:Factory/.python-docker-pycreds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker-pycreds"
Fri Mar 3 17:44:59 2017 rev:3 rq:461026 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-docker-pycreds/python-docker-pycreds.changes
2016-11-10 13:23:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-docker-pycreds.new/python-docker-pycreds.changes
2017-03-03 17:45:00.321141746 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 20:24:35 UTC 2017 - [email protected]
+
+- update fix-requirements.patch: drop flake8
+- fix source url
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docker-pycreds.spec ++++++
--- /var/tmp/diff_new_pack.r1eRFK/_old 2017-03-03 17:45:00.793075052 +0100
+++ /var/tmp/diff_new_pack.r1eRFK/_new 2017-03-03 17:45:00.797074487 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-docker-pycreds
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,10 +23,9 @@
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/shin-/dockerpy-creds
-Source:
https://pypi.python.org/packages/95/2e/3c99b8707a397153bc78870eb140c580628d7897276960da25d8a83c4719/docker-pycreds-%{version}.tar.gz
+Source:
https://pypi.io/packages/source/d/docker-pycreds/docker-pycreds-%{version}.tar.gz
Patch0: fix-requirements.patch
BuildRequires: python-devel
-BuildRequires: python-flake8
BuildRequires: python-pytest
BuildRequires: python-pytest-cov
BuildRequires: python-setuptools
++++++ fix-requirements.patch ++++++
--- /var/tmp/diff_new_pack.r1eRFK/_old 2017-03-03 17:45:00.833069400 +0100
+++ /var/tmp/diff_new_pack.r1eRFK/_new 2017-03-03 17:45:00.833069400 +0100
@@ -2,11 +2,10 @@
index 9dc5b8b..83763b1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
-@@ -1,3 +1,3 @@
+@@ -1,3 +1,2 @@
-pytest==3.0.2
-flake8==2.4.1
-pytest-cov==2.3.1
\ No newline at end of file
+pytest>=2.8.7
-+flake8>=2.5.1
+pytest-cov>=2.2.0