14
0
forked from pool/python-build

- Add patch support-pip-23.patch:

* pip 23 also colorizes output, confusing the test.
- Add patch support-tarfile-data-filter.patch:
  * Set tarfile.data_filter if available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=19
This commit is contained in:
2023-05-02 08:05:44 +00:00
committed by Git OBS Bridge
parent c855ac5788
commit 014ebb2a4a
4 changed files with 60 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 2 08:04:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-pip-23.patch:
* pip 23 also colorizes output, confusing the test.
- Add patch support-tarfile-data-filter.patch:
* Set tarfile.data_filter if available.
-------------------------------------------------------------------
Fri Apr 21 12:22:56 UTC 2023 - Dirk Müller <dmueller@suse.com>