Skip to content

Commit 0031046

Browse files
authored
Remove packaging.metadata (#603)
1 parent d0bed88 commit 0031046

File tree

5 files changed

+0
-265
lines changed

5 files changed

+0
-265
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Changelog
77
* Explicitly declare support for Python 3.11 (:issue:`587`)
88
* Remove support for Python 3.6 (:issue:`500`)
99
* Remove ``LegacySpecifier`` and ``LegacyVersion`` (:issue:`407`)
10-
* New ``packaging.metadata`` module with a data class for core metadata (:issue:`518`)
1110
* Add ``__hash__`` and ``__eq__`` to ``Requirement`` (:issue:`499`)
1211
* Add a ``cpNNN-none-any`` tag (:issue:`541`)
1312
* Adhere to :pep:`685` when evaluating markers with extras (:issue:`545`)

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ You can install packaging with ``pip``:
2626
markers
2727
requirements
2828
tags
29-
metadata
3029
utils
3130

3231
.. toctree::

docs/metadata.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

packaging/metadata.py

Lines changed: 0 additions & 206 deletions
This file was deleted.

tests/test_metadata.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)