Skip to content

Commit 39895e4

Browse files
committed
Add news fragments
1 parent b537f53 commit 39895e4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

newsfragments/3903.feature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Rework how ``setuptools`` internally handles ``dependencies/install_requires``
2+
and ``optional-dependencies/extras_require``.

newsfragments/3904.feature.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Improve the generated ``PKG-INFO`` files, by adding ``Requires-Dist`` fields.
2+
Previously, these fields would be omitted in favour of a non-standard
3+
``*.egg-info/requires.txt`` file (which is still generated for the time being).

newsfragments/3904.feature.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Improve atomicity when writing ``PKG-INFO`` files to avoid race
2+
conditions with ``importlib.metadata``.

0 commit comments

Comments
 (0)