diff --git a/devpi-server-5.3.1.tar.gz b/devpi-server-5.3.1.tar.gz deleted file mode 100644 index 7dbd3ec..0000000 --- a/devpi-server-5.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b29663c0060eb4cfbc63564a623f92d0d2b307f13710c6781856f51558b874f -size 209303 diff --git a/devpi-server-5.4.1.tar.gz b/devpi-server-5.4.1.tar.gz new file mode 100644 index 0000000..a0b6540 --- /dev/null +++ b/devpi-server-5.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0cbef1952c8c4eb7f3d697b5b3c7e4ad9db4482eeaa708f0fa617201c5060f +size 211312 diff --git a/python-devpi-server.changes b/python-devpi-server.changes index d0de04a..bef1b98 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 2 11:26:56 UTC 2020 - Marketa Calabkova + +- Update to 5.4.1 + * This is the last feature release with Python 2.7 support! + * Import won't abort anymore when a base index was removed. + The bases setting will be imported as is. + * The ``requires_python`` metadata is now included in version + data on mirror indexes. + * Downloaded files from mirrors can be included in exports with + the ``--include-mirrored-files`` option. + * On import files for mirror indexes are now imported when they + were included in the dump (see ``--include-mirrored-files``). + * Fix ``--no-root-pypi`` option when importing devpi data. + * Fix pushing from mirror to an index when the file was removed + and ``mirror_use_external_urls`` is active. +- Drop Python2 anyway because of pyramid dropping Python2 + ------------------------------------------------------------------- Sun Jan 12 00:25:31 CET 2020 - Matej Cepl diff --git a/python-devpi-server.spec b/python-devpi-server.spec index 3920e1b..03a2849 100644 --- a/python-devpi-server.spec +++ b/python-devpi-server.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-devpi-server -Version: 5.3.1 +Version: 5.4.1 Release: 0 Summary: Private PyPI caching server License: MIT