|
1 | 1 | From: Ingy döt Net < [email protected]>
|
2 | 2 |
|
3 |
| -Subject: [ANN] PyYAML-6.0 Released |
| 3 | +Subject: [ANN] PyYAML-6.0.1 Released |
4 | 4 |
|
5 |
| -===================== |
6 |
| -Announcing PyYAML-6.0 |
7 |
| -===================== |
| 5 | +======================= |
| 6 | +Announcing PyYAML-6.0.1 |
| 7 | +======================= |
8 | 8 |
|
9 | 9 | A new release of PyYAML is now available:
|
10 |
| -https://github.com/yaml/pyyaml/releases/tag/6.0 |
| 10 | +https://github.com/yaml/pyyaml/releases/tag/6.0.1 |
11 | 11 |
|
12 |
| -The previously-deprecated default loader selection in `yaml.load()` has |
13 |
| -been removed; `Loader` is now a required argument. |
14 |
| - |
15 |
| -Support for Python 2.7 and 3.5 has been dropped, and support for Python 3.10 |
16 |
| -added. It now includes libyaml 0.2.5 extension wheels for MacOS M1 |
17 |
| -(Apple Silicon/arm64), Linux s390x and Linux aarch64. |
18 |
| - |
19 |
| -Numerous other bugfixes and code cleanups are included in this release. |
| 12 | +No code changes; update PEP518 build metadata to require Cython < 3.0 until |
| 13 | +packaging code is rewritten for Cython 3.0 compatibility. |
20 | 14 |
|
21 | 15 |
|
22 | 16 | Changes
|
23 | 17 | =======
|
24 | 18 |
|
25 |
| -* https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown |
26 |
| -* https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types |
27 |
| -* https://github.com/yaml/pyyaml/pull/497 -- fix float resolver to ignore `.` and `._` |
28 |
| -* https://github.com/yaml/pyyaml/pull/550 -- drop Python 2.7 |
29 |
| -* https://github.com/yaml/pyyaml/pull/553 -- Fix spelling of “hexadecimal” |
30 |
| -* https://github.com/yaml/pyyaml/pull/556 -- fix representation of Enum subclasses |
31 |
| -* https://github.com/yaml/pyyaml/pull/557 -- fix libyaml extension compiler warnings |
32 |
| -* https://github.com/yaml/pyyaml/pull/560 -- fix ResourceWarning on leaked file descriptors |
33 |
| -* https://github.com/yaml/pyyaml/pull/561 -- always require `Loader` arg to `yaml.load()` |
34 |
| -* https://github.com/yaml/pyyaml/pull/564 -- remove remaining direct distutils usage |
| 19 | +* https://github.com/yaml/pyyaml/pull/702 -- pin Cython build dep to < 3.0 |
35 | 20 |
|
36 | 21 |
|
37 | 22 | Resources
|
|
0 commit comments