14
0
forked from pool/python-twine

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

- update to 3.2.0
  * :feature:`666` Improve display of HTTP errors during upload
  * :feature:`649` Use red text when printing errors on the command line
  * :feature:`652` Print packages and signatures to be uploaded when using
    ``--verbose`` option
  * 🐛`655 major` Update URL to ``.pypirc`` specfication
  * :feature:`602` Require repository URL scheme to be ``http`` or ``https``
  * 🐛`612 major` Don't raise an exception when Python version can't be
    parsed from filename

OBS-URL: https://build.opensuse.org/request/show/822402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2020-07-23 13:18:08 +00:00
committed by Git OBS Bridge
parent 3e60255a02
commit 3334ef17e4
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jul 23 12:22:51 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.2.0
* :feature:`666` Improve display of HTTP errors during upload
* :feature:`649` Use red text when printing errors on the command line
* :feature:`652` Print packages and signatures to be uploaded when using
``--verbose`` option
* :bug:`655 major` Update URL to ``.pypirc`` specfication
* :feature:`602` Require repository URL scheme to be ``http`` or ``https``
* :bug:`612 major` Don't raise an exception when Python version can't be
parsed from filename
-------------------------------------------------------------------
Sun Apr 5 07:40:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>