forked from pool/python-pip-licenses
Accepting request 785563 from home:mcalabkova:branches:devel:languages:python
- Update to 2.1.1 * Suppress errors when opening license files * Implement new option --format=plain-vertical * Support for outputting license file named COPYING * * Better license file open handling in Python 3 * Dropped support Python 2.7 * Options like --format-* were marked obsolete * Implement new option --no-license-path OBS-URL: https://build.opensuse.org/request/show/785563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
e16478fb92
commit
41ee708edf
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:826c41e2aa66a05e4b9cd1f68b58354eb97d34dccca54f9ac4d6e003e16bbf94
|
||||
size 18561
|
||||
3
pip-licenses-2.1.1.tar.gz
Normal file
3
pip-licenses-2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95042f237c5b8c865a9682fdb96f60b13f826673abb4677455ab46e6d6f3c21c
|
||||
size 21849
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 10:17:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 2.1.1
|
||||
* Suppress errors when opening license files
|
||||
* Implement new option --format=plain-vertical
|
||||
* Support for outputting license file named COPYING *
|
||||
* Better license file open handling in Python 3
|
||||
* Dropped support Python 2.7
|
||||
* Options like --format-* were marked obsolete
|
||||
* Implement new option --no-license-path
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 22 05:03:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pip-licenses
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pip-licenses
|
||||
Version: 1.18.0
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: Python packages license list
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user