15
0

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:
2023-08-13 17:17:58 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74ba6fdef07bec9dd6ea4869c0df96c5940dd16ab6df8141ddb3206427c975cb
size 255850

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2425632b55344183460051fbb44d3dd9d327e9a0201e50cd65552bcb5a44ad
size 260720

View File

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

View File

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