Hello community,
here is the log from the commit of package python-debtcollector for
openSUSE:Factory checked in at 2020-10-22 14:20:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Thu Oct 22 14:20:02 2020 rev:17 rq:841175 version:2.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2020-05-28 09:05:05.139299308 +0200
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new.3463/python-debtcollector.changes
2020-10-22 14:20:06.274632932 +0200
@@ -1,0 +2,10 @@
+Fri Oct 9 19:13:17 UTC 2020 - [email protected]
+
+- update to version 2.2.0
+ - Switch to newer openstackdocstheme and reno versions
+ - Stop to use the __future__ module.
+ - Update lower-constraints versions
+ - Update master for stable/ussuri
+ - Switch to Victoria tests
+
+-------------------------------------------------------------------
Old:
----
debtcollector-2.0.1.tar.gz
New:
----
debtcollector-2.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.fJBZGp/_old 2020-10-22 14:20:07.066633643 +0200
+++ /var/tmp/diff_new_pack.fJBZGp/_new 2020-10-22 14:20:07.070633646 +0200
@@ -17,18 +17,17 @@
Name: python-debtcollector
-Version: 2.0.1
+Version: 2.2.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/debtcollector/debtcollector-2.0.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-2.2.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-fixtures
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-python-subunit
-BuildRequires: python3-setuptools
BuildRequires: python3-stestr
BuildRequires: python3-wrapt >= 1.7.0
BuildArch: noarch
@@ -84,14 +83,14 @@
This package contains documentation in HTML format.
%prep
-%autosetup -p1 -n debtcollector-2.0.1
+%autosetup -p1 -n debtcollector-2.2.0
%py_req_cleanup
%build
%py3_build
# generate html doc
-PBR_VERSION=2.0.1 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.2.0 %sphinx_build -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.fJBZGp/_old 2020-10-22 14:20:07.122633693 +0200
+++ /var/tmp/diff_new_pack.fJBZGp/_new 2020-10-22 14:20:07.122633693 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/debtcollector/debtcollector.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/debtcollector/debtcollector.spec.j2</param>
<param name="output-name">python-debtcollector.spec</param>
- <param
name="requirements">https://opendev.org/openstack/debtcollector/raw/branch/stable/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/debtcollector/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,debtcollector</param>
</service>
++++++ debtcollector-2.0.1.tar.gz -> debtcollector-2.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/.zuul.yaml
new/debtcollector-2.2.0/.zuul.yaml
--- old/debtcollector-2.0.1/.zuul.yaml 2020-04-07 12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/.zuul.yaml 2020-07-28 16:30:16.000000000 +0200
@@ -3,7 +3,7 @@
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-victoria-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/AUTHORS
new/debtcollector-2.2.0/AUTHORS
--- old/debtcollector-2.0.1/AUTHORS 2020-04-07 12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/AUTHORS 2020-07-28 16:31:43.000000000 +0200
@@ -22,6 +22,7 @@
Monty Taylor <[email protected]>
OpenStack Release Bot <[email protected]>
Pierre-André MOREY <[email protected]>
+Sean McGinnis <[email protected]>
Swapnil Kulkarni (coolsvap) <[email protected]>
THOMAS J. COCOZZELLO <[email protected]>
Thomas Bechtold <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/ChangeLog
new/debtcollector-2.2.0/ChangeLog
--- old/debtcollector-2.0.1/ChangeLog 2020-04-07 12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/ChangeLog 2020-07-28 16:31:43.000000000 +0200
@@ -1,6 +1,19 @@
CHANGES
=======
+2.2.0
+-----
+
+* Update lower-constraints versions
+
+2.1.0
+-----
+
+* Stop to use the \_\_future\_\_ module
+* Switch to newer openstackdocstheme and reno versions
+* Switch to Victoria tests
+* Update master for stable/ussuri
+
2.0.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/PKG-INFO
new/debtcollector-2.2.0/PKG-INFO
--- old/debtcollector-2.0.1/PKG-INFO 2020-04-07 12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/PKG-INFO 2020-07-28 16:31:44.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: debtcollector
-Version: 2.0.1
+Version: 2.2.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-2.0.1/debtcollector/fixtures/disable.py
new/debtcollector-2.2.0/debtcollector/fixtures/disable.py
--- old/debtcollector-2.0.1/debtcollector/fixtures/disable.py 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/debtcollector/fixtures/disable.py 2020-07-28
16:30:16.000000000 +0200
@@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import absolute_import
-
import fixtures
from debtcollector import _utils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/debtcollector/updating.py
new/debtcollector-2.2.0/debtcollector/updating.py
--- old/debtcollector-2.0.1/debtcollector/updating.py 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/debtcollector/updating.py 2020-07-28
16:30:16.000000000 +0200
@@ -14,19 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import six
import wrapt
-if six.PY3:
- import inspect
- Parameter = inspect.Parameter
- Signature = inspect.Signature
- get_signature = inspect.signature
-else:
- # Provide an equivalent but use funcsigs instead...
- import funcsigs
- Parameter = funcsigs.Parameter
- Signature = funcsigs.Signature
- get_signature = funcsigs.signature
+
+from inspect import signature
from debtcollector import _utils
@@ -48,8 +38,8 @@
prefix, postfix=postfix, message=message, version=version)
def decorator(f):
- sig = get_signature(f)
- varnames = list(six.iterkeys(sig.parameters))
+ sig = signature(f)
+ varnames = list(sig.parameters.keys())
@wrapt.decorator
def wrapper(wrapped, instance, args, kwargs):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/debtcollector.egg-info/PKG-INFO
new/debtcollector-2.2.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-2.0.1/debtcollector.egg-info/PKG-INFO 2020-04-07
12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/debtcollector.egg-info/PKG-INFO 2020-07-28
16:31:43.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: debtcollector
-Version: 2.0.1
+Version: 2.2.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-2.0.1/debtcollector.egg-info/SOURCES.txt
new/debtcollector-2.2.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-2.0.1/debtcollector.egg-info/SOURCES.txt 2020-04-07
12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/debtcollector.egg-info/SOURCES.txt 2020-07-28
16:31:43.000000000 +0200
@@ -52,5 +52,6 @@
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
+releasenotes/source/ussuri.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-2.0.1/debtcollector.egg-info/pbr.json
new/debtcollector-2.2.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-2.0.1/debtcollector.egg-info/pbr.json 2020-04-07
12:07:04.000000000 +0200
+++ new/debtcollector-2.2.0/debtcollector.egg-info/pbr.json 2020-07-28
16:31:43.000000000 +0200
@@ -1 +1 @@
-{"git_version": "bc4ffa9", "is_release": true}
\ No newline at end of file
+{"git_version": "649189d", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/doc/source/conf.py
new/debtcollector-2.2.0/doc/source/conf.py
--- old/debtcollector-2.0.1/doc/source/conf.py 2020-04-07 12:06:06.000000000
+0200
+++ new/debtcollector-2.2.0/doc/source/conf.py 2020-07-28 16:30:16.000000000
+0200
@@ -29,9 +29,10 @@
]
# openstackdocstheme options
-repository_name = 'openstack/debtcollector'
-bug_project = 'debtcollector'
-bug_tag = 'doc'
+openstackdocs_repo_name = 'openstack/debtcollector'
+openstackdocs_auto_name = False
+openstackdocs_bug_project = 'debtcollector'
+openstackdocs_bug_tag = 'doc'
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
@@ -55,7 +56,7 @@
add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# -- Options for HTML output --------------------------------------------------
@@ -66,7 +67,6 @@
html_theme = 'openstackdocs'
# html_static_path = ['static']
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/lower-constraints.txt
new/debtcollector-2.2.0/lower-constraints.txt
--- old/debtcollector-2.0.1/lower-constraints.txt 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/lower-constraints.txt 2020-07-28
16:30:16.000000000 +0200
@@ -1,38 +1,48 @@
alabaster==0.7.10
Babel==2.3.4
chardet==3.0.4
+cliff==3.2.0
+cmd2==0.8.9
coverage==4.0
-doc8==0.6.0
+doc8==0.8.1
docutils==0.11
dulwich==0.15.0
+entrypoints==0.3
extras==1.0.0
fixtures==3.0.0
-flake8==2.2.4
-hacking==0.10.3
+future==0.18.2
imagesize==0.7.1
Jinja2==2.10
linecache2==1.0.0
MarkupSafe==1.0
-mccabe==0.2.1
-openstackdocstheme==1.18.1
+openstackdocstheme==2.2.1
+packaging==20.4
pbr==2.0.0
-pep8==1.5.7
-pyflakes==0.8.1
+prettytable==0.7.2
Pygments==2.2.0
+pyparsing==2.4.7
+pyperclip==1.8.0
python-mimeparse==1.6.0
python-subunit==1.0.0
pytz==2013.6
PyYAML==3.12
-reno==2.5.0
+reno==3.1.0
requests==2.14.2
restructuredtext-lint==1.1.1
six==1.10.0
snowballstemmer==1.2.1
-Sphinx==1.6.5
-sphinxcontrib-websupport==1.0.1
-stevedore==1.20.0
+Sphinx==2.0.0
+sphinxcontrib-applehelp==1.0.2
+sphinxcontrib-devhelp==1.0.2
+sphinxcontrib-htmlhelp==1.0.3
+sphinxcontrib-jsmath==1.0.1
+sphinxcontrib-qthelp==1.0.3
+sphinxcontrib-serializinghtml==1.1.4
stestr==2.0.0
+stevedore==1.20.0
testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
+voluptuous==0.11.7
+wcwidth==0.2.4
wrapt==1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/releasenotes/source/conf.py
new/debtcollector-2.2.0/releasenotes/source/conf.py
--- old/debtcollector-2.0.1/releasenotes/source/conf.py 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/releasenotes/source/conf.py 2020-07-28
16:30:16.000000000 +0200
@@ -40,9 +40,10 @@
]
# openstackdocstheme options
-repository_name = 'openstack/debtcollector'
-bug_project = 'debtcollector'
-bug_tag = 'doc'
+openstackdocs_repo_name = 'openstack/debtcollector'
+openstackdocs_auto_name = False
+openstackdocs_bug_project = 'debtcollector'
+openstackdocs_bug_tag = 'doc'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -97,7 +98,7 @@
# show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
@@ -146,10 +147,6 @@
# directly to the root of the documentation.
# html_extra_path = []
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/releasenotes/source/index.rst
new/debtcollector-2.2.0/releasenotes/source/index.rst
--- old/debtcollector-2.0.1/releasenotes/source/index.rst 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/releasenotes/source/index.rst 2020-07-28
16:30:16.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ ussuri
train
stein
rocky
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/releasenotes/source/ussuri.rst
new/debtcollector-2.2.0/releasenotes/source/ussuri.rst
--- old/debtcollector-2.0.1/releasenotes/source/ussuri.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/debtcollector-2.2.0/releasenotes/source/ussuri.rst 2020-07-28
16:30:16.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+Ussuri Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.0.1/test-requirements.txt
new/debtcollector-2.2.0/test-requirements.txt
--- old/debtcollector-2.0.1/test-requirements.txt 2020-04-07
12:06:06.000000000 +0200
+++ new/debtcollector-2.2.0/test-requirements.txt 2020-07-28
16:30:16.000000000 +0200
@@ -6,10 +6,10 @@
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
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
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
+doc8>=0.8.1 # Apache-2.0
+reno>=3.1.0 # Apache-2.0