Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2018-02-14 10:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
 and      /work/SRC/openSUSE:Factory/.python-debtcollector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-debtcollector"

Wed Feb 14 10:50:24 2018 rev:9 rq:575932 version:1.19.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes    
    2017-11-27 22:16:47.430164082 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
   2018-02-14 10:50:25.436270857 +0100
@@ -1,0 +2,7 @@
+Thu Jan 18 08:52:19 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.19.0
+  - Updated from global requirements
+  - Avoid tox_install.sh for constraints support
+
+-------------------------------------------------------------------

Old:
----
  debtcollector-1.18.0.tar.gz

New:
----
  debtcollector-1.19.0.tar.gz

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

Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.PTgEGs/_old  2018-02-14 10:50:26.164244659 +0100
+++ /var/tmp/diff_new_pack.PTgEGs/_new  2018-02-14 10:50:26.164244659 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-debtcollector
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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 @@
 
 %global pypi_name debtcollector
 Name:           python-debtcollector
-Version:        1.18.0
+Version:        1.19.0
 Release:        0
 Summary:        A collection of Python deprecation patterns and strategies
 License:        Apache-2.0
@@ -28,25 +28,25 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-fixtures >= 3.0.0
-BuildRequires:  python2-funcsigs >= 0.4
+BuildRequires:  python2-funcsigs >= 1.0.0
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-python-subunit >= 0.0.18
+BuildRequires:  python2-python-subunit >= 1.0.0
 BuildRequires:  python2-setuptools >= 16.0
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-wrapt >= 1.7.0
 BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures >= 3.0.0
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-python-subunit >= 0.0.18
+BuildRequires:  python3-python-subunit >= 1.0.0
 BuildRequires:  python3-setuptools >= 16.0
 BuildRequires:  python3-testrepository >= 0.0.18
 BuildRequires:  python3-wrapt >= 1.7.0
 Requires:       python-pbr >= 2.0.0
-Requires:       python-six >= 1.9.0
+Requires:       python-six >= 1.10.0
 Requires:       python-wrapt >= 1.7.0
 BuildArch:      noarch
 %ifpython2
-Requires:       python-funcsigs >= 0.4
+Requires:       python-funcsigs >= 1.0.0
 %endif
 %python_subpackages
 
@@ -63,10 +63,10 @@
 
 %package -n python-debtcollector-doc
 Summary:        Documentation for %{name}
-Group:          Documentation
+Group:          Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python2-openstackdocstheme >= 1.11.0
-BuildRequires:  python3-openstackdocstheme >= 1.11.0
+BuildRequires:  python2-openstackdocstheme >= 1.17.0
+BuildRequires:  python3-openstackdocstheme >= 1.17.0
 
 %description -n python-debtcollector-doc
 A collection of Python deprecation patterns and strategies that help

++++++ debtcollector-1.18.0.tar.gz -> debtcollector-1.19.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/AUTHORS 
new/debtcollector-1.19.0/AUTHORS
--- old/debtcollector-1.18.0/AUTHORS    2017-09-25 16:18:25.000000000 +0200
+++ new/debtcollector-1.19.0/AUTHORS    2017-12-04 11:32:51.000000000 +0100
@@ -1,4 +1,5 @@
 Akihiro Motoki <amot...@gmail.com>
+Andreas Jaeger <a...@suse.com>
 Brant Knudson <bknud...@us.ibm.com>
 ChangBo Guo(gcb) <eric....@easystack.cn>
 Davanum Srinivas <dava...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/ChangeLog 
new/debtcollector-1.19.0/ChangeLog
--- old/debtcollector-1.18.0/ChangeLog  2017-09-25 16:18:25.000000000 +0200
+++ new/debtcollector-1.19.0/ChangeLog  2017-12-04 11:32:51.000000000 +0100
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+1.19.0
+------
+
+* Avoid tox\_install.sh for constraints support
+* Updated from global requirements
+
 1.18.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/PKG-INFO 
new/debtcollector-1.19.0/PKG-INFO
--- old/debtcollector-1.18.0/PKG-INFO   2017-09-25 16:18:26.000000000 +0200
+++ new/debtcollector-1.19.0/PKG-INFO   2017-12-04 11:32:52.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 1.18.0
+Version: 1.19.0
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: https://docs.openstack.org/debtcollector/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/debtcollector.egg-info/PKG-INFO 
new/debtcollector-1.19.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-1.18.0/debtcollector.egg-info/PKG-INFO    2017-09-25 
16:18:25.000000000 +0200
+++ new/debtcollector-1.19.0/debtcollector.egg-info/PKG-INFO    2017-12-04 
11:32:51.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 1.18.0
+Version: 1.19.0
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: https://docs.openstack.org/debtcollector/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/debtcollector-1.18.0/debtcollector.egg-info/SOURCES.txt 
new/debtcollector-1.19.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-1.18.0/debtcollector.egg-info/SOURCES.txt 2017-09-25 
16:18:26.000000000 +0200
+++ new/debtcollector-1.19.0/debtcollector.egg-info/SOURCES.txt 2017-12-04 
11:32:52.000000000 +0100
@@ -46,5 +46,4 @@
 releasenotes/source/pike.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/_static/.placeholder
-releasenotes/source/_templates/.placeholder
-tools/tox_install.sh
\ No newline at end of file
+releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/debtcollector.egg-info/pbr.json 
new/debtcollector-1.19.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-1.18.0/debtcollector.egg-info/pbr.json    2017-09-25 
16:18:25.000000000 +0200
+++ new/debtcollector-1.19.0/debtcollector.egg-info/pbr.json    2017-12-04 
11:32:51.000000000 +0100
@@ -1 +1 @@
-{"git_version": "bdac534", "is_release": true}
\ No newline at end of file
+{"git_version": "e1271aa", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/debtcollector-1.18.0/debtcollector.egg-info/requires.txt 
new/debtcollector-1.19.0/debtcollector.egg-info/requires.txt
--- old/debtcollector-1.18.0/debtcollector.egg-info/requires.txt        
2017-09-25 16:18:25.000000000 +0200
+++ new/debtcollector-1.19.0/debtcollector.egg-info/requires.txt        
2017-12-04 11:32:51.000000000 +0100
@@ -1,4 +1,4 @@
 pbr!=2.1.0,>=2.0.0
-six>=1.9.0
+six>=1.10.0
 wrapt>=1.7.0
 funcsigs>=1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/requirements.txt 
new/debtcollector-1.19.0/requirements.txt
--- old/debtcollector-1.18.0/requirements.txt   2017-09-25 16:16:18.000000000 
+0200
+++ new/debtcollector-1.19.0/requirements.txt   2017-12-04 11:30:27.000000000 
+0100
@@ -3,6 +3,6 @@
 # process, which may cause wedges in the gate later.
 
 pbr!=2.1.0,>=2.0.0 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
 wrapt>=1.7.0 # BSD License
 funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/test-requirements.txt 
new/debtcollector-1.19.0/test-requirements.txt
--- old/debtcollector-1.18.0/test-requirements.txt      2017-09-25 
16:16:18.000000000 +0200
+++ new/debtcollector-1.19.0/test-requirements.txt      2017-12-04 
11:30:27.000000000 +0100
@@ -5,11 +5,11 @@
 hacking<0.11,>=0.10.0
 
 coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
+python-subunit>=1.0.0 # Apache-2.0/BSD
 sphinx>=1.6.2 # BSD
 openstackdocstheme>=1.17.0 # Apache-2.0
 testrepository>=0.0.18 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT
 fixtures>=3.0.0 # Apache-2.0/BSD
 doc8>=0.6.0 # Apache-2.0
 reno>=2.5.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/tools/tox_install.sh 
new/debtcollector-1.19.0/tools/tox_install.sh
--- old/debtcollector-1.18.0/tools/tox_install.sh       2017-09-25 
16:16:18.000000000 +0200
+++ new/debtcollector-1.19.0/tools/tox_install.sh       1970-01-01 
01:00:00.000000000 +0100
@@ -1,30 +0,0 @@
-#!/usr/bin/env bash
-
-# Client constraint file contains this client version pin that is in conflict
-# with installing the client from source. We should remove the version pin in
-# the constraints file before applying it for from-source installation.
-
-CONSTRAINTS_FILE="$1"
-shift 1
-
-set -e
-
-# NOTE(tonyb): Place this in the tox enviroment's log dir so it will get
-# published to logs.openstack.org for easy debugging.
-localfile="$VIRTUAL_ENV/log/upper-constraints.txt"
-
-if [[ "$CONSTRAINTS_FILE" != http* ]]; then
-    CONSTRAINTS_FILE="file://$CONSTRAINTS_FILE"
-fi
-# NOTE(tonyb): need to add curl to bindep.txt if the project supports bindep
-curl "$CONSTRAINTS_FILE" --insecure --progress-bar --output "$localfile"
-
-pip install -c"$localfile" openstack-requirements
-
-# This is the main purpose of the script: Allow local installation of
-# the current repo. It is listed in constraints file and thus any
-# install will be constrained and we need to unconstrain it.
-edit-constraints "$localfile" -- "$CLIENT_NAME"
-
-pip install -c"$localfile" -U "$@"
-exit $?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-1.18.0/tox.ini 
new/debtcollector-1.19.0/tox.ini
--- old/debtcollector-1.18.0/tox.ini    2017-09-25 16:16:18.000000000 +0200
+++ new/debtcollector-1.19.0/tox.ini    2017-12-04 11:30:27.000000000 +0100
@@ -7,8 +7,11 @@
     VIRTUAL_ENV={envdir}
     BRANCH_NAME=master
     CLIENT_NAME=debtcollector
-install_command = {toxinidir}/tools/tox_install.sh 
{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
 {opts} {packages}
-deps = -r{toxinidir}/test-requirements.txt
+install_command = pip install {opts} {packages}
+deps =
+ 
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt
 commands = python setup.py testr --slowest --testr-args='{posargs}'
 
 [testenv:debug]
@@ -39,7 +42,6 @@
 commands = python setup.py build_sphinx
 
 [testenv:py27]
-deps = {[testenv]deps}
 commands =
     python setup.py testr --slowest --testr-args='{posargs}'
     sphinx-build -b doctest doc/source doc/build


Reply via email to