From 77330061d642572135767c958708b920b4c292704db1b7e5d8a141e2e7ac8727 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Aug 2023 23:07:26 +0000 Subject: [PATCH] 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 --- devpi-server-6.8.0.tar.gz | 3 --- devpi-server-6.9.2.tar.gz | 3 +++ python-devpi-server.changes | 32 ++++++++++++++++++++++++++++++++ python-devpi-server.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 devpi-server-6.8.0.tar.gz create mode 100644 devpi-server-6.9.2.tar.gz diff --git a/devpi-server-6.8.0.tar.gz b/devpi-server-6.8.0.tar.gz deleted file mode 100644 index 3250240..0000000 --- a/devpi-server-6.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ba6fdef07bec9dd6ea4869c0df96c5940dd16ab6df8141ddb3206427c975cb -size 255850 diff --git a/devpi-server-6.9.2.tar.gz b/devpi-server-6.9.2.tar.gz new file mode 100644 index 0000000..84b8272 --- /dev/null +++ b/devpi-server-6.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2425632b55344183460051fbb44d3dd9d327e9a0201e50cd65552bcb5a44ad +size 260720 diff --git a/python-devpi-server.changes b/python-devpi-server.changes index 5f42a3b..e4cf19c 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Aug 10 11:53:00 UTC 2023 - Dominique Leuenberger + +- 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 diff --git a/python-devpi-server.spec b/python-devpi-server.spec index e9a5ac2..22f5ca9 100644 --- a/python-devpi-server.spec +++ b/python-devpi-server.spec @@ -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