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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
v80.9.0
2
+
=======
3
+
4
+
Features
5
+
--------
6
+
7
+
- Set a deadline for the removal of pkg_resources later this year (December). (#3085)
8
+
- Removed reliance on pkg_resources in test_wheel. (#3085)
9
+
10
+
11
+
v80.8.0
12
+
=======
13
+
14
+
Features
15
+
--------
16
+
17
+
- Replaced more references to pkg_resources with importlib equivalents in wheel odule. (#3085)
18
+
- Restore explicit LICENSE file. (#5001)
19
+
- Removed no longer used build dependency on ``coherent.licensed``. (#5003)
20
+
21
+
1
22
v80.7.1
2
23
=======
3
24
@@ -660,7 +681,7 @@ v72.2.0
660
681
Features
661
682
--------
662
683
663
-
- Merged with pypa/distutils@b7ee725f3 including: Support for Pathlike objects in data files and extensions (pypa/distutils#272, pypa/distutils#237), native support for C++ compilers (pypa/distuils#228) and removed unused get_msvcr() (pypa/distutils#274). (#4538)
684
+
- Merged with pypa/distutils@b7ee725f3 including: Support for Pathlike objects in data files and extensions (pypa/distutils#272, pypa/distutils#237), native support for C++ compilers (pypa/distutils#228) and removed unused get_msvcr() (pypa/distutils#274). (#4538)
0 commit comments