Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requirements-detector for
openSUSE:Factory checked in at 2026-03-04 21:09:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requirements-detector (Old)
and /work/SRC/openSUSE:Factory/.python-requirements-detector.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requirements-detector"
Wed Mar 4 21:09:35 2026 rev:13 rq:1336289 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requirements-detector/python-requirements-detector.changes
2026-01-20 21:03:33.885622714 +0100
+++
/work/SRC/openSUSE:Factory/.python-requirements-detector.new.561/python-requirements-detector.changes
2026-03-04 21:10:24.313310897 +0100
@@ -1,0 +2,7 @@
+Wed Mar 4 08:34:38 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.5.0:
+ * switch to tomllib for python >= 3.11
+ * pylint 4 fixes
+
+-------------------------------------------------------------------
Old:
----
1.3.2.tar.gz
New:
----
1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requirements-detector.spec ++++++
--- /var/tmp/diff_new_pack.RKWAil/_old 2026-03-04 21:10:26.017381324 +0100
+++ /var/tmp/diff_new_pack.RKWAil/_new 2026-03-04 21:10:26.033381985 +0100
@@ -16,8 +16,9 @@
#
+%{?sle15_python_module_pythons}
Name: python-requirements-detector
-Version: 1.3.2
+Version: 1.5.0
Release: 0
Summary: Python tool to find and list requirements of a Python project
License: MIT
@@ -28,19 +29,17 @@
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-astroid >= 3.0
+Requires: python-astroid >= 4.0
Requires: python-packaging >= 21.3
Requires: python-semver >= 3
-Requires: python-toml >= 0.10
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module astroid >= 3.0}
+BuildRequires: %{python_module astroid >= 4.0}
BuildRequires: %{python_module packaging >= 21.3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module semver >= 3}
-BuildRequires: %{python_module toml >= 0.10}
# /SECTION
%python_subpackages
++++++ 1.3.2.tar.gz -> 1.5.0.tar.gz ++++++
++++ 2297 lines of diff (skipped)