commit python-debtcollector for openSUSE:Factory
Hello community, here is the log from the commit of package python-debtcollector for openSUSE:Factory checked in at 2017-09-29 11:56:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old) and /work/SRC/openSUSE:Factory/.python-debtcollector.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-debtcollector" Fri Sep 29 11:56:28 2017 rev:7 rq:529080 version:1.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes 2017-08-28 15:30:10.914957188 +0200 +++ /work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes 2017-09-29 11:56:28.365611274 +0200 @@ -1,0 +2,8 @@ +Thu Sep 28 06:20:52 UTC 2017 - cloud-devel@suse.de + +- update to version 1.17.1 + - Update .gitreview for stable/pike + - Updated from global requirements + - Update UPPER_CONSTRAINTS_FILE for stable/pike + +------------------------------------------------------------------- @@ -33,0 +42,12 @@ + +------------------------------------------------------------------- +Tue Nov 15 10:26:06 UTC 2016 - dmueller@suse.com + +- update to 1.8.0: + * Drop *openstack/common* in flake8 exclude list + * Remove discover from test-requirements + * Add Python 3.5 classifier and venv + * Drop babel as requirement since its not used + * Fix renamed_kwarg to preserve argspec + * Add tests for decorated argspec preservation + * Updated from global requirements Old: ---- debtcollector-1.17.0.tar.gz New: ---- debtcollector-1.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-debtcollector.spec ++++++ --- /var/tmp/diff_new_pack.DJcJoN/_old 2017-09-29 11:56:28.857541908 +0200 +++ /var/tmp/diff_new_pack.DJcJoN/_new 2017-09-29 11:56:28.861541343 +0200 @@ -18,7 +18,7 @@ %global pypi_name debtcollector Name: python-debtcollector -Version: 1.17.0 +Version: 1.17.1 Release: 0 Summary: A collection of Python deprecation patterns and strategies License: Apache-2.0 @@ -55,7 +55,7 @@ Summary: Documentation for %{name} Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-openstackdocstheme >= 1.16.0 %description doc A collection of Python deprecation patterns and strategies that help ++++++ debtcollector-1.17.0.tar.gz -> debtcollector-1.17.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/ChangeLog new/debtcollector-1.17.1/ChangeLog --- old/debtcollector-1.17.0/ChangeLog 2017-07-18 15:08:21.000000000 +0200 +++ new/debtcollector-1.17.1/ChangeLog 2017-09-27 06:25:09.000000000 +0200 @@ -1,6 +1,13 @@ CHANGES ======= +1.17.1 +------ + +* Updated from global requirements +* Update UPPER\_CONSTRAINTS\_FILE for stable/pike +* Update .gitreview for stable/pike + 1.17.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/PKG-INFO new/debtcollector-1.17.1/PKG-INFO --- old/debtcollector-1.17.0/PKG-INFO 2017-07-18 15:08:22.000000000 +0200 +++ new/debtcollector-1.17.1/PKG-INFO 2017-09-27 06:25:10.000000000 +0200 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: debtcollector -Version: 1.17.0 +Version: 1.17.1 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 Author-email: openstack-dev@lists.openstack.org License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/debtcollector.egg-info/PKG-INFO new/debtcollector-1.17.1/debtcollector.egg-info/PKG-INFO --- old/debtcollector-1.17.0/debtcollector.egg-info/PKG-INFO 2017-07-18 15:08:21.000000000 +0200 +++ new/debtcollector-1.17.1/debtcollector.egg-info/PKG-INFO 2017-09-27 06:25:09.000000000 +0200 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: debtcollector -Version: 1.17.0 +Version: 1.17.1 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 Author-email: openstack-dev@lists.openstack.org License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/debtcollector.egg-info/pbr.json new/debtcollector-1.17.1/debtcollector.egg-info/pbr.json --- old/debtcollector-1.17.0/debtcollector.egg-info/pbr.json 2017-07-18 15:08:21.000000000 +0200 +++ new/debtcollector-1.17.1/debtcollector.egg-info/pbr.json 2017-09-27 06:25:09.000000000 +0200 @@ -1 +1 @@ -{"git_version": "cd6ba6b", "is_release": true} \ No newline at end of file +{"git_version": "28d2552", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/test-requirements.txt new/debtcollector-1.17.1/test-requirements.txt --- old/debtcollector-1.17.0/test-requirements.txt 2017-07-18 15:06:42.000000000 +0200 +++ new/debtcollector-1.17.1/test-requirements.txt 2017-09-27 06:23:13.000000000 +0200 @@ -7,7 +7,7 @@ coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=1.4.0 # MIT fixtures>=3.0.0 # Apache-2.0/BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/debtcollector-1.17.0/tox.ini new/debtcollector-1.17.1/tox.ini --- old/debtcollector-1.17.0/tox.ini 2017-07-18 15:06:42.000000000 +0200 +++ new/debtcollector-1.17.1/tox.ini 2017-09-27 06:23:13.000000000 +0200 @@ -7,7 +7,7 @@ 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} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}'
participants (1)
-
root@hilbert.suse.de