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
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
3 changes: 0 additions & 3 deletions src/pip/_vendor/packaging/LICENSE

This file was deleted.

177 changes: 0 additions & 177 deletions src/pip/_vendor/packaging/LICENSE.APACHE

This file was deleted.

23 changes: 0 additions & 23 deletions src/pip/_vendor/packaging/LICENSE.BSD

This file was deleted.

3 changes: 1 addition & 2 deletions src/pip/_vendor/packaging/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
from __future__ import absolute_import, division, print_function

__all__ = [
"__title__",
Expand All @@ -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.


__author__ = "Donald Stufft and individual contributors"
__email__ = "[email protected]"
Expand Down
1 change: 0 additions & 1 deletion src/pip/_vendor/packaging/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.
from __future__ import absolute_import, division, print_function

from .__about__ import (
__author__,
Expand Down
38 changes: 0 additions & 38 deletions src/pip/_vendor/packaging/_compat.py

This file was deleted.

Loading