IceflowRE / unidown

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

Bump wheel from 0.32.0 to 0.32.1 #66

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.32.0 to 0.32.1.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst).* > Release Notes > ============= > > **UNRELEASED** > > - Fixed build number appearing in the ``.dist-info`` directory name > > **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) > > **0.31.1** > > - Fixed arch as ``None`` when converting eggs to wheels > > **0.31.0** > > - Fixed displaying of errors on Python 3 > - Fixed single digit versions in wheel files not being properly recognized > - Fixed wrong character encodings being used (instead of UTF-8) to read and > write ``RECORD`` (this sometimes crashed bdist_wheel too) > - Enabled Zip64 support in wheels by default > - Metadata-Version is now 2.1 > - Dropped DESCRIPTION.rst and metadata.json from the list of generated files > - Dropped support for the non-standard, undocumented ``provides-extra`` and > ``requires-dist`` keywords in setup.cfg metadata > - Deprecated all wheel signing and signature verification commands > - Removed the (already defunct) ``tool`` extras from setup.py > > **0.30.0** > ... (truncated)
Commits - [`e284ddf`](https://github.com/pypa/wheel/commit/e284ddf676adffa22f6d6a7b02be7328acfe23c4) Updated version in __init__.py - [`a0774b1`](https://github.com/pypa/wheel/commit/a0774b18754de68b125cf4e4cc61d35911b9a029) Added the release version - [`15bb1ab`](https://github.com/pypa/wheel/commit/15bb1abe8e45640b1c1086cfe212b819683486d2) Fixed permissions on the RECORD file - [`6827864`](https://github.com/pypa/wheel/commit/68278649c3a2c892b46c10ceb0d0f99c8be7039b) Changed formatting and wording of the two latest news items - [`7b84207`](https://github.com/pypa/wheel/commit/7b84207b4063e9c2bbe8f89c48958792e26bb2c7) Fixed version number - [`ba11c5e`](https://github.com/pypa/wheel/commit/ba11c5e94e24393710078cdbd34b313542df7bd6) Fixed exceptions with older versions of setuptools ([#260](https://github-redirect.dependabot.com/pypa/wheel/issues/260)) - [`4810c43`](https://github.com/pypa/wheel/commit/4810c43eb8cbe8923060c931c3062835bacb0ca1) Fixed support for Python 2.7.8 and below ([#259](https://github-redirect.dependabot.com/pypa/wheel/issues/259)) - See full diff in [compare view](https://github.com/pypa/wheel/compare/0.32.0...0.32.1)


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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files          15       15           
  Lines         602      602           
  Branches       67       67           
=======================================
  Hits          563      563           
  Misses         30       30           
  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 8e81d04...8d7ae99. Read the comment docs.