Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2021-11-29 17:28:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
 and      /work/SRC/openSUSE:Factory/.python-debtcollector.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-debtcollector"

Mon Nov 29 17:28:35 2021 rev:18 rq:934516 version:2.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes    
    2020-10-22 14:20:06.274632932 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new.31177/python-debtcollector.changes
     2021-12-02 02:22:45.521129959 +0100
@@ -1,0 +2,18 @@
+Mon Nov 29 11:08:30 UTC 2021 - cloud-de...@suse.de
+
+- update to version 2.3.0
+  - Use py3 as the default runtime for tox
+  - Move flake8 as a pre-commit local target.
+  - Remove lower-constraints remnants
+  - Replace deprecated inspect.getargspec
+  - Add Python3 wallaby unit tests
+  - Adding pre-commit
+  - Use TOX_CONSTRAINTS_FILE
+  - Dropping lower constraints testing
+  - remove unicode from code
+  - Remove runtime dependency on pbr
+  - setup.cfg: Replace dashes with underscores
+  - Update master for stable/victoria
+  - ignore reno generated artifacts
+
+-------------------------------------------------------------------

Old:
----
  debtcollector-2.2.0.tar.gz

New:
----
  debtcollector-2.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.hqmf2E/_old  2021-12-02 02:22:45.905128619 +0100
+++ /var/tmp/diff_new_pack.hqmf2E/_new  2021-12-02 02:22:45.905128619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-debtcollector
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-debtcollector
-Version:        2.2.0
+Version:        2.3.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.2.0.tar.gz
+URL:            https://docs.openstack.org/debtcollector/latest/
+Source0:        
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-2.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-pbr >= 2.0.0
@@ -45,9 +45,9 @@
 
 %package -n python3-debtcollector
 Summary:        A collection of Python deprecation patterns and strategies
-Group:          Development/Languages/Python
+Requires:       python3-importlib-metadata
 Requires:       python3-pbr >= 2.0.0
-Requires:       python3-six >= 1.10.0
+Requires:       python3-six
 Requires:       python3-wrapt >= 1.7.0
 
 %description -n python3-debtcollector
@@ -83,14 +83,14 @@
 This package contains documentation in HTML format.
 
 %prep
-%autosetup -p1 -n debtcollector-2.2.0
+%autosetup -p1 -n debtcollector-2.3.0
 %py_req_cleanup
 
 %build
 %py3_build
 
 # generate html doc
-PBR_VERSION=2.2.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.3.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.hqmf2E/_old  2021-12-02 02:22:45.933128522 +0100
+++ /var/tmp/diff_new_pack.hqmf2E/_new  2021-12-02 02:22:45.933128522 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/debtcollector/debtcollector.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/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/victoria/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/debtcollector/raw/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,debtcollector</param>
   </service>

++++++ debtcollector-2.2.0.tar.gz -> debtcollector-2.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/.pre-commit-config.yaml 
new/debtcollector-2.3.0/.pre-commit-config.yaml
--- old/debtcollector-2.2.0/.pre-commit-config.yaml     1970-01-01 
01:00:00.000000000 +0100
+++ new/debtcollector-2.3.0/.pre-commit-config.yaml     2021-09-06 
10:30:54.000000000 +0200
@@ -0,0 +1,39 @@
+# We from the Oslo project decided to pin repos based on the
+# commit hash instead of the version tag to prevend arbitrary
+# code from running in developer's machines.  To update to a
+# newer version, run `pre-commit autoupdate` and then replace
+# the newer versions with their commit hash.
+
+default_language_version:
+  python: python3
+
+repos:
+  - repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
+    hooks:
+      - id: trailing-whitespace
+      # Replaces or checks mixed line ending
+      - id: mixed-line-ending
+        args: ['--fix', 'lf']
+        exclude: '.*\.(svg)$'
+      # Forbid files which have a UTF-8 byte-order marker
+      - id: check-byte-order-marker
+      # Checks that non-binary executables have a proper shebang
+      - id: check-executables-have-shebangs
+      # Check for files that contain merge conflict strings.
+      - id: check-merge-conflict
+      # Check for debugger imports and py37+ breakpoint()
+      # calls in python source
+      - id: debug-statements
+      - id: check-yaml
+        files: .*\.(yaml|yml)$
+  - repo: local
+    hooks:
+      - id: flake8
+        name: flake8
+        additional_dependencies:
+          - hacking>=3.0.1,<3.1.0
+        language: python
+        entry: flake8
+        files: '^.*\.py$'
+        exclude: '^(doc|releasenotes|tools)/.*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/.zuul.yaml 
new/debtcollector-2.3.0/.zuul.yaml
--- old/debtcollector-2.2.0/.zuul.yaml  2020-07-28 16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/.zuul.yaml  2021-09-06 10:30:54.000000000 +0200
@@ -2,8 +2,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-lower-constraints-jobs
-      - openstack-python3-victoria-jobs
+      - openstack-python3-wallaby-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.2.0/AUTHORS 
new/debtcollector-2.3.0/AUTHORS
--- old/debtcollector-2.2.0/AUTHORS     2020-07-28 16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/AUTHORS     2021-09-06 10:31:32.000000000 +0200
@@ -7,6 +7,7 @@
 Corey Bryant <corey.bry...@canonical.com>
 Daniel Bengtsson <dbe...@redhat.com>
 Davanum Srinivas <dava...@gmail.com>
+Dmitry Tantsur <dtant...@protonmail.com>
 Doug Hellmann <d...@doughellmann.com>
 Flavio Percoco <flape...@gmail.com>
 Ghanshyam Mann <gm...@ghanshyammann.com>
@@ -25,6 +26,7 @@
 Sean McGinnis <sean.mcgin...@gmail.com>
 Swapnil Kulkarni (coolsvap) <m...@coolsvap.net>
 THOMAS J. COCOZZELLO <tjcoc...@us.ibm.com>
+Takashi Kajinami <tkaji...@redhat.com>
 Thomas Bechtold <tbecht...@suse.com>
 Tony Breeds <t...@bakeyournoodle.com>
 Tony Xu <hhkt...@gmail.com>
@@ -35,6 +37,9 @@
 howardlee <lihongwe...@inspur.com>
 janonymous <janonymous.codevult...@gmail.com>
 kavithahr <kavith...@nectechnologies.in>
+liyou01 <liyo...@inspur.com>
 melissaml <ma....@99cloud.net>
 wangqi <wang...@99cloud.net>
 wu.chunyang <wu.chuny...@99cloud.net>
+wu.shiming <wushim...@yovole.com>
+yangyawei <yangya...@inspur.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/ChangeLog 
new/debtcollector-2.3.0/ChangeLog
--- old/debtcollector-2.2.0/ChangeLog   2020-07-28 16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/ChangeLog   2021-09-06 10:31:32.000000000 +0200
@@ -1,6 +1,23 @@
 CHANGES
 =======
 
+2.3.0
+-----
+
+* Replace deprecated inspect.getargspec
+* remove unicode from code
+* setup.cfg: Replace dashes with underscores
+* Remove runtime dependency on pbr
+* Move flake8 as a pre-commit local target
+* Remove lower-constraints remnants
+* Dropping lower constraints testing
+* Use TOX\_CONSTRAINTS\_FILE
+* Use py3 as the default runtime for tox
+* ignore reno generated artifacts
+* Adding pre-commit
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+
 2.2.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/PKG-INFO 
new/debtcollector-2.3.0/PKG-INFO
--- old/debtcollector-2.2.0/PKG-INFO    2020-07-28 16:31:44.000000000 +0200
+++ new/debtcollector-2.3.0/PKG-INFO    2021-09-06 10:31:32.772987000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: debtcollector
-Version: 2.2.0
+Version: 2.3.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.2.0/debtcollector/__init__.py 
new/debtcollector-2.3.0/debtcollector/__init__.py
--- old/debtcollector-2.2.0/debtcollector/__init__.py   2020-07-28 
16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector/__init__.py   2021-09-06 
10:30:54.000000000 +0200
@@ -12,12 +12,16 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-import pbr.version
+try:
+    # For Python 3.8 and later
+    import importlib.metadata as importlib_metadata
+except ImportError:
+    # For everyone else
+    import importlib_metadata
 
 from debtcollector import _utils
 
-__version__ = pbr.version.VersionInfo(
-    'debtcollector').version_string()
+__version__ = importlib_metadata.version('debtcollector')
 
 
 def deprecate(prefix, postfix=None, message=None,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/debtcollector-2.2.0/debtcollector/tests/test_deprecation.py 
new/debtcollector-2.3.0/debtcollector/tests/test_deprecation.py
--- old/debtcollector-2.2.0/debtcollector/tests/test_deprecation.py     
2020-07-28 16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector/tests/test_deprecation.py     
2021-09-06 10:30:54.000000000 +0200
@@ -357,8 +357,8 @@
         self.assertEqual(0, len(capture))
 
     def test_keeps_argspec(self):
-        self.assertEqual(inspect.getargspec(KittyKat.supermeow),
-                         inspect.getargspec(KittyKat.meow))
+        self.assertEqual(inspect.getfullargspec(KittyKat.supermeow),
+                         inspect.getfullargspec(KittyKat.meow))
 
 
 class RenamedKwargTest(test_base.TestCase):
@@ -416,8 +416,8 @@
 
     def test_argspec(self):
         # The decorated function keeps its argspec.
-        self.assertEqual(inspect.getargspec(blip_blop_unwrapped),
-                         inspect.getargspec(blip_blop))
+        self.assertEqual(inspect.getfullargspec(blip_blop_unwrapped),
+                         inspect.getfullargspec(blip_blop))
 
 
 class UpdatedArgsTest(test_base.TestCase):
@@ -438,8 +438,8 @@
         self.assertEqual(0, len(capture))
 
     def test_argspec_preserved(self):
-        self.assertEqual(inspect.getargspec(blip_blop_blip_unwrapped),
-                         inspect.getargspec(blip_blop_blip))
+        self.assertEqual(inspect.getfullargspec(blip_blop_blip_unwrapped),
+                         inspect.getfullargspec(blip_blop_blip))
 
 
 class RemovalTests(test_base.TestCase):
@@ -452,8 +452,8 @@
     def test_function_keeps_argspec(self):
         # The decorated function keeps its argspec.
         self.assertEqual(
-            inspect.getargspec(crimson_lightning_unwrapped),
-            inspect.getargspec(crimson_lightning))
+            inspect.getfullargspec(crimson_lightning_unwrapped),
+            inspect.getfullargspec(crimson_lightning))
 
     def test_deprecated_kwarg(self):
 
@@ -481,8 +481,8 @@
         def f_unwrapped(b=2):
             return b
 
-        self.assertEqual(inspect.getargspec(f_unwrapped),
-                         inspect.getargspec(f))
+        self.assertEqual(inspect.getfullargspec(f_unwrapped),
+                         inspect.getfullargspec(f))
 
     def test_pending_deprecated_kwarg(self):
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/debtcollector.egg-info/PKG-INFO 
new/debtcollector-2.3.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-2.2.0/debtcollector.egg-info/PKG-INFO     2020-07-28 
16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector.egg-info/PKG-INFO     2021-09-06 
10:31:32.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: debtcollector
-Version: 2.2.0
+Version: 2.3.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.2.0/debtcollector.egg-info/SOURCES.txt 
new/debtcollector-2.3.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-2.2.0/debtcollector.egg-info/SOURCES.txt  2020-07-28 
16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector.egg-info/SOURCES.txt  2021-09-06 
10:31:32.000000000 +0200
@@ -1,5 +1,6 @@
 .coveragerc
 .mailmap
+.pre-commit-config.yaml
 .stestr.conf
 .zuul.yaml
 AUTHORS
@@ -9,7 +10,6 @@
 LICENSE
 README.rst
 babel.cfg
-lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -53,5 +53,6 @@
 releasenotes/source/train.rst
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
+releasenotes/source/victoria.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.2.0/debtcollector.egg-info/pbr.json 
new/debtcollector-2.3.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-2.2.0/debtcollector.egg-info/pbr.json     2020-07-28 
16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector.egg-info/pbr.json     2021-09-06 
10:31:32.000000000 +0200
@@ -1 +1 @@
-{"git_version": "649189d", "is_release": true}
\ No newline at end of file
+{"git_version": "0bf5bf5", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/debtcollector-2.2.0/debtcollector.egg-info/requires.txt 
new/debtcollector-2.3.0/debtcollector.egg-info/requires.txt
--- old/debtcollector-2.2.0/debtcollector.egg-info/requires.txt 2020-07-28 
16:31:43.000000000 +0200
+++ new/debtcollector-2.3.0/debtcollector.egg-info/requires.txt 2021-09-06 
10:31:32.000000000 +0200
@@ -1,3 +1,6 @@
 pbr!=2.1.0,>=2.0.0
 six>=1.10.0
 wrapt>=1.7.0
+
+[:(python_version<'3.8')]
+importlib_metadata>=1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/doc/source/conf.py 
new/debtcollector-2.3.0/doc/source/conf.py
--- old/debtcollector-2.2.0/doc/source/conf.py  2020-07-28 16:30:16.000000000 
+0200
+++ new/debtcollector-2.3.0/doc/source/conf.py  2021-09-06 10:30:54.000000000 
+0200
@@ -1,4 +1,6 @@
 # -*- coding: utf-8 -*-
+# Copyright (C) 2020 Red Hat, Inc.
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
@@ -45,8 +47,8 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'debtcollector'
-copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
+project = 'debtcollector'
+copyright = '%s, OpenStack Foundation' % datetime.date.today().year
 
 # If true, '()' will be appended to :func: etc. cross-reference text.
 add_function_parentheses = True
@@ -77,13 +79,10 @@
 latex_documents = [
     ('index',
      '%s.tex' % project,
-     u'%s Documentation' % project,
-     u'OpenStack Foundation', 'manual'),
+     '%s Documentation' % project,
+     'OpenStack Foundation', 'manual'),
 ]
 
-# Example configuration for intersphinx: refer to the Python standard library.
-#intersphinx_mapping = {'http://docs.python.org/': None}
-
 # -- Options for autoddoc ----------------------------------------------------
 
 # Keep source order
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/lower-constraints.txt 
new/debtcollector-2.3.0/lower-constraints.txt
--- old/debtcollector-2.2.0/lower-constraints.txt       2020-07-28 
16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/lower-constraints.txt       1970-01-01 
01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-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.8.1
-docutils==0.11
-dulwich==0.15.0
-entrypoints==0.3
-extras==1.0.0
-fixtures==3.0.0
-future==0.18.2
-imagesize==0.7.1
-Jinja2==2.10
-linecache2==1.0.0
-MarkupSafe==1.0
-openstackdocstheme==2.2.1
-packaging==20.4
-pbr==2.0.0
-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==3.1.0
-requests==2.14.2
-restructuredtext-lint==1.1.1
-six==1.10.0
-snowballstemmer==1.2.1
-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.2.0/releasenotes/source/conf.py 
new/debtcollector-2.3.0/releasenotes/source/conf.py
--- old/debtcollector-2.2.0/releasenotes/source/conf.py 2020-07-28 
16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/releasenotes/source/conf.py 2021-09-06 
10:30:54.000000000 +0200
@@ -58,8 +58,8 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'debtcollector Release Notes'
-copyright = u'2016, debtcollector Developers'
+project = 'debtcollector Release Notes'
+copyright = '2016, debtcollector Developers'
 
 # Release notes do not need a version number in the title, they
 # cover multiple releases.
@@ -206,8 +206,8 @@
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
     ('index', 'debtcollectorReleaseNotes.tex',
-     u'debtcollector Release Notes Documentation',
-     u'debtcollector Developers', 'manual'),
+     'debtcollector Release Notes Documentation',
+     'debtcollector Developers', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -237,8 +237,8 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'debtcollectorReleaseNotes',
-     u'debtcollector Release Notes Documentation',
-     [u'debtcollector Developers'], 1)
+     'debtcollector Release Notes Documentation',
+     ['debtcollector Developers'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -252,8 +252,8 @@
 #  dir menu entry, description, category)
 texinfo_documents = [
     ('index', 'debtcollectorReleaseNotes',
-     u'debtcollector Release Notes Documentation',
-     u'debtcollector Developers', 'debtcollectorReleaseNotes',
+     'debtcollector Release Notes Documentation',
+     'debtcollector Developers', 'debtcollectorReleaseNotes',
      'One line description of project.',
      'Miscellaneous'),
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/releasenotes/source/index.rst 
new/debtcollector-2.3.0/releasenotes/source/index.rst
--- old/debtcollector-2.2.0/releasenotes/source/index.rst       2020-07-28 
16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/releasenotes/source/index.rst       2021-09-06 
10:30:54.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   victoria
    ussuri
    train
    stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/releasenotes/source/victoria.rst 
new/debtcollector-2.3.0/releasenotes/source/victoria.rst
--- old/debtcollector-2.2.0/releasenotes/source/victoria.rst    1970-01-01 
01:00:00.000000000 +0100
+++ new/debtcollector-2.3.0/releasenotes/source/victoria.rst    2021-09-06 
10:30:54.000000000 +0200
@@ -0,0 +1,6 @@
+=============================
+Victoria Series Release Notes
+=============================
+
+.. release-notes::
+   :branch: stable/victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/requirements.txt 
new/debtcollector-2.3.0/requirements.txt
--- old/debtcollector-2.2.0/requirements.txt    2020-07-28 16:30:16.000000000 
+0200
+++ new/debtcollector-2.3.0/requirements.txt    2021-09-06 10:30:54.000000000 
+0200
@@ -3,5 +3,6 @@
 # process, which may cause wedges in the gate later.
 
 pbr!=2.1.0,>=2.0.0 # Apache-2.0
+importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
 six>=1.10.0 # MIT
 wrapt>=1.7.0 # BSD License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/setup.cfg 
new/debtcollector-2.3.0/setup.cfg
--- old/debtcollector-2.2.0/setup.cfg   2020-07-28 16:31:44.000000000 +0200
+++ new/debtcollector-2.3.0/setup.cfg   2021-09-06 10:31:32.772987000 +0200
@@ -1,12 +1,12 @@
 [metadata]
 name = debtcollector
 summary = A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
-description-file = 
+description_file = 
        README.rst
 author = OpenStack
-author-email = openstack-disc...@lists.openstack.org
-home-page = https://docs.openstack.org/debtcollector/latest
-python-requires = >=3.6
+author_email = openstack-disc...@lists.openstack.org
+home_page = https://docs.openstack.org/debtcollector/latest
+python_requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/test-requirements.txt 
new/debtcollector-2.3.0/test-requirements.txt
--- old/debtcollector-2.2.0/test-requirements.txt       2020-07-28 
16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/test-requirements.txt       2021-09-06 
10:30:54.000000000 +0200
@@ -13,3 +13,5 @@
 fixtures>=3.0.0 # Apache-2.0/BSD
 doc8>=0.8.1 # Apache-2.0
 reno>=3.1.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-2.2.0/tox.ini 
new/debtcollector-2.3.0/tox.ini
--- old/debtcollector-2.2.0/tox.ini     2020-07-28 16:30:16.000000000 +0200
+++ new/debtcollector-2.3.0/tox.ini     2021-09-06 10:30:54.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.2.0
-envlist = py37,pep8
+envlist = py3,pep8
 ignore_basepython_conflict = True
 
 [testenv]
@@ -8,7 +8,7 @@
 setenv =
     VIRTUAL_ENV={envdir}
 deps =
- 
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ 
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
  -r{toxinidir}/test-requirements.txt
  -r{toxinidir}/requirements.txt
 commands =
@@ -19,7 +19,7 @@
 
 [testenv:pep8]
 commands =
-    flake8
+    pre-commit run -a
     sphinx-build -b doctest doc/source doc/build
     doc8 --ignore-path "doc/source/history.rst" doc/source
 
@@ -47,8 +47,3 @@
 [testenv:releasenotes]
 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
 
-[testenv:lower-constraints]
-deps =
-  -c{toxinidir}/lower-constraints.txt
-  -r{toxinidir}/test-requirements.txt
-  -r{toxinidir}/requirements.txt

Reply via email to