- update to 6.0.4:
* Fix precedence of URL from command line over DEVPI_INDEX
environment variable for ``devpi use``.
* Fix relative DEVPI_INDEX environment variable with user and
index causing an invalid URL in some cases.
* Fix persistence of username when DEVPI_INDEX environment
variable is used with ``devpi login``.
* Fix precedence of ``--sdist`` and ``--wheel`` over
``formats`` setting from setup.cfg ``[devpi:upload]``
section.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72c7505319e8a47fa462da2a76fc9728d5b77c6910352444258c637acf43822f
|
||||
size 89208
|
||||
3
devpi-client-6.0.4.tar.gz
Normal file
3
devpi-client-6.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b87309e9af657ea4f104381b29816afc08f8821920091ca182fdbb11ec9f00d6
|
||||
size 91617
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 09:33:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.0.4:
|
||||
* Fix precedence of URL from command line over DEVPI_INDEX
|
||||
environment variable for ``devpi use``.
|
||||
* Fix relative DEVPI_INDEX environment variable with user and
|
||||
index causing an invalid URL in some cases.
|
||||
* Fix persistence of username when DEVPI_INDEX environment
|
||||
variable is used with ``devpi login``.
|
||||
* Fix precedence of ``--sdist`` and ``--wheel`` over
|
||||
``formats`` setting from setup.cfg ``[devpi:upload]``
|
||||
section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 09:35:55 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-devpi-client
|
||||
Version: 6.0.3
|
||||
Version: 6.0.4
|
||||
Release: 0
|
||||
Summary: Client for devpi
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user