forked from pool/python-devpi-server
Accepting request 790871 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-server?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b29663c0060eb4cfbc63564a623f92d0d2b307f13710c6781856f51558b874f
|
||||
size 209303
|
||||
3
devpi-server-5.4.1.tar.gz
Normal file
3
devpi-server-5.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a0cbef1952c8c4eb7f3d697b5b3c7e4ad9db4482eeaa708f0fa617201c5060f
|
||||
size 211312
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user