15
0

Accepting request 1222183 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/1222183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=32
This commit is contained in:
2024-11-07 13:18:08 +00:00
committed by Git OBS Bridge
parent 787ce27e28
commit 18240a3531
4 changed files with 17 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 7 12:26:57 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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á <mmachova@suse.com>

View File

@@ -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