SHA256
1
0
forked from pool/python-twine

Accepting request 680732 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/680732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=20
This commit is contained in:
2019-03-02 11:11:11 +00:00
committed by Git OBS Bridge
parent c7ceb96cfd
commit 509d4f3dbe
5 changed files with 38 additions and 44 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Mar 2 04:53:11 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
* remove patch fix-keyring-support.patch, included upstream
- update to version 1.13.0:
* bug`452` Restore prompts while retaining support for suppressing
prompts.
* bug`447` Avoid requests-toolbelt to 0.9.0 to prevent attempting to
use openssl when it isn't available.
* :feature:`427` Add disable_progress_bar option to disable tqdm.
* :feature:`426` Allow defining an empty username and password in
.pypirc.
* bug`441` Only install pyblake2 if needed.
* bug`444` Use io.StringIO instead of StringIO.
* bug`436` Use modern Python language features.
* :support:`439` Refactor tox env and travis config.
* bug`435` Specify python_requires in setup.py
* bug`432` Use https URLs everywhere.
* bug`428` Fix --skip-existing for Nexus Repos.
* :feature:`419` Support keyring.get_credential.
* :feature:`418` Support keyring.get_username_and_password.
* bug`421` Remove unnecessary usage of readme_render.markdown.
* :feature:" Add Python 3.7 to classifiers.
* bug`412` Don't crash if there's no package description.
* bug`408` Fix keyring support.
-------------------------------------------------------------------
Sat Feb 9 19:52:43 CET 2019 - Matej Cepl <mcepl@suse.com>