File python3-twine.changes of Package python3-twine
-------------------------------------------------------------------
Sat Jul 9 15:29:42 UTC 2016 - arun@gmx.de
- update to version 1.7.4:
* Correct a packaging error.
-------------------------------------------------------------------
Fri Jul 8 23:37:34 UTC 2016 - arun@gmx.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 06:33:53 UTC 2016 - arun@gmx.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 07:22:05 UTC 2016 - arun@gmx.de
- update to version 1.7.1:
* Clint was not specified in the wheel metadata as a dependency.
-------------------------------------------------------------------
Tue Jul 5 01:16:19 UTC 2016 - arun@gmx.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 09:26:58 UTC 2016 - carmenbbakker@gmail.com
- specfile:
* Added python3-requests-toolbelt as dependency
-------------------------------------------------------------------
Sun May 8 07:13:55 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Dec 29 19:37:02 UTC 2015 - arun@gmx.de
- update to version 1.6.5:
* Bump requests-toolbelt version to ensure we avoid ConnectionErrors
-------------------------------------------------------------------
Thu Oct 29 15:19:50 UTC 2015 - arun@gmx.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 03:02:51 UTC 2015 - arun@gmx.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 05:00:04 UTC 2015 - arun@gmx.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 11:52:16 UTC 2015 - p.drouand@gmail.com
- Initial release (version 1.6.1)