Hello community,
here is the log from the commit of package python-debtcollector for
openSUSE:Factory checked in at 2017-11-27 22:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Mon Nov 27 22:16:41 2017 rev:8 rq:545338 version:1.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2017-09-29 11:56:28.365611274 +0200
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
2017-11-27 22:16:47.430164082 +0100
@@ -1,0 +2,7 @@
+Tue Nov 21 09:44:59 UTC 2017 - [email protected]
+
+- update to version 1.18.0
+ - Update reno for stable/pike
+ - Updated from global requirements
+
+-------------------------------------------------------------------
Old:
----
debtcollector-1.17.1.tar.gz
New:
----
debtcollector-1.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.wofr1t/_old 2017-11-27 22:16:49.742080165 +0100
+++ /var/tmp/diff_new_pack.wofr1t/_new 2017-11-27 22:16:49.762079438 +0100
@@ -18,27 +18,37 @@
%global pypi_name debtcollector
Name: python-debtcollector
-Version: 1.17.1
+Version: 1.18.0
Release: 0
Summary: A collection of Python deprecation patterns and strategies
License: Apache-2.0
Group: Development/Languages/Python
Url: http://docs.openstack.org/developer/debtcollector/
-Source0:
https://pypi.io/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python-fixtures >= 3.0.0
-BuildRequires: python-funcsigs >= 0.4
-BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-python-subunit >= 0.0.18
-BuildRequires: python-setuptools >= 16.0
-BuildRequires: python-testrepository >= 0.0.18
-BuildRequires: python-wrapt >= 1.7.0
-Requires: python-funcsigs >= 0.4
+BuildRequires: python2-fixtures >= 3.0.0
+BuildRequires: python2-funcsigs >= 0.4
+BuildRequires: python2-pbr >= 2.0.0
+BuildRequires: python2-python-subunit >= 0.0.18
+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-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-wrapt >= 1.7.0
BuildArch: noarch
+%ifpython2
+Requires: python-funcsigs >= 0.4
+%endif
+%python_subpackages
%description
A collection of Python deprecation patterns and strategies that help
@@ -51,13 +61,14 @@
to developers using libraries (or potentially applications) about
future deprecations.
-%package doc
+%package -n python-debtcollector-doc
Summary: Documentation for %{name}
Group: Documentation
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.16.0
+BuildRequires: python2-openstackdocstheme >= 1.11.0
+BuildRequires: python3-openstackdocstheme >= 1.11.0
-%description doc
+%description -n python-debtcollector-doc
A collection of Python deprecation patterns and strategies that help
you collect your technical debt in a non-destructive manner. The goal
of this library is to provide well documented developer facing
@@ -76,26 +87,28 @@
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
-%py2_build
+%python_build
-# generate html docs
+# generate html doc
%{__python2} setup.py build_sphinx
# remove the Sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
%check
-%{__python2} setup.py testr
+%{python_expand rm -rf .testrepository
+$python setup.py test
+}
%install
-%py2_install
+%python_install
-%files
+%files %{python_files}
%license LICENSE
%doc README.rst
%{python2_sitelib}/%{pypi_name}
%{python2_sitelib}/%{pypi_name}-*.egg-info
-%files doc
+%files -n python-debtcollector-doc
%license LICENSE
%doc doc/build/html
++++++ _service ++++++
--- /var/tmp/diff_new_pack.wofr1t/_old 2017-11-27 22:16:49.826077115 +0100
+++ /var/tmp/diff_new_pack.wofr1t/_new 2017-11-27 22:16:49.830076970 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/debtcollector/debtcollector.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/debtcollector/debtcollector.spec.j2</param>
<param name="output-name">python-debtcollector.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,debtcollector</param>
</service>
++++++ debtcollector-1.17.1.tar.gz -> debtcollector-1.18.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/ChangeLog
new/debtcollector-1.18.0/ChangeLog
--- old/debtcollector-1.17.1/ChangeLog 2017-09-27 06:25:09.000000000 +0200
+++ new/debtcollector-1.18.0/ChangeLog 2017-09-25 16:18:25.000000000 +0200
@@ -1,12 +1,13 @@
CHANGES
=======
-1.17.1
+1.18.0
------
* Updated from global requirements
-* Update UPPER\_CONSTRAINTS\_FILE for stable/pike
-* Update .gitreview for stable/pike
+* Updated from global requirements
+* Update reno for stable/pike
+* Updated from global requirements
1.17.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/PKG-INFO
new/debtcollector-1.18.0/PKG-INFO
--- old/debtcollector-1.17.1/PKG-INFO 2017-09-27 06:25:10.000000000 +0200
+++ new/debtcollector-1.18.0/PKG-INFO 2017-09-25 16:18:26.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: debtcollector
-Version: 1.17.1
+Version: 1.18.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.17.1/debtcollector.egg-info/PKG-INFO
new/debtcollector-1.18.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-1.17.1/debtcollector.egg-info/PKG-INFO 2017-09-27
06:25:09.000000000 +0200
+++ new/debtcollector-1.18.0/debtcollector.egg-info/PKG-INFO 2017-09-25
16:18:25.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: debtcollector
-Version: 1.17.1
+Version: 1.18.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.17.1/debtcollector.egg-info/SOURCES.txt
new/debtcollector-1.18.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-1.17.1/debtcollector.egg-info/SOURCES.txt 2017-09-27
06:25:10.000000000 +0200
+++ new/debtcollector-1.18.0/debtcollector.egg-info/SOURCES.txt 2017-09-25
16:18:26.000000000 +0200
@@ -43,6 +43,7 @@
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/ocata.rst
+releasenotes/source/pike.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/debtcollector.egg-info/pbr.json
new/debtcollector-1.18.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-1.17.1/debtcollector.egg-info/pbr.json 2017-09-27
06:25:09.000000000 +0200
+++ new/debtcollector-1.18.0/debtcollector.egg-info/pbr.json 2017-09-25
16:18:25.000000000 +0200
@@ -1 +1 @@
-{"git_version": "28d2552", "is_release": true}
\ No newline at end of file
+{"git_version": "bdac534", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-1.17.1/debtcollector.egg-info/requires.txt
new/debtcollector-1.18.0/debtcollector.egg-info/requires.txt
--- old/debtcollector-1.17.1/debtcollector.egg-info/requires.txt
2017-09-27 06:25:09.000000000 +0200
+++ new/debtcollector-1.18.0/debtcollector.egg-info/requires.txt
2017-09-25 16:18:25.000000000 +0200
@@ -1,4 +1,4 @@
pbr!=2.1.0,>=2.0.0
six>=1.9.0
wrapt>=1.7.0
-funcsigs>=0.4
+funcsigs>=1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/releasenotes/source/index.rst
new/debtcollector-1.18.0/releasenotes/source/index.rst
--- old/debtcollector-1.17.1/releasenotes/source/index.rst 2017-09-27
06:23:13.000000000 +0200
+++ new/debtcollector-1.18.0/releasenotes/source/index.rst 2017-09-25
16:16:18.000000000 +0200
@@ -6,4 +6,5 @@
:maxdepth: 1
unreleased
+ pike
ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/releasenotes/source/pike.rst
new/debtcollector-1.18.0/releasenotes/source/pike.rst
--- old/debtcollector-1.17.1/releasenotes/source/pike.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/debtcollector-1.18.0/releasenotes/source/pike.rst 2017-09-25
16:16:18.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Pike Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.17.1/requirements.txt
new/debtcollector-1.18.0/requirements.txt
--- old/debtcollector-1.17.1/requirements.txt 2017-09-27 06:23:13.000000000
+0200
+++ new/debtcollector-1.18.0/requirements.txt 2017-09-25 16:16:18.000000000
+0200
@@ -5,4 +5,4 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
six>=1.9.0 # MIT
wrapt>=1.7.0 # BSD License
-funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
+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.17.1/test-requirements.txt
new/debtcollector-1.18.0/test-requirements.txt
--- old/debtcollector-1.17.1/test-requirements.txt 2017-09-27
06:23:13.000000000 +0200
+++ new/debtcollector-1.18.0/test-requirements.txt 2017-09-25
16:16:18.000000000 +0200
@@ -7,9 +7,9 @@
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.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
-doc8 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+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.17.1/tox.ini
new/debtcollector-1.18.0/tox.ini
--- old/debtcollector-1.17.1/tox.ini 2017-09-27 06:23:13.000000000 +0200
+++ new/debtcollector-1.18.0/tox.ini 2017-09-25 16:16:18.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?h=stable/pike}
{opts} {packages}
+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
commands = python setup.py testr --slowest --testr-args='{posargs}'