forked from pool/python-devpi-server
Accepting request 1103632 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1103632 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-server?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74ba6fdef07bec9dd6ea4869c0df96c5940dd16ab6df8141ddb3206427c975cb
|
||||
size 255850
|
||||
3
devpi-server-6.9.2.tar.gz
Normal file
3
devpi-server-6.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b2425632b55344183460051fbb44d3dd9d327e9a0201e50cd65552bcb5a44ad
|
||||
size 260720
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 11:53:00 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 6.9.2:
|
||||
* Prevent duplicates when adding values to lists in index
|
||||
configuration with ``+=`` operator.
|
||||
- Changes from version 6.9.1:
|
||||
* Prevent error in find_pre_existing_file in case of incomplete
|
||||
metadata.
|
||||
* Remove long deprecated backward compatibility for old pluggy
|
||||
versions to fix error with pluggy 1.1.0.
|
||||
- Changes from version 6.9.0:
|
||||
* Features
|
||||
- Support export directory layout for
|
||||
``--replica-file-search-path`` option.
|
||||
- Fix #931: Add ``mirror_no_project_list`` setting for mirror
|
||||
indexes that have no full project list like google cloud
|
||||
artifacts or if you want to prevent downloading the full list
|
||||
for huge indexes like PyPI.
|
||||
* Bug Fixes
|
||||
- Keep a reference to async tasks to avoid their removal mid
|
||||
execution.
|
||||
- Support changed default of ``enforce_content_length`` in
|
||||
urllib3 >= 2.
|
||||
- Fix #934: Properly set PATH_INFO when outside URL is used
|
||||
with sub-path.
|
||||
- Fix #945: Adapt FatalError to be usable as an async HTTP
|
||||
response when updating a project on a mirror.
|
||||
- Fix wrong hash metadata introduced in 6.5.0 for toxresults
|
||||
which prevents replication. The metadata can be fixed by an
|
||||
export/import cycle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 9 07:35:18 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-devpi-server
|
||||
Version: 6.8.0
|
||||
Version: 6.9.2
|
||||
Release: 0
|
||||
Summary: Private PyPI caching server
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user