15
0

38 Commits

Author SHA256 Message Date
68d4c0d3d2 Accepting request 1271143 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1271143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=17
2025-04-22 15:27:54 +00:00
dc13017f47 Accepting request 1270566 from home:fstegmeier:branches:devel:languages:python
- update to 5.0.0
  * Dropped support Python 3.8
  * Clarified support for Python 3.12
  * Migration pyproject.toml about this package
  * Implicitly depends on tomli library since version 4.5.0
  * Fixes "tomli" to be output only with --with-system option
  * Implement new feature pyproject.toml support

OBS-URL: https://build.opensuse.org/request/show/1270566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=36
2025-04-21 07:51:31 +00:00
c518d57e5a Accepting request 1184133 from devel:languages:python
- update to 4.4.0:
  * Implement new option `--partial-match`
- drop 0001-Fix-test_different_python-under-pyhon-3.12.patch
  (upstream)

OBS-URL: https://build.opensuse.org/request/show/1184133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=16
2024-07-01 09:21:34 +00:00
b4a7d64db3 - update to 4.4.0:
* Implement new option `--partial-match`
- drop 0001-Fix-test_different_python-under-pyhon-3.12.patch
  (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=34
2024-06-30 20:00:38 +00:00
ce0f5dd601 Accepting request 1159080 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1159080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=15
2024-03-19 16:31:06 +00:00
e8589085fc Accepting request 1158625 from home:jaimeMF:branches:devel:languages:python
- Add 0001-Fix-test_different_python-under-pyhon-3.12.patch

OBS-URL: https://build.opensuse.org/request/show/1158625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=32
2024-03-18 15:53:16 +00:00
6dbcc2c5ac Accepting request 1140772 from devel:languages:python
- Remove not needed test ignore, fixed upstream.
- update to 4.3.4:
  * Maintain to pass test with wcwidth>=0.2.10
- 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
- update to 4.3.2:
  * Better Handling extracting URLs from `Project-URL`
- 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
- 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
- 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.
- Update to version 4.0.1
  * Fix “pip-licenses” is missing in output of pip-licenses --with-system option
- 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.
- 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
- Add no-pip-internal.patch replace missing
  get_installed_distributions() method in modern pip.
- Update to v3.0.0
  * Change default behavior to `--from=mixed`
- 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`
- Don't use %python3_only command, but properly use alternatives.
- 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
- Update to v1.18.0
- Update to v0.17.0
- Initial spec for v1.13.0

OBS-URL: https://build.opensuse.org/request/show/1140772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=14
2024-01-23 21:55:34 +00:00
1d9d1ae3e4 - Remove not needed test ignore, fixed upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=30
2024-01-23 06:46:29 +00:00
2ccc2df561 - update to 4.3.4:
* Maintain to pass test with wcwidth>=0.2.10
  * Add type annotations and code formatter
- Update to version 4.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=29
2024-01-22 21:46:54 +00:00
e25032a131 Accepting request 1139702 from devel:languages:python
- 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/request/show/1139702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=13
2024-01-18 20:53:54 +00:00
47f90a075d - 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
2024-01-18 12:13:19 +00:00
d2ded716b1 Accepting request 1090383 from devel:languages:python
- update to 4.3.2:
  * Better Handling extracting URLs from `Project-URL`

OBS-URL: https://build.opensuse.org/request/show/1090383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=12
2023-06-02 22:07:22 +00:00
be709490d8 - update to 4.3.2:
* Better Handling extracting URLs from `Project-URL`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=25
2023-06-01 20:08:40 +00:00
aa23b80f75 Accepting request 1084817 from devel:languages:python
- 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/request/show/1084817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=11
2023-05-05 13:57:37 +00:00
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
ca32d310df Accepting request 1078727 from devel:languages:python
- 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/request/show/1078727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=10
2023-04-12 13:48:22 +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
c19656ffc1 Accepting request 1063338 from devel:languages:python
- 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/request/show/1063338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=9
2023-02-06 13:15:33 +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
714d678439 Accepting request 1039909 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=8
2022-12-04 13:58:52 +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
bd297b1607 Accepting request 1033784 from devel:languages:python
- 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/request/show/1033784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=7
2022-11-06 11:42:21 +00:00
a5f6fe0005 Use pyproject_* macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=15
2022-11-06 08:08:33 +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
285d697240 Accepting request 957738 from devel:languages:python
- 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
- Add no-pip-internal.patch replace missing
  get_installed_distributions() method in modern pip.

OBS-URL: https://build.opensuse.org/request/show/957738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=6
2022-02-26 16:02:17 +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
89503b3b3e Accepting request 850560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/850560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=5
2020-11-24 21:17:15 +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
686242f99a Accepting request 839485 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/839485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=4
2020-10-23 10:21:10 +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
56268297b9 Accepting request 807304 from devel:languages:python
- Don't use %python3_only command, but properly use alternatives.

OBS-URL: https://build.opensuse.org/request/show/807304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=3
2020-05-19 12:56:53 +00:00
Tomáš Chvátal
373ca03de9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-licenses?expand=0&rev=6 2020-05-19 12:32:24 +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
936ee3313d Accepting request 785586 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/785586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=2
2020-03-18 11:28: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
e16478fb92 Accepting request 760379 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/760379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-licenses?expand=0&rev=1
2020-01-02 13:43:59 +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