forked from pool/python-devpi-client
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user