-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae08bdc
commit c42fa3b
Showing
4 changed files
with
14 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,22 @@ | ||
From: Ingy döt Net <[email protected]> | ||
To: [email protected], [email protected], [email protected] | ||
Subject: [ANN] PyYAML-6.0 Released | ||
Subject: [ANN] PyYAML-6.0.1 Released | ||
|
||
===================== | ||
Announcing PyYAML-6.0 | ||
===================== | ||
======================= | ||
Announcing PyYAML-6.0.1 | ||
======================= | ||
|
||
A new release of PyYAML is now available: | ||
https://github.com/yaml/pyyaml/releases/tag/6.0 | ||
https://github.com/yaml/pyyaml/releases/tag/6.0.1 | ||
|
||
The previously-deprecated default loader selection in `yaml.load()` has | ||
been removed; `Loader` is now a required argument. | ||
|
||
Support for Python 2.7 and 3.5 has been dropped, and support for Python 3.10 | ||
added. It now includes libyaml 0.2.5 extension wheels for MacOS M1 | ||
(Apple Silicon/arm64), Linux s390x and Linux aarch64. | ||
|
||
Numerous other bugfixes and code cleanups are included in this release. | ||
No code changes; update PEP518 build metadata to require Cython < 3.0 until | ||
packaging code is rewritten for Cython 3.0 compatibility. | ||
|
||
|
||
Changes | ||
======= | ||
|
||
* https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown | ||
* https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types | ||
* https://github.com/yaml/pyyaml/pull/497 -- fix float resolver to ignore `.` and `._` | ||
* https://github.com/yaml/pyyaml/pull/550 -- drop Python 2.7 | ||
* https://github.com/yaml/pyyaml/pull/553 -- Fix spelling of “hexadecimal” | ||
* https://github.com/yaml/pyyaml/pull/556 -- fix representation of Enum subclasses | ||
* https://github.com/yaml/pyyaml/pull/557 -- fix libyaml extension compiler warnings | ||
* https://github.com/yaml/pyyaml/pull/560 -- fix ResourceWarning on leaked file descriptors | ||
* https://github.com/yaml/pyyaml/pull/561 -- always require `Loader` arg to `yaml.load()` | ||
* https://github.com/yaml/pyyaml/pull/564 -- remove remaining direct distutils usage | ||
* https://github.com/yaml/pyyaml/pull/702 -- pin Cython build dep to < 3.0 | ||
|
||
|
||
Resources | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters