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 setuptools from 51.1.2 to 51.3.3 #6826

Merged
merged 1 commit into from
Jan 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2021

Bumps setuptools from 51.1.2 to 51.3.3.

Changelog

Sourced from setuptools's changelog.

v51.3.3

Misc ^^^^

  • #2539: Fix AttributeError in Description validation.

v51.3.2

Misc ^^^^

  • #1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).

v51.3.1

Misc ^^^^

  • #2536: Reverted tag deduplication handling.

v51.3.0

Changes ^^^^^^^

  • #1390: Newlines in metadata description/Summary now trigger a ValueError.
  • #2481: Define create_module() and exec_module() methods in VendorImporter to get rid of ImportWarning -- by :user:hroncok
  • #2489: pkg_resources behavior for zipimport now matches the regular behavior, and finds .egg-info (previoulsy would only find .dist-info) -- by :user:thatch
  • #2529: Fixed an issue where version tags may be added multiple times

v51.2.0

Changes ^^^^^^^

  • #2493: Use importlib.import_module() rather than the deprectated loader.load_module() in pkg_resources namespace delaration -- by :user:encukou

... (truncated)

Commits
  • 925b6be Bump version: 51.3.2 → 51.3.3
  • 49364a9 Fix AttributeError in Description validation. Fixes #2539.
  • c5e0397 Bump version: 51.3.1 → 51.3.2
  • cda7414 Merge pull request #2538 from pypa/bugfix/1390-lenient-description
  • 2f891b4 Repair Descriptions with newlines and emit a warning that the value will be d...
  • 6b44f94 Bump version: 51.3.0 → 51.3.1
  • 5156278 Revert "Merge pull request #2533 from pypa/fix/2529"
  • dc051ce Bump version: 51.2.0 → 51.3.0
  • b5bb3e9 Merge pull request #2470 from pypa/bugfix/1390-description-no-newlines
  • d01d3ee Quick fix for #1390. Now description cannot contain a newline.
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 18, 2021
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Jan 18, 2021
@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #6826 (4aed57a) into master (22a2c95) will increase coverage by 28.96%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #6826       +/-   ##
===========================================
+ Coverage   22.90%   51.87%   +28.96%     
===========================================
  Files         573      573               
  Lines       40848    40822       -26     
  Branches     5500     5500               
===========================================
+ Hits         9356    21176    +11820     
+ Misses      31159    18309    -12850     
- Partials      333     1337     +1004     

@afabiani afabiani added this to the 3.2 milestone Jan 18, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-51.3.3 branch 3 times, most recently from 937d132 to 1336b93 Compare January 18, 2021 10:16
Bumps [setuptools](https://github.com/pypa/setuptools) from 51.1.2 to 51.3.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v51.1.2...v51.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-51.3.3 branch from 1336b93 to 15d97c9 Compare January 18, 2021 10:20
@afabiani afabiani merged commit cd08dc9 into master Jan 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/setuptools-51.3.3 branch January 18, 2021 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant