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

Upgrade packaging to 6b2efc6. #10089

Closed
wants to merge 2 commits into from

Conversation

dHannasch
Copy link

This upgrades packaging to the latest main branch so that we can start using it on the main branch of pip.

@@ -18,7 +17,7 @@
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"

__version__ = "20.9"
__version__ = "20.10.dev0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not vendor in-development branches. It'd be better to ask upstream packaging to make a release first.

Copy link
Member

@pradyunsg pradyunsg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for filing this PR! This vendors an in-development version of packaging, which we don't do as a general policy (it makes redistributing pip more difficult).

Further, vendoring updates should get the vendor infix for the news files; not trivial.

@pradyunsg
Copy link
Member

Superseded by #10144

@pradyunsg pradyunsg closed this Jul 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants