Skip to content

Commit

Permalink
Remove packaging.metadata (pypa#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored and KOLANICH committed Nov 30, 2022
1 parent f0f7426 commit 909da5e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 265 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Changelog
* Explicitly declare support for Python 3.11 (:issue:`587`)
* Remove support for Python 3.6 (:issue:`500`)
* Remove ``LegacySpecifier`` and ``LegacyVersion`` (:issue:`407`)
* New ``packaging.metadata`` module with a data class for core metadata (:issue:`518`)
* Add ``__hash__`` and ``__eq__`` to ``Requirement`` (:issue:`499`)
* Add a ``cpNNN-none-any`` tag (:issue:`541`)
* Adhere to :pep:`685` when evaluating markers with extras (:issue:`545`)
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ You can install packaging with ``pip``:
markers
requirements
tags
metadata
utils

.. toctree::
Expand Down
14 changes: 0 additions & 14 deletions docs/metadata.rst

This file was deleted.

206 changes: 0 additions & 206 deletions packaging/metadata.py

This file was deleted.

43 changes: 0 additions & 43 deletions tests/test_metadata.py

This file was deleted.

0 comments on commit 909da5e

Please sign in to comment.