14
0
forked from pool/python-twine

Accepting request 673031 from home:frispete:python

- update to version 1.12.2
  - bug`408` Fix regression where keyring is unconditionally disabled.
- update to version 1.12.1
  - bug`404` Fix regression with upload exit code
- update to version 1.12.0
  - feature`395 major` Add twine check command to check long description
  - feature`392 major` Drop support for Python 3.3
  - feature`363` Empower --skip-existing for Artifactory repositories
  - bug`367` Avoid MD5 when Python is compiled in FIPS mode
- Fix source URL
- add python-readme_renderer dependency
- BuildRequire python2-pyblake2 for successful testing

OBS-URL: https://build.opensuse.org/request/show/673031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-twine?expand=0&rev=17
This commit is contained in:
2019-02-09 18:02:42 +00:00
committed by Git OBS Bridge
parent 9088def128
commit 00c51ee418
4 changed files with 31 additions and 7 deletions

View File

@@ -3,6 +3,25 @@ Sat Feb 9 13:45:55 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Deduplicate installed files
-------------------------------------------------------------------
Fri Jan 4 14:54:32 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- update to version 1.12.2
- bug`408` Fix regression where keyring is unconditionally disabled.
- update to version 1.12.1
- bug`404` Fix regression with upload exit code
- update to version 1.12.0
- feature`395 major` Add twine check command to check long description
- feature`392 major` Drop support for Python 3.3
- feature`363` Empower --skip-existing for Artifactory repositories
- bug`367` Avoid MD5 when Python is compiled in FIPS mode
- Fix source URL
- add python-readme_renderer dependency
- BuildRequire python2-pyblake2 for successful testing
-------------------------------------------------------------------
Mon May 21 09:30:29 UTC 2018 - tchvatal@suse.com