Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requirements-parser for
openSUSE:Factory checked in at 2026-05-04 12:53:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requirements-parser (Old)
and /work/SRC/openSUSE:Factory/.python-requirements-parser.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requirements-parser"
Mon May 4 12:53:45 2026 rev:12 rq:1350481 version:0.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requirements-parser/python-requirements-parser.changes
2024-03-29 13:10:24.857932003 +0100
+++
/work/SRC/openSUSE:Factory/.python-requirements-parser.new.30200/python-requirements-parser.changes
2026-05-04 12:56:50.061671304 +0200
@@ -1,0 +2,20 @@
+Sat Apr 25 20:06:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.13.0:
+ * feat: Add Python 3.13 and 3.14 to the CI test matrix
+ * feat: replace deprecated `pkg_resources` with `packaging`
+ (#105) - thanks to @oh2fih
+ * Fix errors discovered with the unit tests
+ * Hashable type required. Convert list to tuple.
+ * Ignore incompatible types.
+ * Remove comments before passing the line to Req().
+ * Extras should be in lower case.
+ * Complete the list of comparison operators with '!'.
+ * fix: support extras and more chars in names for VCS lines
+ * fix: ValueError when parsing `-e .` (#99) thanks to @vergenzt
+ * feat: added support for alias @ <vcs_url> syntax (#101)
+ * feat: handle hashes without error (thanks to @dymart via #67)
+ * feat: upgrade CI workflows to get them running again
+- drop dont-install-readme.patch (obsolete)
+
+-------------------------------------------------------------------
Old:
----
dont-install-readme.patch
requirements-parser-0.6.0.tar.gz
New:
----
requirements-parser-0.13.0.tar.gz
----------(Old B)----------
Old: * feat: upgrade CI workflows to get them running again
- drop dont-install-readme.patch (obsolete)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requirements-parser.spec ++++++
--- /var/tmp/diff_new_pack.NlppAq/_old 2026-05-04 12:56:50.577692543 +0200
+++ /var/tmp/diff_new_pack.NlppAq/_new 2026-05-04 12:56:50.577692543 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-requirements-parser
#
-# Copyright (c) 2024 SUSE LLC
+# 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
@@ -18,14 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-requirements-parser
-Version: 0.6.0
+Version: 0.13.0
Release: 0
Summary: Pip requirement file parser
-License: BSD-2-Clause
+License: Apache-2.0
Group: Development/Languages/Python
-URL: https://github.com/davidfischer/requirements-parser
-Source:
https://github.com/davidfischer/requirements-parser/archive/v%{version}.tar.gz#/requirements-parser-%{version}.tar.gz
-Patch1: dont-install-readme.patch
+URL: https://github.com/madpah/requirements-parser
+Source:
https://github.com/madpah/requirements-parser/archive/v%{version}.tar.gz#/requirements-parser-%{version}.tar.gz
+BuildRequires: %{python_module packaging >= 23.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module wheel}
@@ -34,6 +34,7 @@
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
+Requires: python-packaging >= 23.2
BuildArch: noarch
%python_subpackages
@@ -55,7 +56,7 @@
%files %{python_files}
%license LICENSE
-%doc AUTHORS.rst README.md
+%doc README.md
%{python_sitelib}/requirements
%{python_sitelib}/requirements_parser-%{version}.dist-info
++++++ requirements-parser-0.6.0.tar.gz -> requirements-parser-0.13.0.tar.gz
++++++
++++ 2512 lines of diff (skipped)