forked from pool/python-unearth
Accepting request 1119610 from devel:languages:python
- update to 0.12.0 (bsc#1216480, CVE-2023-45805): * Add callback to report download status * Respect :all: in prefer_binary config * security: Validate the package name extracted from the part before the last hyphen * Also fallback on "token" username for KeyringCliProvider * Revert the handling of 403 and 404 * Handle 403 same as 401, and look for credentials on 404 error * Close response files correctly * Change FormatControl to respect the priority of only_binary over no_binary * Include useful message if VCS command not found * Postpone the validation of hashes * Migrate from deprecated pdm.pep517 to pdm.backend * Tolerate invalid python requires * Fix the dist info link evaluation * PEP 714: rename the dist-info-metadata field to core-metadata - Update to version 0.6.2 OBS-URL: https://build.opensuse.org/request/show/1119610 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unearth?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 23 11:10:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.12.0 (bsc#1216480, CVE-2023-45805):
|
||||||
|
* Add callback to report download status
|
||||||
|
* Respect :all: in prefer_binary config
|
||||||
|
* security: Validate the package name extracted from the part
|
||||||
|
before the last hyphen
|
||||||
|
* Also fallback on "token" username for KeyringCliProvider
|
||||||
|
* Revert the handling of 403 and 404
|
||||||
|
* Handle 403 same as 401, and look for credentials on 404 error
|
||||||
|
* Close response files correctly
|
||||||
|
* Change FormatControl to respect the priority of only_binary
|
||||||
|
over no_binary
|
||||||
|
* Include useful message if VCS command not found
|
||||||
|
* Postpone the validation of hashes
|
||||||
|
* Migrate from deprecated pdm.pep517 to pdm.backend
|
||||||
|
* Tolerate invalid python requires
|
||||||
|
* Fix the dist info link evaluation
|
||||||
|
* PEP 714: rename the dist-info-metadata field to core-metadata
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 15 12:46:34 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
Thu Jun 15 12:46:34 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
@@ -34,7 +55,7 @@ Thu Dec 15 23:14:43 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 17:07:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Dec 6 17:07:50 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 0.6.2
|
- Update to version 0.6.2
|
||||||
* Features
|
* Features
|
||||||
Log the file size when downloading - by @frostming in #22 (9514a)
|
Log the file size when downloading - by @frostming in #22 (9514a)
|
||||||
Use token as the username if not specified Close #18 - by @frostming in #18 (6d2a6)
|
Use token as the username if not specified Close #18 - by @frostming in #18 (6d2a6)
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-unearth
|
Name: python-unearth
|
||||||
Version: 0.9.1
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A utility to fetch and download python packages
|
Summary: A utility to fetch and download python packages
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,7 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/u/unearth/unearth
|
|||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module cached-property >= 1.5.2 if %python-base < 3.8}
|
BuildRequires: %{python_module cached-property >= 1.5.2 if %python-base < 3.8}
|
||||||
BuildRequires: %{python_module packaging >= 20}
|
BuildRequires: %{python_module packaging >= 20}
|
||||||
BuildRequires: %{python_module pdm-pep517}
|
BuildRequires: %{python_module pdm-backend}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module requests >= 2.25}
|
BuildRequires: %{python_module requests >= 2.25}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
3
unearth-0.12.0.tar.gz
Normal file
3
unearth-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9809c2069640010eb588f3179a96a873d7a18c4ad686c3023a0e141ebe2dfcb
|
||||||
|
size 280152
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7205832b087005d1b746903a535ca7d0db5381c1f621ddc00290524d56afd217
|
|
||||||
size 270441
|
|
Reference in New Issue
Block a user