diff --git a/devpi-server-6.1.0.tar.gz b/devpi-server-6.1.0.tar.gz deleted file mode 100644 index 3fd7bc4..0000000 --- a/devpi-server-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2585e6355f5414458b4e64a7a9d7daa8167ece0f66469d63d80bb5728e0f6098 -size 229825 diff --git a/devpi-server-6.2.0.tar.gz b/devpi-server-6.2.0.tar.gz new file mode 100644 index 0000000..b7d4e6e --- /dev/null +++ b/devpi-server-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f17d80097546d76aa4acfe54f1d86b93eafb681787e242cee3a6cfa0fad1b4 +size 233610 diff --git a/python-devpi-server.changes b/python-devpi-server.changes index 563d385..05af742 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 8 11:58:00 UTC 2021 - Dirk Müller + +- 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á diff --git a/python-devpi-server.spec b/python-devpi-server.spec index f490d28..cc7f8bd 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.1.0 +Version: 6.2.0 Release: 0 Summary: Private PyPI caching server License: MIT