17
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

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 2 11:26:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcepl@suse.com>