17
0

Accepting request 1103327 from home:dimstar:Factory

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

OBS-URL: https://build.opensuse.org/request/show/1103327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=23
This commit is contained in:
2023-08-12 23:07:26 +00:00
committed by Git OBS Bridge
parent 6b86e3190c
commit 77330061d6
4 changed files with 36 additions and 4 deletions

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>