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.1 to 0.3.2 #327

Merged
merged 1 commit into from
Jun 1, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps distlib from 0.3.1 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. </tr></table>

... (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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@codeclimate
Copy link

codeclimate bot commented May 31, 2021

Code Climate has analyzed commit 8d34df8 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 99.3% (0.0% change).

View more on Code Climate.

@dependabot dependabot bot force-pushed the dependabot/pip/distlib-0.3.2 branch from 300f8b2 to a9f47c2 Compare June 1, 2021 17:54
@dependabot dependabot bot force-pushed the dependabot/pip/distlib-0.3.2 branch from a9f47c2 to 8d34df8 Compare June 1, 2021 18:12
@ChrisRBe
Copy link
Owner

ChrisRBe commented Jun 1, 2021

@dependabot-bot merge

@dependabot dependabot bot merged commit c69aef2 into master Jun 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/distlib-0.3.2 branch June 1, 2021 21:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant