diff --git a/devpi-client-7.2.0.tar.gz b/devpi-client-7.2.0.tar.gz new file mode 100644 index 0000000..494eb54 --- /dev/null +++ b/devpi-client-7.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c143368458c3878ba7bee6a1d9b418e2e659571a3856614f58d76b8a28269d7b +size 93460 diff --git a/devpi_client-7.1.0.tar.gz b/devpi_client-7.1.0.tar.gz deleted file mode 100644 index df29019..0000000 --- a/devpi_client-7.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3706e1ae88f13894a90ef324d0c6c01826e3992f33da0d729d6eb3ce056fcbf3 -size 2459752 diff --git a/python-devpi-client.changes b/python-devpi-client.changes index 251d7ec..0c67464 100644 --- a/python-devpi-client.changes +++ b/python-devpi-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 7 12:26:57 UTC 2024 - Markéta Machová + +- Update to 7.2.0 + * Support --no-docs and --only-docs for push command. + * Support --register-project for push command to external index. + * Add support for uv.conf to devpi use --set-cfg. + * fixed encoding issues when decoding output of subprocesses. + * require pkginfo >= 1.10.0 which supports newer metadata versions. + ------------------------------------------------------------------- Thu Oct 3 10:50:15 UTC 2024 - Markéta Machová diff --git a/python-devpi-client.spec b/python-devpi-client.spec index 92719f4..4b8dc47 100644 --- a/python-devpi-client.spec +++ b/python-devpi-client.spec @@ -26,12 +26,12 @@ %endif %{?sle15_python_module_pythons} Name: python-devpi-client%{psuffix} -Version: 7.1.0 +Version: 7.2.0 Release: 0 Summary: Client for devpi License: MIT URL: https://github.com/devpi/devpi -Source: https://files.pythonhosted.org/packages/source/d/devpi_client/devpi_client-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/d/devpi-client/devpi-client-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -41,7 +41,7 @@ Requires: python-build >= 0.7.0 Requires: python-check-manifest >= 0.28 Requires: python-devpi-common >= 4.0 Requires: python-iniconfig -Requires: python-pkginfo >= 1.4.2 +Requires: python-pkginfo >= 1.10.0 Requires: python-platformdirs Requires: python-pluggy >= 0.6.0 Requires: python-tox >= 3.1.0 @@ -70,7 +70,7 @@ indexes, uploading to and installing from indexes, as well as a "test" command for invoking tox. %prep -%autosetup -p1 -n devpi_client-%{version} +%autosetup -p1 -n devpi-client-%{version} rm tox.ini sed -i 's/"python \(setup.py[^"]*\)"/(sys.executable + " \1")/' testing/test_upload.py