Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

chore: update twine to 3.0.0 #90

Closed
wants to merge 3 commits into from

Conversation

pyup-bot
Copy link
Contributor

This PR updates twine from 1.14.0 to 3.0.0.

Changelog

3.0.0

* :feature:`336`: When a client certificate is indicated, all password
processing is disabled.
* :feature:`524`: Twine now unconditionally requires the keyring library
and no longer supports uninstalling ``keyring`` as a means to disable
that functionality. Instead, use ``keyring --disable`` keyring functionality
if necessary.
* :feature:`518` Add Python 3.8 to classifiers.
* :bug:`332` More robust handling of server response in ``--skip-existing``

2.0.0

* :feature:`437` Twine now requires Python 3.6 or later. Use pip
9 or pin to "twine<2" to install twine on older Python versions.
* :bug:`491` Require requests 2.20 or later to avoid reported security
vulnerabilities in earlier releases.

1.15.0

* :feature:`488` Improved output on ``check`` command:
Prints a message when there are no distributions given to check.
Improved handling of errors in a distribution's markup, avoiding
messages flowing through to the next distribution's errors.
Links

@martinm82 martinm82 changed the title Update twine to 3.0.0 chore: update twine to 3.0.0 Nov 20, 2019
@martinm82
Copy link
Collaborator

This will require getting rid of Python 3.5 support in the Azure Pipeline template (https://github.com/tomtom-international/azure-pipeline-templates/blob/master/jobs/python.setup.py.yml#L20)

@martinm82 martinm82 added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 20, 2019
@martinm82 martinm82 closed this Apr 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants