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 2026-04-11 22:26:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
and /work/SRC/openSUSE:Factory/.python-debtcollector.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debtcollector"
Sat Apr 11 22:26:30 2026 rev:23 rq:1346059 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes
2025-11-10 19:17:06.783775341 +0100
+++
/work/SRC/openSUSE:Factory/.python-debtcollector.new.21863/python-debtcollector.changes
2026-04-11 22:31:43.925538806 +0200
@@ -1,0 +2,29 @@
+Wed Apr 1 07:36:48 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.1.0:
+ * ruff: Configure hacking as external linter
+ * Bump wrapt to 2.1.0
+ * Add typing information
+ * Subclass removed\_property from property
+ * Bump minimum version of wrapt
+ * Integrate ruff, ruff-format
+ * Remove reference to tag framework
+ * Enable doc8 check for all .rst files
+ * Bump pyupgrade target to 3.10+
+ * pre-commit: Bump dependencies
+ * Migrate setup configuration to pyproject.toml
+ * Drop Python 3.9 support
+ * add pyproject.toml to support pip 23.1
+ * Drop explicit dependency on python-subunit
+ * Drop redundant injection of VIRTUAL\_ENV
+ * Drop fallback for Python < 3.8
+ * Add note about requirements lower bounds
+ * Remove Python 3.8 support
+ * Use pre-commit hook to run doc8
+ * Run pyupgrade to clean up Python 2 syntaxes
+ * pre-commit: Bump versions
+ * Declare Python 3.12 support
+ * Remove old excludes
+ * reno: Update master for unmaintained/victoria
+
+-------------------------------------------------------------------
Old:
----
debtcollector-3.0.0.tar.gz
New:
----
debtcollector-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.jWhwUX/_old 2026-04-11 22:31:44.613566946 +0200
+++ /var/tmp/diff_new_pack.jWhwUX/_new 2026-04-11 22:31:44.617567109 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-debtcollector
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
Name: python-debtcollector
-Version: 3.0.0
+Version: 3.1.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-3.0.0.tar.gz
-BuildRequires: %{python_module fixtures}
+Source0:
https://files.pythonhosted.org/packages/source/d/debtcollector/debtcollector-%{version}.tar.gz
+BuildRequires: %{python_module fixtures >= 3.0.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
-BuildRequires: %{python_module wrapt >= 1.7.0}
+BuildRequires: %{python_module wrapt >= 2.1.0}
BuildRequires: openstack-macros
Requires: python-importlib-metadata
-Requires: python-pbr
-Requires: python-wrapt >= 1.7.0
+Requires: python-pbr >= 6.1.1
+Requires: python-wrapt >= 2.1.0
%if "python%{python_nodots_ver}" == "%{primary_python}"
Obsoletes: python3-debtcollector < %{version}
%endif
@@ -54,7 +54,7 @@
Summary: Documentation for %{name}
Group: Documentation/HTML
BuildRequires: python3-Sphinx
-BuildRequires: python3-openstackdocstheme
+BuildRequires: python3-openstackdocstheme >= 2.2.1
%description -n python-debtcollector-doc
A collection of Python deprecation patterns and strategies that help
@@ -70,13 +70,13 @@
This package contains documentation in HTML format.
%prep
-%autosetup -p1 -n debtcollector-3.0.0
+%autosetup -p1 -n debtcollector-%{version}
%build
%pyproject_wheel
# generate html doc
-PBR_VERSION=3.0.0 %{sphinx_build} -b html doc/source doc/build/html
+PBR_VERSION=%{version} %{sphinx_build} -b html doc/source doc/build/html
# remove the Sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ debtcollector-3.0.0.tar.gz -> debtcollector-3.1.0.tar.gz ++++++
++++ 2209 lines of diff (skipped)