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 2026-01-07 16:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-licenses (Old)
and /work/SRC/openSUSE:Factory/.python-pip-licenses.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-licenses"
Wed Jan 7 16:02:04 2026 rev:18 rq:1325684 version:5.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-licenses/python-pip-licenses.changes
2025-04-22 17:28:43.040176597 +0200
+++
/work/SRC/openSUSE:Factory/.python-pip-licenses.new.1928/python-pip-licenses.changes
2026-01-07 16:02:45.506472929 +0100
@@ -1,0 +2,9 @@
+Wed Jan 7 00:38:19 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 5.5.0:
+ * Initial Implementation of PEP-639 support
+ * Initial support for builtin tomllib for Python 3.11+
+ * Fixes an edge case where packages are named with version info
+ * Declares support for Python 3.13 & 3.14
+
+-------------------------------------------------------------------
Old:
----
pip_licenses-5.0.0.tar.gz
New:
----
pip_licenses-5.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pip-licenses.spec ++++++
--- /var/tmp/diff_new_pack.Osr08m/_old 2026-01-07 16:02:46.098497571 +0100
+++ /var/tmp/diff_new_pack.Osr08m/_new 2026-01-07 16:02:46.102497737 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pip-licenses
#
-# Copyright (c) 2025 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,31 +18,30 @@
%{?sle15_python_module_pythons}
Name: python-pip-licenses
-Version: 5.0.0
+Version: 5.5.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
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module importlib_metadata}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-PrettyTable
-Requires: python-pip
-Requires: python-tomli
+Requires: python-prettytable >= 3.12
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module build}
-BuildRequires: %{python_module PrettyTable}
BuildRequires: %{python_module docutils}
+BuildRequires: %{python_module prettytable >= 3.12}
+BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-pycodestyle}
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
@@ -54,8 +53,6 @@
%prep
%autosetup -p1 -n pip_licenses-%{version}
-sed -i '/addopts/d' pyproject.toml
-sed -i '/pytest-/d' pyproject.toml
sed -i '1{/^#!/d}' piplicenses.py
%build
@@ -70,6 +67,7 @@
export LANG=en_US.UTF-8
# gh#raimon49/pip-licenses#120 for test_from_all
donttest="test_from_all"
+donttest+=" or test_format_plain_vertical"
%pytest -k "not ($donttest)"
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
%{buildroot}%{_bindir}/pip-licenses-%{$python_bin_suffix} -s
@@ -84,6 +82,6 @@
%license LICENSE
%python_alternative %{_bindir}/pip-licenses
%{python_sitelib}/piplicenses.py
-%{python_sitelib}/pip_licenses-%{version}*-info
+%{python_sitelib}/pip_licenses-%{version}.dist-info
%pycache_only %{python_sitelib}/__pycache__/piplicenses.*pyc
++++++ pip_licenses-5.0.0.tar.gz -> pip_licenses-5.5.0.tar.gz ++++++
++++ 1761 lines of diff (skipped)