IceflowRE / unidown

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

Bump wheel from 0.32.1 to 0.32.2 #72

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.32.1 to 0.32.2.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst).* > Release Notes > ============= > > **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) > > **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 > ... (truncated)
Commits - [`3d3708c`](https://github.com/pypa/wheel/commit/3d3708c659f7b9988f958539e7748a1a01ee6e77) Bumped up the version number - [`7049c2c`](https://github.com/pypa/wheel/commit/7049c2c3e04d3d42c901606381092b1d26d973cd) Switched to an alternate style for getting the wheel version string - [`a7a724e`](https://github.com/pypa/wheel/commit/a7a724e9ac1ad018c1d28b52bbeb860c1799d084) Made the wheel filename regex even more permissive - [`a8006c9`](https://github.com/pypa/wheel/commit/a8006c925e9c0fb6e118f6c33336b1c157f2540b) Added test and news item for PR [#266](https://github-redirect.dependabot.com/pypa/wheel/issues/266) - [`ad6fbbf`](https://github.com/pypa/wheel/commit/ad6fbbf66ae05aaef7f0a4ff74accd866fec999f) egg2wheel: Remove period from pyver in wheel filename ([#266](https://github-redirect.dependabot.com/pypa/wheel/issues/266)) - [`c84867f`](https://github.com/pypa/wheel/commit/c84867fae8eff746ab3380a2d5cf5fb2de3266dc) Made wheel file name parsing more permissive - [`826dff4`](https://github.com/pypa/wheel/commit/826dff44933805eebe18eacb2626ef69ef7e2ab1) Fixed flake8 error - [`fbf3e3a`](https://github.com/pypa/wheel/commit/fbf3e3ada64d36ca7bb9c1422f5a1ccdba7e4dcf) Fixed build number appearing in the .dist-info directory name - See full diff in [compare view](https://github.com/pypa/wheel/compare/0.32.1...0.32.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 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.

⚠️ Dependabot is rebasing this PR ⚠️

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).