15
0

Accepting request 790869 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/790869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-04-02 11:48:17 +00:00
committed by Git OBS Bridge
parent f7b6ce6257
commit b36ef22e94
4 changed files with 23 additions and 4 deletions

View File

@@ -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