From 5bd8e14e3cb168f5e3a06ee622312b49af82a88324e9189b9201cd00f8f2fc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 13 Dec 2022 10:15:24 +0000 Subject: [PATCH] Accepting request 1042533 from home:yarunachalam:branches:devel:languages:python - Update to version 6.8.0 * Features - Fix #929: Cache normalized project names per transaction on mirror index instances. * Bug Fixes - Fix #914: add locking to list_projects_perstage of mirror indexes to prevent multiple slow concurrent updates of the full project name list. - Catch exceptions in async_httpget analog to httpget. - Add locking to mirror name cache to prevent race condition on updates. OBS-URL: https://build.opensuse.org/request/show/1042533 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=17 --- devpi-server-6.7.0.tar.gz | 3 --- devpi-server-6.8.0.tar.gz | 3 +++ python-devpi-server.changes | 12 ++++++++++++ python-devpi-server.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 devpi-server-6.7.0.tar.gz create mode 100644 devpi-server-6.8.0.tar.gz diff --git a/devpi-server-6.7.0.tar.gz b/devpi-server-6.7.0.tar.gz deleted file mode 100644 index 3cf6b64..0000000 --- a/devpi-server-6.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e1199ca34ae2ff738385824f3c4cbe9a498cf27e9c634f2faefb57d051660a8 -size 254104 diff --git a/devpi-server-6.8.0.tar.gz b/devpi-server-6.8.0.tar.gz new file mode 100644 index 0000000..3250240 --- /dev/null +++ b/devpi-server-6.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ba6fdef07bec9dd6ea4869c0df96c5940dd16ab6df8141ddb3206427c975cb +size 255850 diff --git a/python-devpi-server.changes b/python-devpi-server.changes index af92d6a..1cfc668 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 13 04:54:49 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 6.8.0 + * Features + - Fix #929: Cache normalized project names per transaction on mirror index instances. + * Bug Fixes + - Fix #914: add locking to list_projects_perstage of mirror indexes to + prevent multiple slow concurrent updates of the full project name list. + - Catch exceptions in async_httpget analog to httpget. + - Add locking to mirror name cache to prevent race condition on updates. + ------------------------------------------------------------------- Fri Oct 21 07:47:48 UTC 2022 - Daniel Garcia diff --git a/python-devpi-server.spec b/python-devpi-server.spec index b961adf..270a162 100644 --- a/python-devpi-server.spec +++ b/python-devpi-server.spec @@ -20,7 +20,7 @@ %define commands export fsck gen-config import init passwd server gen-secret %define skip_python2 1 Name: python-devpi-server -Version: 6.7.0 +Version: 6.8.0 Release: 0 Summary: Private PyPI caching server License: MIT