From 47f90a075dda1385dac5f7a034668a36104b114685d7d99df3987518c5eadfc2 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 18 Jan 2024 12:13:19 +0000 Subject: [PATCH] - Update to version 4.3.3: * Always terminate --allow-only and --fail-on messages with a newline * Always terminate files created with --output-file with a newline - Ignore broken test with latest version of wcwidth, gh#raimon49/pip-licenses#178 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=27 --- pip-licenses-4.3.2.tar.gz | 3 --- pip-licenses-4.3.3.tar.gz | 3 +++ python-pip-licenses.changes | 9 +++++++++ python-pip-licenses.spec | 9 ++++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 pip-licenses-4.3.2.tar.gz create mode 100644 pip-licenses-4.3.3.tar.gz diff --git a/pip-licenses-4.3.2.tar.gz b/pip-licenses-4.3.2.tar.gz deleted file mode 100644 index 4d0d2af..0000000 --- a/pip-licenses-4.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ce33be185a009f3128ea59fe4c1490f4f4da5eb53ed951b87ef3c621b583f9 -size 34771 diff --git a/pip-licenses-4.3.3.tar.gz b/pip-licenses-4.3.3.tar.gz new file mode 100644 index 0000000..821c6c7 --- /dev/null +++ b/pip-licenses-4.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14447094135eb5e43e4d9e1e3bcdb17a05751a9199df2d07f043a542c241c7a +size 36035 diff --git a/python-pip-licenses.changes b/python-pip-licenses.changes index 1a96eaf..026f53d 100644 --- a/python-pip-licenses.changes +++ b/python-pip-licenses.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 18 12:11:54 UTC 2024 - Daniel Garcia + +- Update to version 4.3.3: + * Always terminate --allow-only and --fail-on messages with a newline + * Always terminate files created with --output-file with a newline +- Ignore broken test with latest version of wcwidth, + gh#raimon49/pip-licenses#178 + ------------------------------------------------------------------- Thu Jun 1 20:08:13 UTC 2023 - Dirk Müller diff --git a/python-pip-licenses.spec b/python-pip-licenses.spec index ed34464..6225974 100644 --- a/python-pip-licenses.spec +++ b/python-pip-licenses.spec @@ -1,7 +1,7 @@ # # spec file for package python-pip-licenses # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-pip-licenses -Version: 4.3.2 +Version: 4.3.3 Release: 0 Summary: Python packages license list License: MIT @@ -66,7 +66,10 @@ sed -i '1{/^#!/d}' piplicenses.py %check export LANG=en_US.UTF-8 # gh#raimon49/pip-licenses#120 for test_from_all -%pytest -k 'not test_from_all' +donttest="test_from_all" +# test_format_rst_without_filter fails with wcwidth>=0.2.10 gh#raimon49/pip-licenses#178 +donttest+=" or test_format_rst_without_filter" +%pytest -k "not ($donttest)" %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} %{buildroot}%{_bindir}/pip-licenses-%{$python_bin_suffix} -s %post