Changelog for
python3-twine-1.7.4-4.1.noarch.rpm :
Sat Jul 9 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.4:
* Correct a packaging error.
Fri Jul 8 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.3:
* :bug:`195` Fix uploads to instances of pypiserver using
\"--skip-existing\". We were not properly checking the return status
code on the response after attempting an upload.
* Do not generate traffic to Legacy PyPI unless we\'re uploading to
it or uploading to Warehouse (e.g., pypi.io). This avoids the
attempt to upload a package to the index if we can find it on
Legacy PyPI already.
Thu Jul 7 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.2:
* :bug:`189`, :bug:`191` Fix issue where we were checking the
existence of packages even if the user didn\'t specify
- -skip-existing.
Wed Jul 6 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.1:
* Clint was not specified in the wheel metadata as a dependency.
Tue Jul 5 14:00:00 2016 arunAATTgmx.de
- update to version 1.7.0:
* :feature:`142` Support --cert and --client-cert command-line flags
and config file options for feature parity with pip. This allows
users to verify connections to servers other than PyPI (e.g.,
local package repositories) with different certificates.
* :feature:`152` Add progress bar to uploads.
* :feature:`162` Allow --skip-existing to work for 409 status codes.
* :feature:`167` Implement retries when the CDN in front of PyPI
gives us a 5xx error.
* :feature:`177` Switch Twine to upload to pypi.io instead of
pypi.python.org.
* :bug:`186` Allow passwords to have %s in them.
Mon May 16 14:00:00 2016 carmenbbakkerAATTgmail.com
- specfile:
* Added python3-requests-toolbelt as dependency
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* updated source url to files.pythonhosted.org
Tue Dec 29 13:00:00 2015 arunAATTgmx.de
- update to version 1.6.5:
* Bump requests-toolbelt version to ensure we avoid ConnectionErrors
Thu Oct 29 13:00:00 2015 arunAATTgmx.de
- update to version 1.6.4:
* :bug:`145` Paths with hyphens in them break the Wheel regular
expression.
* :bug:`146` Exception while accessing the respository key when
raising a redirect exception.
Tue Oct 6 14:00:00 2015 arunAATTgmx.de
- update to version 1.6.3:
* :bug:`137`, :bug:`140` Uploading signatures was broken due to the
pull request that added large file support via
requests-toolbelt. This caused a 500 error on PyPI and prevented
package and signature upload in twine 1.6.0
Fri Oct 2 14:00:00 2015 arunAATTgmx.de
- specfile: updated url
- update to version 1.6.2:
* Upload signatures with packages appropriately
* As part of the refactor for the 1.6.0 release, we were using the
wrong name to find the signature file.
* This also uncovered a bug where if you\'re using twine in a
situation where
* is not expanded by your shell, we might also
miss uploading signatures to PyPI. Both were fixed as part of
this.
Fri Sep 25 14:00:00 2015 p.drouandAATTgmail.com
- Initial release (version 1.6.1)