15
0

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

- Update to 6.1.0
  * Proxy requests from replica to master are now streamed if possible.
  * Dropped support for Python 2.7, 3.4 and 3.5. Python 3.x versions 
    will be supported until their EOL.
  * Remove deprecated command line options which were replaced by 
    separate scripts.
  * The user creation and modification time is now stored.
  * add explicit ruamel.yaml dependency declaration after strictyaml 
    vendored it
  * Allow user and index URLs to work with a trailing slash.

OBS-URL: https://build.opensuse.org/request/show/909936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=11
This commit is contained in:
2021-08-03 10:10:36 +00:00
committed by Git OBS Bridge
parent 05db9d1f17
commit c36bb7f977
4 changed files with 31 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 3 09:11:58 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 6.1.0
* Proxy requests from replica to master are now streamed if possible.
* Dropped support for Python 2.7, 3.4 and 3.5. Python 3.x versions
will be supported until their EOL.
* Remove deprecated command line options which were replaced by
separate scripts.
* The user creation and modification time is now stored.
* add explicit ruamel.yaml dependency declaration after strictyaml
vendored it
* Allow user and index URLs to work with a trailing slash.
-------------------------------------------------------------------
Tue May 26 07:22:39 UTC 2020 - Petr Gajdos <pgajdos@suse.com>