You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.rst
+58Lines changed: 58 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,52 @@
1
+
v81.0.0
2
+
=======
3
+
4
+
Deprecations and Removals
5
+
-------------------------
6
+
7
+
- Removed support for the --dry-run parameter to setup.py. This one feature by its nature threads through lots of core and ancillary functionality, adding complexity and friction. Removal of this parameter will help decouple the compiler functionality from distutils and thus the eventual full integration of distutils. These changes do affect some class and function signatures, so any derivative functionality may require some compatibility shims to support their expected interface. Please report any issues to the Setuptools project for investigation. (#4872)
8
+
9
+
10
+
v80.10.2
11
+
========
12
+
13
+
Bugfixes
14
+
--------
15
+
16
+
- Update vendored dependencies. (#5159)
17
+
18
+
19
+
Misc
20
+
----
21
+
22
+
- #5115, #5128
23
+
24
+
25
+
v80.10.1
26
+
========
27
+
28
+
Misc
29
+
----
30
+
31
+
- #5152
32
+
33
+
34
+
v80.10.0
35
+
========
36
+
37
+
Features
38
+
--------
39
+
40
+
- Remove post-release tags on setuptools' own build. (#4530)
41
+
- Refreshed vendored dependencies. (#5139)
42
+
43
+
44
+
Misc
45
+
----
46
+
47
+
- #5033
48
+
49
+
1
50
v80.9.0
2
51
=======
3
52
@@ -329,6 +378,15 @@ Bugfixes
329
378
- Restore ``distutils.ccompiler.compiler_class`` -- by :user:`Avasam` (#4876)
330
379
331
380
381
+
v75.3.3
382
+
=======
383
+
384
+
Bugfixes
385
+
--------
386
+
387
+
- Backported security fix for package index to 75.3.x for Python 3.8. (#5009)
0 commit comments