IceflowRE / unidown

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

Bump wheel from 0.33.1 to 0.33.2 #115

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.33.1 to 0.33.2.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst).* > Release Notes > ============= > > **0.33.2 (2019-05-08)** > > - 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 > - 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) > > **0.31.1 (2018-05-13)** > ... (truncated)
Commits - [`9534258`](https://github.com/pypa/wheel/commit/9534258081b4abf3af817dab976bc95ecc4bfa30) Really updated the version number this time - [`15daabf`](https://github.com/pypa/wheel/commit/15daabf035b57872c13df3f30c24b77303376b84) Bumped up the version number - [`ecd6926`](https://github.com/pypa/wheel/commit/ecd6926b653aacf7fd3a0ca37f344256eb7836f6) Added news item for PR [#289](https://github-redirect.dependabot.com/pypa/wheel/issues/289) - [`b00bdad`](https://github.com/pypa/wheel/commit/b00bdad728ea63b2f60d9d789494116e3f2629f6) Document release dates ([#290](https://github-redirect.dependabot.com/pypa/wheel/issues/290)) - [`369b1ee`](https://github.com/pypa/wheel/commit/369b1eeb05f1ce55363afd80edda446a4155d952) Include directory entries when building wheel ([#289](https://github-redirect.dependabot.com/pypa/wheel/issues/289)) - [`4fddbba`](https://github.com/pypa/wheel/commit/4fddbbaa0e7fab4ecfaab066e4cf2558b6c13dd8) Add missing space in help for --relative ([#286](https://github-redirect.dependabot.com/pypa/wheel/issues/286)) - [`24f7d31`](https://github.com/pypa/wheel/commit/24f7d3193606a371cfe830f6529adc2980aab9dd) Added missing mention of a fix for issue [#241](https://github-redirect.dependabot.com/pypa/wheel/issues/241) - See full diff in [compare view](https://github.com/pypa/wheel/compare/0.33.1...0.33.2)


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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  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 b9f5f9f...8d0bf6a. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  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 b9f5f9f...8d0bf6a. Read the comment docs.