IceflowRE / unidown

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

Bump wheel from 0.33.2 to 0.33.4 #116

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.33.2 to 0.33.4.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst).* > Release Notes > ============= > > **0.33.4 (2019-05-12)** > > - Reverted PR [\#289](https://github-redirect.dependabot.com/pypa/wheel/issues/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) > > - Fixed empty directories missing from the wheel (PR by Jason R. Coombs) > > **0.33.1 (2019-02-19)** > > - Fixed the `--build-number` option for `wheel pack` not being applied > > **0.33.0 (2019-02-11)** > > - 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) > - Forced `inplace = False` when building a C extension for the wheel > > **0.32.3 (2018-11-18)** > > - 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 (2018-10-20)** > > - 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 (2018-10-03)** > > - 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 (2018-09-29)** > > - Removed wheel signing and verifying features > - Removed the "wheel install" and "wheel installscripts" commands > - Added the `wheel pack` command > ... (truncated)
Commits - [`882cd05`](https://github.com/pypa/wheel/commit/882cd05d9bf4c4fc72568d806e227b5cf14df1d7) Bumped up the version - [`90dd34c`](https://github.com/pypa/wheel/commit/90dd34c435d848a110434d24e3f074e96e034f15) Updated the changelog - [`46b0456`](https://github.com/pypa/wheel/commit/46b045676c70b282365fa86082be9206de4adaf0) Revert "Include directory entries when building wheel ([#289](https://github-redirect.dependabot.com/pypa/wheel/issues/289))" - [`7b78221`](https://github.com/pypa/wheel/commit/7b782219d5322ee66cef293c5c5b49fbd4133a0d) Bumped up the version number - [`5862b61`](https://github.com/pypa/wheel/commit/5862b6188c813e8c5454ddef0a7e15cd445636e6) Updated the changelog - [`ed8e727`](https://github.com/pypa/wheel/commit/ed8e7272ef01b86e0ff3f5cbc15b125955e05d6d) Use the latest PyPy versions on Travis - [`0f2b373`](https://github.com/pypa/wheel/commit/0f2b373f97da29efcd09e467cea67377cd34bb5b) wheelfile: Mask platform specific mode bits ([#292](https://github-redirect.dependabot.com/pypa/wheel/issues/292)) - See full diff in [compare view](https://github.com/pypa/wheel/compare/0.33.2...0.33.4)


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 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 #116 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  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 908e7ad...f48294e. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  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 908e7ad...f48294e. Read the comment docs.