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
+87-2Lines changed: 87 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,88 @@
1
+
v75.3.2
2
+
=======
3
+
4
+
- Fixed version error in changelog.
5
+
6
+
7
+
v75.3.1
8
+
=======
9
+
10
+
Bugfixes
11
+
--------
12
+
13
+
- Fix wheel file naming to follow binary distribution specification -- by :user:`di` (#4877)
14
+
15
+
16
+
v76.0.0
17
+
=======
18
+
19
+
Deprecations and Removals
20
+
-------------------------
21
+
22
+
- Synced with pypa/distutils@5589d7527 including a simplified shebang generation when building scripts (#4863). (#4865)
23
+
24
+
25
+
v75.9.1
26
+
=======
27
+
28
+
Bugfixes
29
+
--------
30
+
31
+
- Fix ImportError in distutils when configuring for linking. (#4866)
32
+
33
+
34
+
v75.9.0
35
+
=======
36
+
37
+
Features
38
+
--------
39
+
40
+
- Synced with pypa/distutils@91f75bb98 including exporting of PyInit_pkg (pypa/distutils#327) and a refactoring of the compiler classes into distutils.compilers (pypa/distutils#295). (#4852)
41
+
42
+
43
+
v75.8.2
44
+
=======
45
+
46
+
Bugfixes
47
+
--------
48
+
49
+
- Fixed ``pkg_resources.require(...)`` to also consider standardised
50
+
``dist-info`` directories. (#4856)
51
+
52
+
53
+
v75.8.1
54
+
=======
55
+
56
+
Bugfixes
57
+
--------
58
+
59
+
- Fix wheel file naming to follow binary distribution specification -- by :user:`di` (#4766)
60
+
- Fixed crash generating error message printed when building wheels for the
61
+
free-threaded build using the limited API. -- by :user:`ngoldbaum` (#4809)
62
+
- Fix documentation for recent CFLAGS distutils change. -- by :user:`thesamesam` (#4836)
63
+
64
+
65
+
v75.8.0
66
+
=======
67
+
68
+
Features
69
+
--------
70
+
71
+
- Implemented ``Dynamic`` field for core metadata (as introduced in PEP 643).
72
+
The existing implementation is currently experimental and the exact approach
73
+
may change in future releases. (#4698)
74
+
75
+
76
+
v75.7.0
77
+
=======
78
+
79
+
Features
80
+
--------
81
+
82
+
- Synced with pypa/distutils@c97a3db2f including better support for free threaded Python on Windows (pypa/distutils#310), improved typing support, and linter accommodations. (#4478)
83
+
- Synced with pypa/distutils@ff11eed0c including bugfix for duplicate CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (#4669). (#4790)
84
+
85
+
1
86
v75.6.0
2
87
=======
3
88
@@ -599,7 +684,7 @@ Bugfixes
599
684
--------
600
685
601
686
- In tests, rely on pytest-home for reusable fixture. (#4072)
602
-
- Explicitely marked as ``Protocol`` and fixed missing ``self`` argument in interfaces ``pkg_resources.IMetadataProvider`` and ``pkg_resources.IResourceProvider`` -- by :user:`Avasam` (#4144)
687
+
- Explicitly marked as ``Protocol`` and fixed missing ``self`` argument in interfaces ``pkg_resources.IMetadataProvider`` and ``pkg_resources.IResourceProvider`` -- by :user:`Avasam` (#4144)
603
688
- Restored expectation that egg-link files would be named with dash separators for compatibility with pip prior to version 24. (#4167)
604
689
605
690
@@ -7130,7 +7215,7 @@ setuptools
7130
7215
7131
7216
* Fixed invalid URL error catching. Old Setuptools #20.
7132
7217
7133
-
* Fixed invalid bootstraping with easy_install installation (Distribute #40).
7218
+
* Fixed invalid bootstrapping with easy_install installation (Distribute #40).
7134
7219
Thanks to Florian Schulze for the help.
7135
7220
7136
7221
* Removed buildout/bootstrap.py. A new repository will create a specific
0 commit comments