IceflowRE / unidown

Universal Downloader - update, manage, download.
GNU General Public License v3.0
0 stars 2 forks source link

Bump wheel from 0.32.3 to 0.33.0 #98

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.32.3 to 0.33.0.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/0.33.0/docs/news.rst).* > Release Notes > ============= > > **0.33.0** > > - Added the ``--build-number`` option to the ``wheel pack`` command > - Fixed bad shebangs sneaking into wheels > - Fixed documentation issue with ``wheel pack`` erroneously being called > ``wheel repack`` > - Fixed filenames with "bad" characters (like commas) not being quoted in > ``RECORD`` (PR by Paul Moore) > - Sort requirements extras to ensure deterministic builds > (PR by PoncinMatthieu) > > **0.32.3** > > - Fixed compatibility with Python 2.7.0 – 2.7.3 > - Fixed handling of direct URL requirements with markers (PR by Benoit Pierre) > > **0.32.2** > > - Fixed build number appearing in the ``.dist-info`` directory name > - Made wheel file name parsing more permissive > - Fixed wrong Python tag in wheels converted from eggs > (PR by John T. Wodder II) > > **0.32.1** > > - Fixed ``AttributeError: 'Requirement' object has no attribute 'url'`` on > setuptools/pkg_resources versions older than 18.8 (PR by Benoit Pierre) > - Fixed ``AttributeError: 'module' object has no attribute > 'algorithms_available'`` on Python < 2.7.9 (PR by Benoit Pierre) > - Fixed permissions on the generated ``.dist-info/RECORD`` file > > **0.32.0** > > - Removed wheel signing and verifying features > - Removed the "wheel install" and "wheel installscripts" commands > - Added the ``wheel pack`` command > - Allowed multiple license files to be specified using the ``license_files`` > option > - Deprecated the ``license_file`` option > - Eliminated duplicate lines from generated requirements in > ``.dist-info/METADATA`` (thanks to Wim Glenn for the contribution) > - Fixed handling of direct URL specifiers in requirements > (PR by Benoit Pierre) > - Fixed canonicalization of extras (PR by Benoit Pierre) > - Warn when the deprecated ``[wheel]`` section is used in ``setup.cfg`` > (PR by Jon Dufresne) > > ... (truncated)
Commits - [`bb54233`](https://github.com/pypa/wheel/commit/bb54233a2dc855951fa40a48d5730c67f9d570c8) Bumped up the version number - [`0aa153a`](https://github.com/pypa/wheel/commit/0aa153a419f711e1568cf9265c9cc82e9e4dc7e9) Fixed warning about the [wheel] section in tests - [`933a892`](https://github.com/pypa/wheel/commit/933a8920d3ac8773da10294bc28e3a0cd4e2e651) Skip attributes test on Windows - [`97b48ef`](https://github.com/pypa/wheel/commit/97b48ef812c4d326847e947c64583c185403445b) Fixed test warnings on Python 2 - [`fbcc430`](https://github.com/pypa/wheel/commit/fbcc430055c25e35c5677baba6db1e0b5d05c36b) Updated news for PR [#284](https://github-redirect.dependabot.com/pypa/wheel/issues/284) - [`c4d2b4b`](https://github.com/pypa/wheel/commit/c4d2b4b81ba6c2de26da8595c9dd9717964f510c) Sort requirement extras to ensure deterministic builds ([#284](https://github-redirect.dependabot.com/pypa/wheel/issues/284)) - [`b0adc9d`](https://github.com/pypa/wheel/commit/b0adc9d35b6146c91dc774e5001d4a3b4c7c1ae1) Added the --build-number option to "wheel pack" - [`fb610cd`](https://github.com/pypa/wheel/commit/fb610cd565d9a29583f02c1812d4deebbcc2e0d3) Updated news for PR [#281](https://github-redirect.dependabot.com/pypa/wheel/issues/281) - [`64e089f`](https://github.com/pypa/wheel/commit/64e089fd175e38e0ea77975131384960c6f2223d) Write the RECORD file as CSV ([#281](https://github-redirect.dependabot.com/pypa/wheel/issues/281)) - [`e140638`](https://github.com/pypa/wheel/commit/e1406380d74f70f88301b45320bf62b37d554bf8) Fixed "wheel pack" being referred to as "wheel repack" in the docs - Additional commits viewable in [compare view](https://github.com/pypa/wheel/compare/0.32.3...0.33.0)


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 - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  Partials        9        9

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 8dc54db...bcfd452. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          561      561           
  Misses         32       32           
  Partials        9        9

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 e735983...a6963e2. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #100.