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

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