15
0

- 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:
2023-04-19 09:33:13 +00:00
committed by Git OBS Bridge
parent b9919fd3bf
commit de746b2dd9
4 changed files with 18 additions and 4 deletions

View File

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