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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2585e6355f5414458b4e64a7a9d7daa8167ece0f66469d63d80bb5728e0f6098
size 229825

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7f17d80097546d76aa4acfe54f1d86b93eafb681787e242cee3a6cfa0fad1b4
size 233610

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 8 11:58:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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.
-------------------------------------------------------------------
Tue Aug 3 09:11:58 UTC 2021 - Markéta Machová <mmachova@suse.com>

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