studybuffalo / django-helcim

A Django-based integration with the Helcim Commerce API
GNU General Public License v3.0
4 stars 5 forks source link

Bump twine from 3.1.1 to 3.2.0 #153

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps twine from 3.1.1 to 3.2.0.

Changelog

Sourced from twine's changelog.

orphan

:

Changelog

  • 3.2.0 <2020-06-24>
  • 666 Improve display of HTTP errors during upload
  • 649 Use red text when printing errors on the command line
  • 652 Print packages and signatures to be uploaded when using --verbose option
  • 655 major Update URL to .pypirc specification
  • 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
  • 611 major Fix inaccurate retry message during upload
  • 601 major Clarify error messages for archive format
  • 231 Add type annotations, checked with mypy, with 561 support for users of Twine's API
  • 3.1.1 <2019-11-27>
  • 548 Restore --non-interactive as a flag not expecting an argument.
  • 3.1.0 <2019-11-23>
  • 547 Add support for specifying --non-interactive as an environment variable.
  • 3.0.0 <2019-11-18>
  • 336 When a client certificate is indicated, all password processing is disabled.
  • 489 Add --non-interactive flag to abort upload rather than interactively prompt if credentials are missing.
  • 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.
  • 518 Add Python 3.8 to classifiers.
  • 332 major More robust handling of server response in --skip-existing
  • 2.0.0 <2019-09-24>
  • 437 Twine now requires Python 3.6 or later. Use pip 9 or pin to "twine<2" to install twine on older Python versions.
  • 491 major Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases.
  • 1.15.0 <2019-09-17>
  • 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.
  • 1.14.0 <2019-09-06>
  • 456 Better error handling and gpg2 fallback if gpg not available.
  • 341 major Fail more gracefully when encountering bad metadata
  • 459 Show Warehouse URL after uploading a package
  • 310 Now provide a more meaningful error on redirect during upload.
  • 1.13.0 <2019-02-13>
  • 452 major Restore prompts while retaining support for suppressing prompts.
  • 447 major Avoid requests-toolbelt to 0.9.0 to prevent attempting to use openssl when it isn't available.
  • 427 Add disable_progress_bar option to disable tqdm.
  • 426 Allow defining an empty username and password in .pypirc.
  • 441 major Only install pyblake2 if needed.
  • 444 major Use io.StringIO instead of StringIO.
  • 436 major Use modern Python language features.
  • 439 Refactor tox env and travis config.
  • 435 major Specify python_requires in setup.py
  • 432 major Use https URLs everywhere.
  • 428 major Fix --skip-existing for Nexus Repos.
  • 419 Support keyring.get_credential.
Commits
  • 1e81404 Update docs for 3.2.0 release (#667)
  • e2f33a5 Update changelog for next release (#643)
  • 33d9611 Reformat HTTP errors (#666)
  • cb7e116 Use red text when printing errors on command line (#649)
  • b1c2191 Moved verbosity to the helper function, added unit tests, prints packages, si...
  • f922eeb Multi Platform CI Pipeline with GitHub Actions (#651)
  • 424a584 Use imperative mood in test_upload (#657)
  • 1a28b79 Merge pull request #656 from bhrutledge/move-readme
  • f4a4cd6 Shuffle index sections
  • 172a828 Update after review
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          550       550           
  Branches       108       108           
=========================================
  Hits           550       550           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e09071e...161c6ef. Read the comment docs.