diff --git a/devpi-client-5.0.0.tar.gz b/devpi-client-5.0.0.tar.gz deleted file mode 100644 index 61f36bb..0000000 --- a/devpi-client-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:786c3472e95807e397b961f60f472e91c30373caecf132a946c51856581fd243 -size 73167 diff --git a/devpi-client-5.1.1.tar.gz b/devpi-client-5.1.1.tar.gz new file mode 100644 index 0000000..5dcaebc --- /dev/null +++ b/devpi-client-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d308f426b39dc528bcbc3b0d523a031b63b9d806b95d0dd879a788df9d86f07 +size 73570 diff --git a/python-devpi-client.changes b/python-devpi-client.changes index 74eb2e6..ac70428 100644 --- a/python-devpi-client.changes +++ b/python-devpi-client.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 12 00:54:29 CET 2020 - Matej Cepl + +- Update to 5.1.1: + - Fix removing a range of versions with index inheritance. + - Add keyring support for devpi push to external repositories + like pypi.org. This is compatible with twine, see + https://twine.readthedocs.io/en/latest/#keyring-support + - fix #666: output nicer error message when section couldn’t be + found in pypirc. + - the 410 status for the register action isn’t marked as error + anymore for push to external repository. + ------------------------------------------------------------------- Tue Sep 17 11:16:11 UTC 2019 - Jan Engelhardt diff --git a/python-devpi-client.spec b/python-devpi-client.spec index bbd8c25..da0c174 100644 --- a/python-devpi-client.spec +++ b/python-devpi-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-devpi-client -Version: 5.0.0 +Version: 5.1.1 Release: 0 Summary: Client for devpi License: MIT