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))
- [`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)
- Additional commits viewable in [compare view](https://github.com/pypa/wheel/compare/0.33.1...0.33.4)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 10 PRs for your first few update runs. Once an update run creates fewer than 10 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 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.
Bumps wheel from 0.33.1 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)) - [`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) - Additional commits viewable in [compare view](https://github.com/pypa/wheel/compare/0.33.1...0.33.4)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 10 PRs for your first few update runs. Once an update run creates fewer than 10 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 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.