17
0

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
This commit is contained in:
2022-12-13 10:15:24 +00:00
committed by Git OBS Bridge
parent f76762e292
commit 5bd8e14e3c
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 13 04:54:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <daniel.garcia@suse.com>