diff --git a/pip-licenses-4.0.3.tar.gz b/pip-licenses-4.0.3.tar.gz deleted file mode 100644 index e08765b..0000000 --- a/pip-licenses-4.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f57c064fa2044685348b72b7adf1e81fc9f87b9b56257b0bc14fe63d3346a56a -size 30671 diff --git a/pip-licenses-4.2.0.tar.gz b/pip-licenses-4.2.0.tar.gz new file mode 100644 index 0000000..2e4461b --- /dev/null +++ b/pip-licenses-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabf1d83391c42278f1887a76555246bfcd9478c53be26e01e93b66d364f18a9 +size 33821 diff --git a/python-pip-licenses.changes b/python-pip-licenses.changes index 928ee82..0441ee5 100644 --- a/python-pip-licenses.changes +++ b/python-pip-licenses.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 12 13:26:16 UTC 2023 - Matej Cepl + +- Update to 4.2.0: + - Implement new option --with-maintainers + - Implement new option --python + - Allow version spec in --ignore-packages parameters + - When the Author field is UNKNOWN, the output is automatically + completed from Author-email + - When the home-page field is UNKNOWN, the output is + automatically completed from Project-URL +- Update to 4.1.0: + - Support case-insensitive license name matching around + --fail-on and --allow-only parameters + ------------------------------------------------------------------- Mon Feb 6 05:39:44 UTC 2023 - Steve Kowalik diff --git a/python-pip-licenses.spec b/python-pip-licenses.spec index 5cde6e0..137ba67 100644 --- a/python-pip-licenses.spec +++ b/python-pip-licenses.spec @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-pip-licenses -Version: 4.0.3 +Version: 4.2.0 Release: 0 Summary: Python packages license list License: MIT @@ -65,7 +65,8 @@ 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' +# gh#raimon49/pip-licenses#156 for test_different_python +%pytest -k 'not (test_from_all or test_different_python)' %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} %{buildroot}%{_bindir}/pip-licenses-%{$python_bin_suffix} -s %post