Skip to content

Bump distlib from 0.3.0 to 0.3.2 #823

New issue

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

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

Already on GitHub? # to your account

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps distlib from 0.3.0 to 0.3.2.

Changelog

Sourced from distlib's changelog.

0.3.2

Released: 2021-05-29

  • locators

    • Fixed #141: removed unused regular expression.
  • metadata

    • Fixed #140: allowed "Obsoletes" in more scenarios, to better handle faulty metadata already on PyPI.
  • resources

    • Fixed #146: added entry for SourcelessFileLoader to the finder registry.
  • scripts

    • Made the generation of scripts more configurable:

      • the variant_separator attribute can be set to determine the separator used between a script basename and its X.Y variant. The default value is '-' and would result in a final script basename like 'foo-X.Y', whereas setting it to '' would result in a final script basename like 'fooX.Y'.
      • You can also subclass and override the get_script_filenames() method to provide a more customised set of file basenames.
  • util

    • Fixed #140: allowed a trailing comma in constraints, to better handle faulty metadata already on PyPI.
    • Moved get_platform() logic from distutils to here.
    • Fixed #143: removed normcase() to avoid some problems on Windows.
  • wheel

    • Dropped any trailing data when computing the Python tag.
    • Added support for manylinux tags.
    • Changed handling of tags for Python >= 3.10 (use 3_10 rather than 310).
    • Fixed #147: permission bits are now preserved on POSIX when installing from a wheel.
  • tests

    • Fixed #139: improved handling of errors related to the test PyPI server.

0.3.1

Released: 2020-06-27

The repository has been migrated to Git. References to earlier changesets (commits) in issue comments, etc. will be invalid.

  • scripts

... (truncated)

Commits
  • a0609eb Update dependency test and change log.
  • 3200098 Support manylinux tags.
  • 641a4d2 Add Python 3.8 to AppVeyor and Travis configurations.
  • fefbc0a Refine wheel compatibility test.
  • f2a0e33 Update wheel tag tests for OSX.
  • a61c64c Update locator test.
  • 5238290 Fixed #141: Remove unused regular expression.
  • 0487d89 Tidy up unused imports.
  • 5f0693b Move some functionality to util module, and some imports to compat module.
  • 6d1b412 Update test classes to improve logging, fix dependency finder test.
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [distlib](https://bitbucket.org/pypa/distlib) from 0.3.0 to 0.3.2.
- [Changelog](https://bitbucket.org/pypa/distlib/src/master/CHANGES.rst)
- [Commits](https://bitbucket.org/pypa/distlib/branches/compare/0.3.2..0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants