15
0

- update to 6.2.0:

* Optimized some database access patterns. A new index is added to the
    database on first startup. For large databases that can take a while.
  * Improved performance of loads from database.
  * Optimized memory and cache use for database access.
  * Use frozenset for project name cache of mirror indexes. This mitigates
    memory fragmentation on some Linux distributions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=12
This commit is contained in:
2021-11-08 12:01:47 +00:00
committed by Git OBS Bridge
parent c36bb7f977
commit 6b4eb2b209
4 changed files with 15 additions and 4 deletions

View File

@@ -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.1.0
Version: 6.2.0
Release: 0
Summary: Private PyPI caching server
License: MIT