14
0

- Update to 0.4.13:

* Update mapping for python-slugify
  * Update mapping socketio to python-socketio
  * Add mapping for python-constraint
  * Mitigation for dependency confusion (bsc#1212933, CVE-2023-31543)
  * enh: include airflow mapping
  * Mapping Telegram to python-telegram-bot
  * added => and ~= support through the "mode" option
- Don't use greedy globs in %files.
- Switch to pyproject macros.
- Skip more tests that require network access.
- Drop unneeded Requires on setuptools.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipreqs?expand=0&rev=9
This commit is contained in:
2023-07-10 05:12:47 +00:00
committed by Git OBS Bridge
parent 9259137afe
commit a2855911ab
4 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 10 05:12:03 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.13:
* Update mapping for python-slugify
* Update mapping socketio to python-socketio
* Add mapping for python-constraint
* Mitigation for dependency confusion (bsc#1212933, CVE-2023-31543)
* enh: include airflow mapping
* Mapping Telegram to python-telegram-bot
* added => and ~= support through the "mode" option
- Don't use greedy globs in %files.
- Switch to pyproject macros.
- Skip more tests that require network access.
- Drop unneeded Requires on setuptools.
-------------------------------------------------------------------
Tue Jun 13 08:57:42 UTC 2023 - ecsos <ecsos@opensuse.org>