15
0

- 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
This commit is contained in:
2024-01-18 12:13:19 +00:00
committed by Git OBS Bridge
parent be709490d8
commit 47f90a075d
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27ce33be185a009f3128ea59fe4c1490f4f4da5eb53ed951b87ef3c621b583f9
size 34771

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d14447094135eb5e43e4d9e1e3bcdb17a05751a9199df2d07f043a542c241c7a
size 36035

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 18 12:11:54 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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