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 wheel from 0.34.2 to 0.35.0 #165

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps wheel from 0.34.2 to 0.35.0.

Changelog

Sourced from wheel's changelog.

Release Notes

0.35.0 (2020-08-13)

  • Switched to the packaging library for computing wheel tags
  • Fixed a resource leak in WheelFile.open() (PR by Jon Dufresne)

0.34.2 (2020-01-30)

  • Fixed installation of wheel from sdist on environments without Unicode file name support

0.34.1 (2020-01-27)

  • Fixed installation of wheel from sdist which was broken due to a chicken and egg problem with PEP 517 and setuptools_scm

0.34.0 (2020-01-27)

  • Dropped Python 3.4 support
  • Added automatic platform tag detection for macOS binary wheels (PR by Grzegorz Bokota)
  • Added the --compression= option to the bdist_wheel command
  • Fixed PyPy tag generation to work with the updated semantics (#328)
  • Updated project packaging and testing configuration for 517
  • Moved the contents of setup.py to setup.cfg
  • Fixed duplicate RECORD file when using wheel pack on Windows
  • Fixed bdist_wheel failing at cleanup on Windows with a read-only source tree
  • Fixed wheel pack not respecting the existing build tag in WHEEL
  • Switched the project to use the "src" layout
  • Switched to setuptools_scm for versioning

0.33.6 (2019-08-18)

  • Fixed regression from 0.33.5 that broke building binary wheels against the limited ABI
  • Fixed egg2wheel compatibility with the future release of Python 3.10 (PR by Anthony Sottile)

0.33.5 (2019-08-17)

  • Don't add the m ABI flag to wheel names on Python 3.8 (PR by rdb)
  • Updated MANIFEST.in to include many previously omitted files in the sdist

0.33.4 (2019-05-12)

  • Reverted PR #289 (adding directory entries to the wheel file) due to incompatibility with distlib.wheel

0.33.3 (2019-05-10) (redacted release)

  • Fixed wheel build failures on some systems due to all attributes being preserved (PR by Matt Wozniski)

0.33.2 (2019-05-08) (redacted release)

Commits
  • 4253bbb Created a new release
  • b6786fa Fixed test matrix config for PyPy2
  • 6c914fe Updated the release notes
  • 3b260ab Fixed PyPy2 ABI tag generation
  • 69fc34c Added PyPy2 to the test matrix
  • a668885 The PyPA has adopted the PSF code of conduct (#361)
  • e8eb40e Updated link to now-decommissioned mailing list (#356)
  • a519770 Replaced pep425tags with packaging (#346)
  • bb33181 Added ReadTheDocs configuration
  • ed3ec04 Fix resource leak in WheelFile.open() (#338)
  • 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 #165 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #165   +/-   ##
=========================================
  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 78cc883...f0dff78. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #167.