From d562529155a6987420768813b30717ad125e2c0453c6fe8e424dad0c933e01d5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 12 Jan 2020 00:05:47 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=205.1.1:=20=20=20-=20Fix=20remo?= =?UTF-8?q?ving=20a=20range=20of=20versions=20with=20index=20inheritance.?= =?UTF-8?q?=20=20=20-=20Add=20keyring=20support=20for=20devpi=20push=20to?= =?UTF-8?q?=20external=20repositories=20=20=20=20=20like=20pypi.org.=20Thi?= =?UTF-8?q?s=20is=20compatible=20with=20twine,=20see=20=20=20=20=20https:/?= =?UTF-8?q?/twine.readthedocs.io/en/latest/#keyring-support=20=20=20-=20fi?= =?UTF-8?q?x=20#666:=20output=20nicer=20error=20message=20when=20section?= =?UTF-8?q?=20couldn=C3=A2=E2=82=AC=E2=84=A2t=20be=20=20=20=20=20found=20i?= =?UTF-8?q?n=20pypirc.=20=20=20-=20the=20410=20status=20for=20the=20regist?= =?UTF-8?q?er=20action=20isn=C3=A2=E2=82=AC=E2=84=A2t=20marked=20as=20erro?= =?UTF-8?q?r=20=20=20=20=20anymore=20for=20push=20to=20external=20reposito?= =?UTF-8?q?ry.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=5 --- devpi-client-5.0.0.tar.gz | 3 --- devpi-client-5.1.1.tar.gz | 3 +++ python-devpi-client.changes | 13 +++++++++++++ python-devpi-client.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 devpi-client-5.0.0.tar.gz create mode 100644 devpi-client-5.1.1.tar.gz 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