percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Bump wheel from 0.23.0 to 0.32.3 #50

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wheel from 0.23.0 to 0.32.3.

Changelog *Sourced from [wheel's changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst).* > Release Notes > ============= > > **UNRELEASED** > > - Fixed bad shebangs sneaking into wheels > - Fixed documentation issue with ``wheel pack`` erroneously being called > ``wheel repack`` > > **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) > > **0.31.1** > > - Fixed arch as ``None`` when converting eggs to wheels > > **0.31.0** > ... (truncated)
Commits - [`11584b7`](https://github.com/pypa/wheel/commit/11584b78a56b4eedba4eedc55c9dac8aa2dd7070) Bumped up the version number - [`d3a3df6`](https://github.com/pypa/wheel/commit/d3a3df6a0f14c01aa443d8da38f151e638295de0) Updated the changelog - [`1aaa8c9`](https://github.com/pypa/wheel/commit/1aaa8c9e928864cc7c2bb7a4e73368f340d8d164) Fixed handling of direct URL requirements with markers ([#270](https://github-redirect.dependabot.com/pypa/wheel/issues/270)) - [`db29ab9`](https://github.com/pypa/wheel/commit/db29ab9005cd69fb62096c7fc96f682cfb8e3f66) Changed target Python version for the PyPy and 2.7.0 test jobs - [`0ea86b3`](https://github.com/pypa/wheel/commit/0ea86b3d4844d5bd039f70f4d7246b9852bc6721) Fixed compatibility Python 2.7.3 and older - [`f5667b5`](https://github.com/pypa/wheel/commit/f5667b5d9d7346f9ffe32f039df122cdc261ad37) Updated the Travis configuration - [`78349dc`](https://github.com/pypa/wheel/commit/78349dcc650b367d4d5b0ebe73a8c833a77b2c6f) Clarified the testing instructions in the dev guide ([#275](https://github-redirect.dependabot.com/pypa/wheel/issues/275)) - [`87152da`](https://github.com/pypa/wheel/commit/87152da962b370bc848ed49d165860b256e99d7c) Always close files in setup.py ([#271](https://github-redirect.dependabot.com/pypa/wheel/issues/271)) - [`75dcc0a`](https://github.com/pypa/wheel/commit/75dcc0a3f7a2b6b86c41bd375d5f5f03d2d841c2) Adding r for raw regex string on cli/test_convert.py ([#273](https://github-redirect.dependabot.com/pypa/wheel/issues/273)) - [`3d3708c`](https://github.com/pypa/wheel/commit/3d3708c659f7b9988f958539e7748a1a01ee6e77) Bumped up the version number - Additional commits viewable in [compare view](https://github.com/pypa/wheel/compare/0.23.0...0.32.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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-preview[bot] commented 5 years ago

Superseded by #52.