File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,17 @@ Package Discovery and Resource Access using ``pkg_resources``
1414 ``pkg_resources `` issued official deprecation warnings as early as
1515 ``setuptools `` **v67.5.0 **.
1616
17- .. version-removed :: v82.0.0
17+ .. version-changed :: v82.0.0
1818 ``pkg_resources `` is no longer maintained, no longer used internally by
1919 ``setuptools ``, and is no longer included in current
2020 distributions/installations as of ``setuptools `` **v82.0.0 **.
2121
22+ .. version-changed :: 83.0.0
23+ ``pkg_resources `` is reintroduced but remains deprecated and should not
24+ be used by new project. Existing projects should continue to migrate
25+ away from it, as discussed below. No new features or bugfixes will be
26+ accepted for this package.
27+
2228 Projects must migrate away from ``pkg_resources ``. The recommended
2329 replacements are:
2430
Original file line number Diff line number Diff line change 1+ The ``pkg_resources `` package has been restored. It remains deprecated and
2+ should not be used for new packages. Existing users should migrate to a
3+ replacement as soon as possible. No new features or bug fixes will be accepted
4+ for this package.
Original file line number Diff line number Diff line change 1+ ``pkg_resources ``
2+ =================
3+
4+ .. warning ::
5+
6+ ``pkg_resources `` is considered deprecated and frozen. No new features or
7+ bug fixes will be accepted for this package.
8+
9+ The legacy ``pkg_resources ``. For more information, see `the documentation `__.
10+
11+ .. __ : https://setuptools.pypa.io/en/latest/deprecated/pkg_resources.html
You can’t perform that action at this time.
0 commit comments