-
Notifications
You must be signed in to change notification settings - Fork 518
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
2b37f15
commit ee37f46
Showing
5 changed files
with
16 additions
and
21 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,34 +1,25 @@ | ||
From: Ingy döt Net <[email protected]> | ||
To: [email protected], [email protected], [email protected] | ||
Subject: [ANN] PyYAML-5.4 Released | ||
Subject: [ANN] PyYAML-5.4.1 Released | ||
|
||
===================== | ||
Announcing PyYAML-5.4 | ||
===================== | ||
======================= | ||
Announcing PyYAML-5.4.1 | ||
======================= | ||
|
||
A new release of PyYAML is now available: | ||
https://github.com/yaml/pyyaml/releases/tag/5.4 | ||
https://github.com/yaml/pyyaml/releases/tag/5.4.1 | ||
|
||
This release contains a security fix for CVE-2020-14343. It removes the | ||
python/module, python/object, and python/object/new tags from the FullLoader. | ||
YAML that uses these tags must be loaded by UnsafeLoader, or a custom loader | ||
that has explicitly enabled them. | ||
This release contains a fix for AttributeError during module import in some | ||
mixed version installations. | ||
|
||
This release also adds Python wheels for manylinux1 (x86_64) and MacOS (x86_64) | ||
with the libyaml extension included (built on libyaml 0.2.5). | ||
|
||
PyYAML 5.4 will be the last release to support Python 2.7 (except for possible | ||
PyYAML 5.4.1 will be the last release to support Python 2.7 (except for possible | ||
critical bug fix releases). | ||
|
||
|
||
Changes | ||
======= | ||
|
||
* https://github.com/yaml/pyyaml/pull/407 -- build modernization, remove distutils, fix metadata, build wheels, CI to GHA | ||
* https://github.com/yaml/pyyaml/pull/472 -- fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader | ||
* https://github.com/yaml/pyyaml/pull/441 -- fix memory leak in implicit resolver setup | ||
* https://github.com/yaml/pyyaml/pull/392 -- fix py2 copy support for timezone objects | ||
* https://github.com/yaml/pyyaml/pull/378 -- fix compatibility with Jython | ||
* https://github.com/yaml/pyyaml/pull/480 -- Fix stub compat with older pyyaml versions that may unwittingly load it | ||
|
||
|
||
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
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