Skip to content

Commit

Permalink
Merge pull request #4574 from abravalheri/ordered_set
Browse files Browse the repository at this point in the history
Replace ordered_set with dict
  • Loading branch information
jaraco committed Aug 19, 2024
2 parents 8bd9308 + dbfcf80 commit 8afe0c3
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 724 deletions.
4 changes: 4 additions & 0 deletions newsfragments/4574.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``setuptools`` is replacing the usages of :pypi:`ordered_set` with simple
instances of ``dict[Hashable, None]``. This is done to remove the extra
dependency and it is possible because since Python 3.7, ``dict`` maintain
insertion order.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ ssl = []
certs = []
core = [
"packaging>=24",
"ordered-set>=3.1.1",
"more_itertools>=8.8",
"jaraco.text>=3.7",
"importlib_resources>=5.10.2; python_version < '3.9'",
Expand Down
1 change: 0 additions & 1 deletion setuptools/_vendor/ordered_set-4.1.0.dist-info/INSTALLER

This file was deleted.

158 changes: 0 additions & 158 deletions setuptools/_vendor/ordered_set-4.1.0.dist-info/METADATA

This file was deleted.

8 changes: 0 additions & 8 deletions setuptools/_vendor/ordered_set-4.1.0.dist-info/RECORD

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions setuptools/_vendor/ordered_set-4.1.0.dist-info/WHEEL

This file was deleted.

Loading

0 comments on commit 8afe0c3

Please sign in to comment.