14
0

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:
2023-10-23 21:41:08 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 6 deletions

View File

@@ -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>
@@ -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>
- Update to version 0.6.2
- Update to version 0.6.2
* Features
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)

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-unearth
Version: 0.9.1
Version: 0.12.0
Release: 0
Summary: A utility to fetch and download python packages
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 cached-property >= 1.5.2 if %python-base < 3.8}
BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module pdm-pep517}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests >= 2.25}
BuildRequires: fdupes

3
unearth-0.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9809c2069640010eb588f3179a96a873d7a18c4ad686c3023a0e141ebe2dfcb
size 280152

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7205832b087005d1b746903a535ca7d0db5381c1f621ddc00290524d56afd217
size 270441