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 2024-05-10 12:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Fri May 10 12:06:10 2024 rev:20 rq:1173069 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2022-06-20 15:39:37.315065390 +0200
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new.1880/python-debtcollector.changes
2024-05-10 12:07:08.121846559 +0200
@@ -1,0 +2,15 @@
+Fri May 10 08:39:13 UTC 2024 - [email protected]
+
+- update to version 3.0.0
+ - Remove unused babel.cfg
+ - Update python classifier in setup.cfg
+ - Bump hacking
+ - Moves supported python runtimes from version 3.8 to 3.10
+ - Drop python3.6/3.7 support in testing runtime
+ - requirements: Remove unnecessary dependency
+ - Add Python 3.8 and 3.9 to supported runtimes
+ - Revert "Moves supported python runtimes from version 3.8 to 3.10"
+ - coveragerc: Remove non-existent path
+ - Update CI to use unversioned jobs template
+
+-------------------------------------------------------------------
Old:
----
debtcollector-2.5.0.tar.gz
New:
----
debtcollector-3.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.Ltem1Y/_old 2024-05-10 12:07:09.113882707 +0200
+++ /var/tmp/diff_new_pack.Ltem1Y/_new 2024-05-10 12:07:09.117882853 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-debtcollector
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 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.5.0
+Version: 3.0.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/debtcollector/latest/
-Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-2.5.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-3.0.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-fixtures
BuildRequires: python3-pbr
@@ -83,19 +83,19 @@
This package contains documentation in HTML format.
%prep
-%autosetup -p1 -n debtcollector-2.5.0
+%autosetup -p1 -n debtcollector-3.0.0
%py_req_cleanup
%build
%py3_build
# generate html doc
-PBR_VERSION=2.5.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=3.0.0 %sphinx_build -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
-python3 -m stestr.cli run
+%{openstack_stestr_run}
%install
%py3_install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Ltem1Y/_old 2024-05-10 12:07:09.153884165 +0200
+++ /var/tmp/diff_new_pack.Ltem1Y/_new 2024-05-10 12:07:09.157884311 +0200
@@ -1,13 +1,13 @@
<services>
- <service mode="disabled" name="renderspec">
+ <service mode="manual" name="renderspec">
<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/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,debtcollector</param>
</service>
- <service mode="disabled" name="download_files">
+ <service mode="manual" name="download_files">
</service>
- <service name="format_spec_file" mode="disabled"/>
+ <service name="format_spec_file" mode="manual"/>
</services>
++++++ debtcollector-2.5.0.tar.gz -> debtcollector-3.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/.coveragerc
new/debtcollector-3.0.0/.coveragerc
--- old/debtcollector-2.5.0/.coveragerc 2022-03-14 15:35:54.000000000 +0100
+++ new/debtcollector-3.0.0/.coveragerc 2024-02-22 16:38:00.000000000 +0100
@@ -1,7 +1,7 @@
[run]
branch = True
source = debtcollector
-omit = debtcollector/tests/*,debtcollector/openstack/*
+omit = debtcollector/tests/*
[report]
ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/.pre-commit-config.yaml
new/debtcollector-3.0.0/.pre-commit-config.yaml
--- old/debtcollector-2.5.0/.pre-commit-config.yaml 2022-03-14
15:35:54.000000000 +0100
+++ new/debtcollector-3.0.0/.pre-commit-config.yaml 2024-02-22
16:38:00.000000000 +0100
@@ -32,7 +32,7 @@
- id: flake8
name: flake8
additional_dependencies:
- - hacking>=3.0.1,<3.1.0
+ - hacking>=6.1.0,<6.2.0
language: python
entry: flake8
files: '^.*\.py$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/.zuul.yaml
new/debtcollector-3.0.0/.zuul.yaml
--- old/debtcollector-2.5.0/.zuul.yaml 2022-03-14 15:35:54.000000000 +0100
+++ new/debtcollector-3.0.0/.zuul.yaml 2024-02-22 16:38:00.000000000 +0100
@@ -2,7 +2,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-python3-wallaby-jobs
+ - openstack-python3-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.5.0/AUTHORS
new/debtcollector-3.0.0/AUTHORS
--- old/debtcollector-2.5.0/AUTHORS 2022-03-14 15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/AUTHORS 2024-02-22 16:38:45.000000000 +0100
@@ -10,6 +10,7 @@
Dmitry Tantsur <[email protected]>
Doug Hellmann <[email protected]>
Flavio Percoco <[email protected]>
+Ghanshyam <[email protected]>
Ghanshyam Mann <[email protected]>
Graham Hayes <[email protected]>
Hervé Beraud <[email protected]>
@@ -27,6 +28,7 @@
Stephen Finucane <[email protected]>
Swapnil Kulkarni (coolsvap) <[email protected]>
THOMAS J. COCOZZELLO <[email protected]>
+Takashi Kajinami <[email protected]>
Takashi Kajinami <[email protected]>
Thomas Bechtold <[email protected]>
Thomas Goirand <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/ChangeLog
new/debtcollector-3.0.0/ChangeLog
--- old/debtcollector-2.5.0/ChangeLog 2022-03-14 15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/ChangeLog 2024-02-22 16:38:45.000000000 +0100
@@ -1,6 +1,20 @@
CHANGES
=======
+3.0.0
+-----
+
+* Bump hacking
+* Update python classifier in setup.cfg
+* Remove unused babel.cfg
+* coveragerc: Remove non-existent path
+* requirements: Remove unnecessary dependency
+* Revert "Moves supported python runtimes from version 3.8 to 3.10"
+* Moves supported python runtimes from version 3.8 to 3.10
+* Drop python3.6/3.7 support in testing runtime
+* Add Python 3.8 and 3.9 to supported runtimes
+* Update CI to use unversioned jobs template
+
2.5.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/PKG-INFO
new/debtcollector-3.0.0/PKG-INFO
--- old/debtcollector-2.5.0/PKG-INFO 2022-03-14 15:36:27.358510500 +0100
+++ new/debtcollector-3.0.0/PKG-INFO 2024-02-22 16:38:45.895203000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: debtcollector
-Version: 2.5.0
+Version: 3.0.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
@@ -47,8 +47,10 @@
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/babel.cfg
new/debtcollector-3.0.0/babel.cfg
--- old/debtcollector-2.5.0/babel.cfg 2022-03-14 15:35:54.000000000 +0100
+++ new/debtcollector-3.0.0/babel.cfg 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-[python: **.py]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/debtcollector.egg-info/PKG-INFO
new/debtcollector-3.0.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-2.5.0/debtcollector.egg-info/PKG-INFO 2022-03-14
15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/debtcollector.egg-info/PKG-INFO 2024-02-22
16:38:45.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: debtcollector
-Version: 2.5.0
+Version: 3.0.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
@@ -47,8 +47,10 @@
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-2.5.0/debtcollector.egg-info/SOURCES.txt
new/debtcollector-3.0.0/debtcollector.egg-info/SOURCES.txt
--- old/debtcollector-2.5.0/debtcollector.egg-info/SOURCES.txt 2022-03-14
15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/debtcollector.egg-info/SOURCES.txt 2024-02-22
16:38:45.000000000 +0100
@@ -9,7 +9,6 @@
HACKING.rst
LICENSE
README.rst
-babel.cfg
requirements.txt
setup.cfg
setup.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/debtcollector.egg-info/pbr.json
new/debtcollector-3.0.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-2.5.0/debtcollector.egg-info/pbr.json 2022-03-14
15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/debtcollector.egg-info/pbr.json 2024-02-22
16:38:45.000000000 +0100
@@ -1 +1 @@
-{"git_version": "a6b46c5", "is_release": true}
\ No newline at end of file
+{"git_version": "0e6ce1c", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/debtcollector-2.5.0/debtcollector.egg-info/requires.txt
new/debtcollector-3.0.0/debtcollector.egg-info/requires.txt
--- old/debtcollector-2.5.0/debtcollector.egg-info/requires.txt 2022-03-14
15:36:27.000000000 +0100
+++ new/debtcollector-3.0.0/debtcollector.egg-info/requires.txt 2024-02-22
16:38:45.000000000 +0100
@@ -1,4 +1 @@
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.5.0/requirements.txt
new/debtcollector-3.0.0/requirements.txt
--- old/debtcollector-2.5.0/requirements.txt 2022-03-14 15:35:54.000000000
+0100
+++ new/debtcollector-3.0.0/requirements.txt 2024-02-22 16:38:00.000000000
+0100
@@ -1,2 +1 @@
-importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
wrapt>=1.7.0 # BSD License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/setup.cfg
new/debtcollector-3.0.0/setup.cfg
--- old/debtcollector-2.5.0/setup.cfg 2022-03-14 15:36:27.358510500 +0100
+++ new/debtcollector-3.0.0/setup.cfg 2024-02-22 16:38:45.895203000 +0100
@@ -6,7 +6,7 @@
author = OpenStack
author_email = [email protected]
home_page = https://docs.openstack.org/debtcollector/latest
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -15,8 +15,10 @@
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/debtcollector-2.5.0/test-requirements.txt
new/debtcollector-3.0.0/test-requirements.txt
--- old/debtcollector-2.5.0/test-requirements.txt 2022-03-14
15:35:54.000000000 +0100
+++ new/debtcollector-3.0.0/test-requirements.txt 2024-02-22
16:38:00.000000000 +0100
@@ -1,8 +1,4 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD