1
0

4 Commits

Author SHA256 Message Date
d3d61a4140 Accepting request 1266819 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1266819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unearth?expand=0&rev=10
2025-04-03 14:50:38 +00:00
b665b4f299 - Update to 0.17.3
* Update contributing guidelines for rebase branch
  * Best match should be a pre-release if that's all the index has
  * Use stdlib Path <-> URL conversions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unearth?expand=0&rev=21
2025-04-03 09:01:58 +00:00
09b2e77232 Accepting request 1204011 from devel:languages:python
- Update to 0.17.2:
  * Really drop python<=3.7 support
  * Don't show warning message when no netrc exists
  * Show warning message when failing to parse netrc file
  * Report download status when checking out vcs repo
  * Allow using local file:// locations with find_links and index_urls
  * New method check_wheel_tags for override

OBS-URL: https://build.opensuse.org/request/show/1204011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unearth?expand=0&rev=9
2024-09-27 15:11:11 +00:00
cc07b1815e - Update to 0.17.2:
* Really drop python<=3.7 support
  * Don't show warning message when no netrc exists
  * Show warning message when failing to parse netrc file
  * Report download status when checking out vcs repo
  * Allow using local file:// locations with find_links and index_urls
  * New method check_wheel_tags for override

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unearth?expand=0&rev=19
2024-09-27 05:06:53 +00:00
4 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Apr 3 07:13:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.17.3
* Update contributing guidelines for rebase branch
* Best match should be a pre-release if that's all the index has
* Use stdlib Path <-> URL conversions
-------------------------------------------------------------------
Fri Sep 27 05:05:46 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.17.2:
* Really drop python<=3.7 support
* Don't show warning message when no netrc exists
* Show warning message when failing to parse netrc file
* Report download status when checking out vcs repo
* Allow using local file:// locations with find_links and index_urls
* New method check_wheel_tags for override
-------------------------------------------------------------------
Tue Jul 2 09:45:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-unearth
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,23 @@
%{?sle15_python_module_pythons}
Name: python-unearth
Version: 0.15.5
Version: 0.17.3
Release: 0
Summary: A utility to fetch and download python packages
License: MIT
URL: https://unearth.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/u/unearth/unearth-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module cached-property >= 1.5.2 if %python-base < 3.8}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module packaging >= 20}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module requests >= 2.25}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-httpx
Requires: python-packaging >= 20
Requires: python-requests >= 2.25
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%if 0%{?python_version_nodots} < 38
Requires: python-cached-property >= 1.5.2
%endif
# SECTION test
BuildRequires: %{python_module Flask >= 2.1.2}
BuildRequires: %{python_module httpx}
@@ -87,6 +81,6 @@ They provide all the low-level functionalities that are needed to resolve and in
%license LICENSE
%python_alternative %{_bindir}/unearth
%{python_sitelib}/unearth
%{python_sitelib}/unearth-%{version}*-info
%{python_sitelib}/unearth-%{version}.dist-info
%changelog

View File

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

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

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