We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec2016 commit cf8f5efCopy full SHA for cf8f5ef
docs/news.rst
@@ -4,6 +4,8 @@ Release Notes
4
**UNRELEASED**
5
6
- Removed install dependency on setuptools
7
+- The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
8
+ faulty. Fixed so that future changes in the SOABI will not change the tag.
9
10
**0.38.0 (2022-10-21)**
11
@@ -17,8 +19,6 @@ Release Notes
17
19
- Fixed ``ValueError: ZIP does not support timestamps before 1980`` when using
18
20
``SOURCE_DATE_EPOCH=0`` or when on-disk timestamps are earlier than 1980-01-01. Such
21
timestamps are now changed to the minimum value before packaging.
-- The future-proof fix in 0.36.0 for converting PyPy's SOABI into a abi tag was
- faulty. Fixed so that future changes in the SOABI will not change the tag.
22
23
**0.37.1 (2021-12-22)**
24
0 commit comments