forked from pool/python-unearth
Accepting request 1185399 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1185399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unearth?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 2 09:45:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.15.5:
|
||||||
|
* Add keyring cli get creds mode
|
||||||
|
* Fix release note autogenerator
|
||||||
|
- 0.15.4
|
||||||
|
* Skip netrc when parse failed
|
||||||
|
* Update dependencies
|
||||||
|
* Switch to trusted publisher
|
||||||
|
* Test on 3.13
|
||||||
|
- 0.15.3
|
||||||
|
* Allow passing headers to package finder
|
||||||
|
* ci: Matrix for old python versions on macos
|
||||||
|
- 0.15.2
|
||||||
|
* Incorrect username when using system keyring CLI
|
||||||
|
- 0.15.1
|
||||||
|
* Close local files after read
|
||||||
|
- 0.15.0
|
||||||
|
* Support exclude_newer_than evaluation
|
||||||
|
* Support httpx.Client
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 21 10:44:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Jan 21 10:44:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-unearth
|
Name: python-unearth
|
||||||
Version: 0.14.0
|
Version: 0.15.5
|
||||||
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
|
||||||
@@ -32,6 +32,7 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module requests >= 2.25}
|
BuildRequires: %{python_module requests >= 2.25}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-httpx
|
||||||
Requires: python-packaging >= 20
|
Requires: python-packaging >= 20
|
||||||
Requires: python-requests >= 2.25
|
Requires: python-requests >= 2.25
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
@@ -42,7 +43,9 @@ Requires: python-cached-property >= 1.5.2
|
|||||||
%endif
|
%endif
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module Flask >= 2.1.2}
|
BuildRequires: %{python_module Flask >= 2.1.2}
|
||||||
|
BuildRequires: %{python_module httpx}
|
||||||
BuildRequires: %{python_module pytest-httpserver >= 1.0.4}
|
BuildRequires: %{python_module pytest-httpserver >= 1.0.4}
|
||||||
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests-wsgi-adapter >= 0.4.1}
|
BuildRequires: %{python_module requests-wsgi-adapter >= 0.4.1}
|
||||||
BuildRequires: %{python_module trustme >= 0.9.0}
|
BuildRequires: %{python_module trustme >= 0.9.0}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3cddfb94ac0f865fbcf964231556ef7183010379c00b01205517a50c78a186d
|
|
||||||
size 280614
|
|
3
unearth-0.15.5.tar.gz
Normal file
3
unearth-0.15.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98b017f41fbd9cf4811c94c380138b535979f0b90091dcb07dd379f1e4aa3fe2
|
||||||
|
size 283787
|
Reference in New Issue
Block a user