Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump distlib from 0.3.4 to 0.3.6 #392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps distlib from 0.3.4 to 0.3.6.

Release notes

Sourced from distlib's releases.

Bug-fix / Minor Enhancements Release

  • Fixed #175: Updated launcher executables to better handle the relationship between launcher and child process in the Job API.

Though no changes have been made to distlib code since the previous release, this release is to facilitate vendoring into pip.

Releases are normally signed using a GnuPG key with the user id vinay_sajip@yahoo.co.uk and the following fingerprint:

CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

Bug-fix / Minor Enhancements Release

  • Fixed #161: Updated test case.

  • Fixed #164: Improved support for reproducible builds by allowing a fixed date/time to be inserted into created .exe files. Thanks to Somber Night for the patch.

  • Fixed #169: Removed usage of deprecated imp module in favour of importlib.

  • Fixed #170: Corrected implementation of get_required_dists().

  • Fixed #172: Compute ABI correctly for Python < 3.8.

  • Changed the default locator configuration.

  • Made updates in support of PEP 643 / Metadata 2.2.

  • Updated launcher executables. Thanks to Michael Bikovitsky for his help with the launcher changes.

  • Updated to write archive path of RECORD to RECORD instead of staging path. Thanks to Pieter Pas for the patch.

Releases are normally signed using a GnuPG key with the user id vinay_sajip@yahoo.co.uk and the following fingerprint:

CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86

Changelog

Sourced from distlib's changelog.

0.3.6


Released: 2022-08-26
  • scripts

    • Fixed #175: Updated launcher executables to better handle the relationship between launcher and child process in the Job API.

0.3.5

Released: 2022-07-14

  • database

    • Fixed #170: Corrected implementation of get_required_dists().
  • index

    • Updated coverage pragmas for tests relating to obsolete PyPI APIs.
  • locators

    • Changed the default locator configuration.
  • metadata

    • Updates in support of PEP 643 / Metadata 2.2.
  • scripts

    • Updated launcher executables. Thanks to Michael Bikovitsky for his help with the launcher changes.

    • Fixed #164: Improved support for reproducible builds by allowing a fixed date/time to be inserted into created .exe files. Thanks to Somber Night for the patch.

  • util

    • Fixed #161: Updated test case.
  • wheel

    • Updated to write archive path of RECORD to RECORD instead of staging path. Thanks to Pieter Pas for the patch.

    • Fixed #169: Removed usage of deprecated imp module in favour of importlib.

... (truncated)

Commits
  • 598503b Changes for 0.3.6.
  • f00fce9 Fix #178: Update links for CI and coverage results.
  • 3788259 Fix #177: Update documentation on how to run the unit tests.
  • 37df85a Update launchers with improved control key/message handling.
  • 52de225 Fix #175: Update launchers with improved job setup logic.
  • 1e1c8f2 Merge pull request #176 from webknjaz/patch-1 - improve description.
  • 7d15249 Source meta long description from the README file
  • 91aa92e Bump version.
  • 3a67703 Added tag 0.3.5 for changeset 7ff5aaf4bbbf
  • 65073fa Update documentation and change log.
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [distlib](https://github.com/pypa/distlib) from 0.3.4 to 0.3.6.
- [Release notes](https://github.com/pypa/distlib/releases)
- [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst)
- [Commits](pypa/distlib@0.3.4...0.3.6)

---
updated-dependencies:
- dependency-name: distlib
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants