PP-P2P-Parser
PP-P2P-Parser copied to clipboard
build(deps): bump distlib from 0.3.4 to 0.3.6
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 intopip
.Releases are normally signed using a GnuPG key with the user id [email protected] 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 [email protected] 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 file91aa92e
Bump version.3a67703
Added tag 0.3.5 for changeset 7ff5aaf4bbbf65073fa
Update documentation and change log.- Additional commits viewable in compare view
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)
Code Climate has analyzed commit 3c57514f and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 100.0% (0.0% change).
View more on Code Climate.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.