Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pip-licenses for 
openSUSE:Factory checked in at 2025-04-22 17:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-licenses (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip-licenses.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip-licenses"

Tue Apr 22 17:27:54 2025 rev:17 rq:1271143 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-licenses/python-pip-licenses.changes  
2024-07-01 11:22:19.139318326 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pip-licenses.new.30101/python-pip-licenses.changes
       2025-04-22 17:28:43.040176597 +0200
@@ -1,0 +2,11 @@
+Thu Apr 17 13:45:00 UTC 2025 - Felix Stegmeier <[email protected]>
+
+- update to 5.0.0
+  * Dropped support Python 3.8
+  * Clarified support for Python 3.12
+  * Migration pyproject.toml about this package
+  * Implicitly depends on tomli library since version 4.5.0
+  * Fixes "tomli" to be output only with --with-system option
+  * Implement new feature pyproject.toml support
+
+-------------------------------------------------------------------

Old:
----
  pip-licenses-4.4.0.tar.gz

New:
----
  pip_licenses-5.0.0.tar.gz

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

Other differences:
------------------
++++++ python-pip-licenses.spec ++++++
--- /var/tmp/diff_new_pack.UcOirY/_old  2025-04-22 17:28:43.676203306 +0200
+++ /var/tmp/diff_new_pack.UcOirY/_new  2025-04-22 17:28:43.680203474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pip-licenses
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pip-licenses
-Version:        4.4.0
+Version:        5.0.0
 Release:        0
 Summary:        Python packages license list
 License:        MIT
 URL:            https://github.com/raimon49/pip-licenses
-Source:         
https://files.pythonhosted.org/packages/source/p/pip-licenses/pip-licenses-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/pip-licenses/pip_licenses-%{version}.tar.gz
 BuildRequires:  %{python_module importlib_metadata}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -31,6 +31,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-PrettyTable
 Requires:       python-pip
+Requires:       python-tomli
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -40,6 +41,8 @@
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module py}
+BuildRequires:  %{python_module tomli-w}
+BuildRequires:  %{python_module tomli}
 BuildRequires:  %{python_module typing_extensions}
 BuildRequires:  %{python_module wheel}
 # /SECTION
@@ -49,10 +52,10 @@
 Dump the software license list of Python packages installed with pip.
 
 %prep
-%autosetup -p1 -n pip-licenses-%{version}
+%autosetup -p1 -n pip_licenses-%{version}
 
-sed -i '/addopts/d' setup.cfg
-sed -i '/pytest-/d' setup.cfg
+sed -i '/addopts/d' pyproject.toml
+sed -i '/pytest-/d' pyproject.toml
 sed -i '1{/^#!/d}' piplicenses.py
 
 %build

Reply via email to