15
0
Commit Graph

12 Commits

Author SHA256 Message Date
accfafab93 - Update to 4.3.1:
* Fix to treat package names as normalized as in PEP 503 with
    --packages and --ignore-packages option
- 4.3.0:
  * Implement new option --no-version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=23
2023-05-04 16:57:54 +00:00
ed757d3f91 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=21
2023-04-12 13:34:45 +00:00
85298cf8c9 - Update to 4.0.3:
* Escape unicode output (to e.g. {) in the html output
  * Add type annotations and code formatter 
- Add missing BuildRequires to fix test failures.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=19
2023-02-06 05:40:36 +00:00
e41692bc38 Accepting request 1039864 from home:yarunachalam:branches:devel:languages:python
- Update to version 4.0.1 
  * Fix “pip-licenses” is missing in output of pip-licenses --with-system option

OBS-URL: https://build.opensuse.org/request/show/1039864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=17
2022-12-03 22:35:27 +00:00
b012360e0a - Update to 4.0.0:
- Support for Python 3.11
  - Dropped support Python 3.7
  - Migrate Docker base image from Alpine to Debian 11-slim
  - Breaking changes
    - Does not work with PTable and depends on prettytable
    - Depend on importlib_metadata rather than pip
- Remove unnecessary no-pip-internal.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=14
2022-11-06 08:07:42 +00:00
baabb17466 Fix changelogs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=13
2022-02-26 10:09:21 +00:00
afc634210f - Update to 3.5.2:
- Ignore spaces around --fail-on and --allow-only parameters
  - Fix the order in which multiple licenses are output
  - Handle multiple licenses better with options --fail-on and
      --allow-only
  - Small change in output method for multiple licenses, change
    the separator from comma to semicolon
        Up to 3.4.0: Python Software Foundation License, MIT License
        3.5.0 or later: Python Software Foundation License; MIT License
  - Implement new option --packages
  - Fix license summary refer to --from option
  - Improves the readability of the help command
  - Implement new option --from=all
  - Change license notation under SPDX license identifier style
  - Implement new option for use in continuous integration
      --fail-on
      --allow-only
- Skip failing tests gh#raimon49/pip-licenses#120

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=12
2022-02-26 09:52:45 +00:00
df14943c52 Accepting request 850536 from home:jayvdb:branches:devel:languages:python
- Update to v3.0.0
  * Change default behavior to `--from=mixed`

OBS-URL: https://build.opensuse.org/request/show/850536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=10
2020-11-24 16:18:35 +00:00
Tomáš Chvátal
5c64430107 Accepting request 839429 from home:jayvdb:branches:devel:languages:python
- Add missing runtime dependency on pip
- Update to v3.1.1
  * Implement new option for manage unicode characters
    + `--filter-strings`
    + `--filter-code-page`
- from v2.2.1
  * Fixed the file that is selected when multiple matches are made
    with `LICENSE*` with run `--with-license-file`
- from v2.2.0
  * Implement new option `--with-notice-file`
  * Added to find British style file name `LICENCE` with run
    `--with-license-file`

OBS-URL: https://build.opensuse.org/request/show/839429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=8
2020-10-05 06:39:21 +00:00
2f9b7fa947 - Don't use %python3_only command, but properly use alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=5
2020-05-18 20:36:43 +00:00
Tomáš Chvátal
41ee708edf 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
2020-03-16 10:49:58 +00:00
Tomáš Chvátal
7803e01c00 Accepting request 758780 from home:jayvdb:py-submit
Useful tool for listing licenses of python packages
~5000/day https://pypistats.org/packages/pip-licenses

OBS-URL: https://build.opensuse.org/request/show/758780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=1
2020-01-02 09:09:15 +00:00