Hello community,
here is the log from the commit of package python-debtcollector for
openSUSE:Factory checked in at 2020-02-18 10:34:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Tue Feb 18 10:34:45 2020 rev:14 rq:774900 version:1.22.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2019-04-12 09:13:33.985646204 +0200
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new.26092/python-debtcollector.changes
2020-02-18 10:34:47.652257578 +0100
@@ -1,0 +2,12 @@
+Thu Oct 17 08:27:24 UTC 2019 - [email protected]
+
+- update to version 1.22.0
+ - OpenDev Migration Patch
+ - add python 3.7 unit test job
+ - Update master for stable/stein
+ - Dropping the py35 testing
+ - Replace git.openstack.org URLs with opendev.org URLs
+ - Update Sphinx requirement
+ - Add Python 3 Train unit tests
+
+-------------------------------------------------------------------
Old:
----
debtcollector-1.21.0.tar.gz
New:
----
debtcollector-1.22.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.kOg78L/_old 2020-02-18 10:34:48.140258574 +0100
+++ /var/tmp/diff_new_pack.kOg78L/_new 2020-02-18 10:34:48.140258574 +0100
@@ -16,15 +16,14 @@
#
-%global pypi_name debtcollector
Name: python-debtcollector
-Version: 1.21.0
+Version: 1.22.0
Release: 0
Summary: A collection of Python deprecation patterns and strategies
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/developer/debtcollector/
-Source0:
https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-1.22.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python2-fixtures
BuildRequires: python2-funcsigs >= 1.0.0
@@ -62,8 +61,7 @@
%package -n python-debtcollector-doc
Summary: Documentation for %{name}
Group: Documentation/HTML
-BuildRequires: python-Sphinx
-BuildRequires: python2-openstackdocstheme
+BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
%description -n python-debtcollector-doc
@@ -80,14 +78,14 @@
This package contains documentation in HTML format.
%prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -p1 -n debtcollector-1.22.0
%py_req_cleanup
%build
%python_build
# generate html doc
-%{__python2} setup.py build_sphinx
+PBR_VERSION=1.22.0 %sphinx_build -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
@@ -100,8 +98,8 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python2_sitelib}/%{pypi_name}
-%{python2_sitelib}/%{pypi_name}-*.egg-info
+%{python_sitelib}/debtcollector
+%{python_sitelib}/debtcollector-*.egg-info
%files -n python-debtcollector-doc
%license LICENSE
++++++ _service ++++++
--- /var/tmp/diff_new_pack.kOg78L/_old 2020-02-18 10:34:48.164258623 +0100
+++ /var/tmp/diff_new_pack.kOg78L/_new 2020-02-18 10:34:48.164258623 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/debtcollector/debtcollector.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/debtcollector/debtcollector.spec.j2</param>
<param name="output-name">python-debtcollector.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/debtcollector/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/debtcollector/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,debtcollector</param>
</service>
++++++ debtcollector-1.21.0.tar.gz -> debtcollector-1.22.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/.zuul.yaml
new/debtcollector-1.22.0/.zuul.yaml
--- old/debtcollector-1.21.0/.zuul.yaml 2019-02-28 19:01:47.000000000 +0100
+++ new/debtcollector-1.22.0/.zuul.yaml 2019-09-04 16:23:48.000000000 +0200
@@ -5,8 +5,7 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python35-jobs
- - openstack-python36-jobs
+ - openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/AUTHORS
new/debtcollector-1.22.0/AUTHORS
--- old/debtcollector-1.21.0/AUTHORS 2019-02-28 19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/AUTHORS 2019-09-04 16:24:30.000000000 +0200
@@ -4,10 +4,13 @@
Anusree <[email protected]>
Brant Knudson <[email protected]>
ChangBo Guo(gcb) <[email protected]>
+Corey Bryant <[email protected]>
Davanum Srinivas <[email protected]>
Doug Hellmann <[email protected]>
Flavio Percoco <[email protected]>
+Ghanshyam Mann <[email protected]>
Graham Hayes <[email protected]>
+Hervé Beraud <[email protected]>
Jamie Lennox <[email protected]>
Jamie Lennox <[email protected]>
Joe Gordon <[email protected]>
@@ -25,6 +28,7 @@
Tony Xu <[email protected]>
Vu Cong Tuan <[email protected]>
Wei Li <[email protected]>
+caoyuan <[email protected]>
caoyue <[email protected]>
howardlee <[email protected]>
janonymous <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/CONTRIBUTING.rst
new/debtcollector-1.22.0/CONTRIBUTING.rst
--- old/debtcollector-1.21.0/CONTRIBUTING.rst 2019-02-28 19:01:47.000000000
+0100
+++ new/debtcollector-1.22.0/CONTRIBUTING.rst 2019-09-04 16:23:48.000000000
+0200
@@ -1,11 +1,11 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
-http://docs.openstack.org/infra/manual/developers.html
+https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
-http://docs.openstack.org/infra/manual/developers.html#development-workflow
+https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/ChangeLog
new/debtcollector-1.22.0/ChangeLog
--- old/debtcollector-1.21.0/ChangeLog 2019-02-28 19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/ChangeLog 2019-09-04 16:24:30.000000000 +0200
@@ -1,6 +1,17 @@
CHANGES
=======
+1.22.0
+------
+
+* Add Python 3 Train unit tests
+* Replace git.openstack.org URLs with opendev.org URLs
+* Update Sphinx requirement
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Update master for stable/stein
+* add python 3.7 unit test job
+
1.21.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/HACKING.rst
new/debtcollector-1.22.0/HACKING.rst
--- old/debtcollector-1.21.0/HACKING.rst 2019-02-28 19:01:47.000000000
+0100
+++ new/debtcollector-1.22.0/HACKING.rst 2019-09-04 16:23:48.000000000
+0200
@@ -1,4 +1,4 @@
debtcollector Style Commandments
-===============================================
+================================
-Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest
\ No newline at end of file
+Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/PKG-INFO
new/debtcollector-1.22.0/PKG-INFO
--- old/debtcollector-1.21.0/PKG-INFO 2019-02-28 19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/PKG-INFO 2019-09-04 16:24:30.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: debtcollector
-Version: 1.21.0
+Version: 1.22.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
@@ -34,7 +34,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/debtcollector/latest
- * Source: https://git.openstack.org/cgit/openstack/debtcollector
+ * Source: https://opendev.org/openstack/debtcollector
* Bugs: https://bugs.launchpad.net/debtcollector
* Release Notes: https://docs.openstack.org/releasenotes/debtcollector
@@ -49,4 +49,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/README.rst
new/debtcollector-1.22.0/README.rst
--- old/debtcollector-1.21.0/README.rst 2019-02-28 19:01:47.000000000 +0100
+++ new/debtcollector-1.22.0/README.rst 2019-09-04 16:23:48.000000000 +0200
@@ -26,6 +26,6 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/debtcollector/latest
-* Source: https://git.openstack.org/cgit/openstack/debtcollector
+* Source: https://opendev.org/openstack/debtcollector
* Bugs: https://bugs.launchpad.net/debtcollector
* Release Notes: https://docs.openstack.org/releasenotes/debtcollector
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/debtcollector.egg-info/PKG-INFO
new/debtcollector-1.22.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-1.21.0/debtcollector.egg-info/PKG-INFO 2019-02-28
19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/debtcollector.egg-info/PKG-INFO 2019-09-04
16:24:30.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: debtcollector
-Version: 1.21.0
+Version: 1.22.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
@@ -34,7 +34,7 @@
* Free software: Apache license
* Documentation: https://docs.openstack.org/debtcollector/latest
- * Source: https://git.openstack.org/cgit/openstack/debtcollector
+ * Source: https://opendev.org/openstack/debtcollector
* Bugs: https://bugs.launchpad.net/debtcollector
* Release Notes: https://docs.openstack.org/releasenotes/debtcollector
@@ -49,4 +49,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-1.21.0/debtcollector.egg-info/SOURCES.txt
new/debtcollector-1.22.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-1.21.0/debtcollector.egg-info/SOURCES.txt 2019-02-28
19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/debtcollector.egg-info/SOURCES.txt 2019-09-04
16:24:30.000000000 +0200
@@ -48,6 +48,7 @@
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/debtcollector.egg-info/pbr.json
new/debtcollector-1.22.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-1.21.0/debtcollector.egg-info/pbr.json 2019-02-28
19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/debtcollector.egg-info/pbr.json 2019-09-04
16:24:30.000000000 +0200
@@ -1 +1 @@
-{"git_version": "becfb5b", "is_release": true}
\ No newline at end of file
+{"git_version": "0be4911", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/releasenotes/source/index.rst
new/debtcollector-1.22.0/releasenotes/source/index.rst
--- old/debtcollector-1.21.0/releasenotes/source/index.rst 2019-02-28
19:01:47.000000000 +0100
+++ new/debtcollector-1.22.0/releasenotes/source/index.rst 2019-09-04
16:23:48.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ stein
rocky
queens
pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/releasenotes/source/stein.rst
new/debtcollector-1.22.0/releasenotes/source/stein.rst
--- old/debtcollector-1.21.0/releasenotes/source/stein.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/debtcollector-1.22.0/releasenotes/source/stein.rst 2019-09-04
16:23:48.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/setup.cfg
new/debtcollector-1.22.0/setup.cfg
--- old/debtcollector-1.21.0/setup.cfg 2019-02-28 19:04:42.000000000 +0100
+++ new/debtcollector-1.22.0/setup.cfg 2019-09-04 16:24:30.000000000 +0200
@@ -16,7 +16,8 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/test-requirements.txt
new/debtcollector-1.22.0/test-requirements.txt
--- old/debtcollector-1.21.0/test-requirements.txt 2019-02-28
19:01:47.000000000 +0100
+++ new/debtcollector-1.22.0/test-requirements.txt 2019-09-04
16:23:48.000000000 +0200
@@ -6,7 +6,8 @@
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.21.0/tox.ini
new/debtcollector-1.22.0/tox.ini
--- old/debtcollector-1.21.0/tox.ini 2019-02-28 19:01:47.000000000 +0100
+++ new/debtcollector-1.22.0/tox.ini 2019-09-04 16:23:48.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
[testenv]
setenv =
@@ -9,7 +9,7 @@
CLIENT_NAME=debtcollector
install_command = pip install {opts} {packages}
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}