Hello community,
here is the log from the commit of package python-debtcollector for
openSUSE:Factory checked in at 2020-05-28 09:05:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Thu May 28 09:05:02 2020 rev:16 rq:803557 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2020-04-19 21:45:51.971646956 +0200
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new.3606/python-debtcollector.changes
2020-05-28 09:05:05.139299308 +0200
@@ -1,0 +2,10 @@
+Tue May 12 10:03:02 UTC 2020 - [email protected]
+
+- update to version 2.0.1
+ - Update hacking for Python3
+ - Update master for stable/train
+ - [ussuri][goal] Drop python 2.7 support and testing
+ - Update the minversion parameter.
+ - Move docs linting to pep8
+
+-------------------------------------------------------------------
Old:
----
debtcollector-1.22.0.tar.gz
New:
----
debtcollector-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.NxtHUh/_old 2020-05-28 09:05:06.199301703 +0200
+++ /var/tmp/diff_new_pack.NxtHUh/_new 2020-05-28 09:05:06.207301721 +0200
@@ -17,13 +17,13 @@
Name: python-debtcollector
-Version: 1.22.0
+Version: 2.0.1
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/debtcollector/debtcollector-1.22.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-2.0.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-fixtures
BuildRequires: python3-pbr >= 2.0.0
@@ -84,16 +84,16 @@
This package contains documentation in HTML format.
%prep
-%autosetup -p1 -n debtcollector-1.22.0
+%autosetup -p1 -n debtcollector-2.0.1
%py_req_cleanup
%build
%py3_build
# generate html doc
-PBR_VERSION=1.22.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.0.1 %sphinx_build -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
%check
python3 -m stestr.cli run
++++++ _service ++++++
--- /var/tmp/diff_new_pack.NxtHUh/_old 2020-05-28 09:05:06.247301811 +0200
+++ /var/tmp/diff_new_pack.NxtHUh/_new 2020-05-28 09:05:06.251301820 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/debtcollector/debtcollector.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/debtcollector/debtcollector.spec.j2</param>
<param name="output-name">python-debtcollector.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/debtcollector/stable/train/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/debtcollector/raw/branch/stable/ussuri/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,debtcollector</param>
</service>
++++++ debtcollector-1.22.0.tar.gz -> debtcollector-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/.zuul.yaml
new/debtcollector-2.0.1/.zuul.yaml
--- old/debtcollector-1.22.0/.zuul.yaml 2019-09-04 16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/.zuul.yaml 2020-04-07 12:06:06.000000000 +0200
@@ -1,10 +1,8 @@
- project:
templates:
- check-requirements
- - lib-forward-testing
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- - openstack-python-jobs
- openstack-python3-train-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/AUTHORS
new/debtcollector-2.0.1/AUTHORS
--- old/debtcollector-1.22.0/AUTHORS 2019-09-04 16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/AUTHORS 2020-04-07 12:07:04.000000000 +0200
@@ -5,6 +5,7 @@
Brant Knudson <[email protected]>
ChangBo Guo(gcb) <[email protected]>
Corey Bryant <[email protected]>
+Daniel Bengtsson <[email protected]>
Davanum Srinivas <[email protected]>
Doug Hellmann <[email protected]>
Flavio Percoco <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/ChangeLog
new/debtcollector-2.0.1/ChangeLog
--- old/debtcollector-1.22.0/ChangeLog 2019-09-04 16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/ChangeLog 2020-04-07 12:07:04.000000000 +0200
@@ -1,6 +1,19 @@
CHANGES
=======
+2.0.1
+-----
+
+* Update hacking for Python3
+* Update the minversion parameter
+* Move docs linting to pep8
+
+2.0.0
+-----
+
+* [ussuri][goal] Drop python 2.7 support and testing
+* Update master for stable/train
+
1.22.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/PKG-INFO
new/debtcollector-2.0.1/PKG-INFO
--- old/debtcollector-1.22.0/PKG-INFO 2019-09-04 16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/PKG-INFO 2020-04-07 12:07:04.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: debtcollector
-Version: 1.22.0
+Version: 2.0.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
@@ -46,8 +46,9 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/debtcollector.egg-info/PKG-INFO
new/debtcollector-2.0.1/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-1.22.0/debtcollector.egg-info/PKG-INFO 2019-09-04
16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/debtcollector.egg-info/PKG-INFO 2020-04-07
12:07:04.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
Name: debtcollector
-Version: 1.22.0
+Version: 2.0.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
@@ -46,8 +46,9 @@
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-1.22.0/debtcollector.egg-info/SOURCES.txt
new/debtcollector-2.0.1/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-1.22.0/debtcollector.egg-info/SOURCES.txt 2019-09-04
16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/debtcollector.egg-info/SOURCES.txt 2020-04-07
12:07:04.000000000 +0200
@@ -42,6 +42,7 @@
doc/source/user/index.rst
doc/source/user/usage.rst
releasenotes/notes/add-reno-996dd44974d53238.yaml
+releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/ocata.rst
@@ -49,6 +50,7 @@
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
releasenotes/source/stein.rst
+releasenotes/source/train.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.22.0/debtcollector.egg-info/pbr.json
new/debtcollector-2.0.1/debtcollector.egg-info/pbr.json
--- old/debtcollector-1.22.0/debtcollector.egg-info/pbr.json 2019-09-04
16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/debtcollector.egg-info/pbr.json 2020-04-07
12:07:04.000000000 +0200
@@ -1 +1 @@
-{"git_version": "0be4911", "is_release": true}
\ No newline at end of file
+{"git_version": "bc4ffa9", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-1.22.0/debtcollector.egg-info/requires.txt
new/debtcollector-2.0.1/debtcollector.egg-info/requires.txt
--- old/debtcollector-1.22.0/debtcollector.egg-info/requires.txt
2019-09-04 16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/debtcollector.egg-info/requires.txt 2020-04-07
12:07:04.000000000 +0200
@@ -1,6 +1,3 @@
pbr!=2.1.0,>=2.0.0
six>=1.10.0
wrapt>=1.7.0
-
-[:(python_version=='2.7' or python_version=='2.6')]
-funcsigs>=1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/lower-constraints.txt
new/debtcollector-2.0.1/lower-constraints.txt
--- old/debtcollector-1.22.0/lower-constraints.txt 2019-09-04
16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/lower-constraints.txt 2020-04-07
12:06:06.000000000 +0200
@@ -8,7 +8,6 @@
extras==1.0.0
fixtures==3.0.0
flake8==2.2.4
-funcsigs==1.0.0
hacking==0.10.3
imagesize==0.7.1
Jinja2==2.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-1.22.0/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
new/debtcollector-2.0.1/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
---
old/debtcollector-1.22.0/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
1970-01-01 01:00:00.000000000 +0100
+++
new/debtcollector-2.0.1/releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
2020-04-07 12:06:06.000000000 +0200
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. The minimum version of Python now
+ supported by debtcollector is Python 3.6.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/releasenotes/source/index.rst
new/debtcollector-2.0.1/releasenotes/source/index.rst
--- old/debtcollector-1.22.0/releasenotes/source/index.rst 2019-09-04
16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/releasenotes/source/index.rst 2020-04-07
12:06:06.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ train
stein
rocky
queens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/releasenotes/source/train.rst
new/debtcollector-2.0.1/releasenotes/source/train.rst
--- old/debtcollector-1.22.0/releasenotes/source/train.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/debtcollector-2.0.1/releasenotes/source/train.rst 2020-04-07
12:06:06.000000000 +0200
@@ -0,0 +1,6 @@
+==========================
+Train Series Release Notes
+==========================
+
+.. release-notes::
+ :branch: stable/train
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/requirements.txt
new/debtcollector-2.0.1/requirements.txt
--- old/debtcollector-1.22.0/requirements.txt 2019-09-04 16:23:48.000000000
+0200
+++ new/debtcollector-2.0.1/requirements.txt 2020-04-07 12:06:06.000000000
+0200
@@ -5,4 +5,3 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
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.22.0/setup.cfg
new/debtcollector-2.0.1/setup.cfg
--- old/debtcollector-1.22.0/setup.cfg 2019-09-04 16:24:30.000000000 +0200
+++ new/debtcollector-2.0.1/setup.cfg 2020-04-07 12:07:04.000000000 +0200
@@ -6,6 +6,7 @@
author = OpenStack
author-email = [email protected]
home-page = https://docs.openstack.org/debtcollector/latest
+python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -13,28 +14,16 @@
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3 :: Only
+ Programming Language :: Python :: Implementation :: CPython
[files]
packages =
debtcollector
-[build_sphinx]
-source-dir = doc/source
-build-dir = doc/build
-all_files = 1
-warning-is-error = 1
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
-[wheel]
-universal = 1
-
[egg_info]
tag_build =
tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/setup.py
new/debtcollector-2.0.1/setup.py
--- old/debtcollector-1.22.0/setup.py 2019-09-04 16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/setup.py 2020-04-07 12:06:06.000000000 +0200
@@ -16,14 +16,6 @@
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
-# In python < 2.7.4, a lazy loading of package `pbr` will break
-# setuptools if some other modules registered functions in `atexit`.
-# solution from: http://bugs.python.org/issue15881#msg170215
-try:
- import multiprocessing # noqa
-except ImportError:
- pass
-
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-1.22.0/test-requirements.txt
new/debtcollector-2.0.1/test-requirements.txt
--- old/debtcollector-1.22.0/test-requirements.txt 2019-09-04
16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/test-requirements.txt 2020-04-07
12:06:06.000000000 +0200
@@ -2,12 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking<0.11,>=0.10.0
+hacking>=3.0,<3.1.0 # Apache-2.0
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,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # 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.22.0/tox.ini
new/debtcollector-2.0.1/tox.ini
--- old/debtcollector-1.22.0/tox.ini 2019-09-04 16:23:48.000000000 +0200
+++ new/debtcollector-2.0.1/tox.ini 2020-04-07 12:06:06.000000000 +0200
@@ -1,37 +1,32 @@
[tox]
-minversion = 2.0
-envlist = py27,py37,pep8
+minversion = 3.2.0
+envlist = py37,pep8
+ignore_basepython_conflict = True
[testenv]
+basepython = python3
setenv =
VIRTUAL_ENV={envdir}
- BRANCH_NAME=master
- CLIENT_NAME=debtcollector
-install_command = pip install {opts} {packages}
deps =
-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}
+commands =
+ stestr run --slowest {posargs}
[testenv:debug]
-basepython = python3
-commands = oslo_debug_helper {posargs}
-
-[testenv:debug-py27]
-basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:pep8]
-basepython = python3
-commands = flake8
+commands =
+ flake8
+ sphinx-build -b doctest doc/source doc/build
+ doc8 --ignore-path "doc/source/history.rst" doc/source
[testenv:venv]
-basepython = python3
commands = {posargs}
[testenv:cover]
-basepython = python3
setenv =
PYTHON=coverage run --source $project --parallel-mode
commands =
@@ -41,15 +36,7 @@
coverage xml -o cover/coverage.xml
[testenv:docs]
-basepython = python3
-commands = python setup.py build_sphinx
-
-[testenv:py27]
-basepython = python2.7
-commands =
- stestr run --slowest {posargs}
- sphinx-build -b doctest doc/source doc/build
- doc8 --ignore-path "doc/source/history.rst" doc/source
+commands = sphinx-build -W --keep-going -b html -d doc/build/doctrees
doc/source doc/build/html
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
@@ -58,11 +45,9 @@
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:releasenotes]
-basepython = python3
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html
releasenotes/source releasenotes/build/html
[testenv:lower-constraints]
-basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt