Accepting request 1177307 from home:glaubitz:branches:devel:languages:python
- Update to version 6.11.0
* The ``devpi-fsck`` script now returns an error code when
there have been missing files or checksum errors.
* Fix #983: Add plugin hook for mirror authentication header.
* Preserve last modified of docs and toxresults during export/import.
* Fix #1033: Use ``int`` for ``--mirror-cache-expiry`` to fix value of
``proxy_cache_valid`` in nginx caching config.
- from version 6.10.0
* Use ``Authorization`` header instead of adding username/password
to URL when fetching from mirror.
* Fix #998: Use the pure Python httpx library instead of aiohttp to
prevent delays in supporting newest Python releases.
* Fix #996: support hashes other than sha256 in application/\
vnd.pypi.simple.v1+json responses.
* Only compare hostname instead of full URL prefix when parsing mirror
packages to fix mirrors with basic authentication and absolute URLs.
See #1006
- Adjust upstream source name in spec file
- Remove unrecognized --slow parameter from pytest command line
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1177307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 09:33:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 6.11.0
|
||||
* The ``devpi-fsck`` script now returns an error code when
|
||||
there have been missing files or checksum errors.
|
||||
* Fix #983: Add plugin hook for mirror authentication header.
|
||||
* Preserve last modified of docs and toxresults during export/import.
|
||||
* Fix #1033: Use ``int`` for ``--mirror-cache-expiry`` to fix value of
|
||||
``proxy_cache_valid`` in nginx caching config.
|
||||
- from version 6.10.0
|
||||
* Use ``Authorization`` header instead of adding username/password
|
||||
to URL when fetching from mirror.
|
||||
* Fix #998: Use the pure Python httpx library instead of aiohttp to
|
||||
prevent delays in supporting newest Python releases.
|
||||
* Fix #996: support hashes other than sha256 in application/\
|
||||
vnd.pypi.simple.v1+json responses.
|
||||
* Only compare hostname instead of full URL prefix when parsing mirror
|
||||
packages to fix mirrors with basic authentication and absolute URLs.
|
||||
See #1006
|
||||
- Adjust upstream source name in spec file
|
||||
- Remove unrecognized --slow parameter from pytest command line
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 01:15:47 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user