diff --git a/python-unearth.changes b/python-unearth.changes index 7fd4c47..0eb4f96 100644 --- a/python-unearth.changes +++ b/python-unearth.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jul 2 09:45:34 UTC 2024 - Daniel Garcia + +- 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 diff --git a/python-unearth.spec b/python-unearth.spec index de7a1cb..58a9fa8 100644 --- a/python-unearth.spec +++ b/python-unearth.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-unearth -Version: 0.14.0 +Version: 0.15.5 Release: 0 Summary: A utility to fetch and download python packages License: MIT @@ -32,17 +32,20 @@ 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 +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} BuildRequires: %{python_module pytest-httpserver >= 1.0.4} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests-wsgi-adapter >= 0.4.1} BuildRequires: %{python_module trustme >= 0.9.0} diff --git a/unearth-0.14.0.tar.gz b/unearth-0.14.0.tar.gz deleted file mode 100644 index dc47010..0000000 --- a/unearth-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3cddfb94ac0f865fbcf964231556ef7183010379c00b01205517a50c78a186d -size 280614 diff --git a/unearth-0.15.5.tar.gz b/unearth-0.15.5.tar.gz new file mode 100644 index 0000000..6ec5fb6 --- /dev/null +++ b/unearth-0.15.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b017f41fbd9cf4811c94c380138b535979f0b90091dcb07dd379f1e4aa3fe2 +size 283787