mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Update to 5.2
Repair incompatibilities introduced with 5.1. The default Loader was changed, but several methods like add_constructor still used the old default A more flexible fix for custom tag constructors Change default loader for yaml.add_constructor Change default loader for add_implicit_resolver, add_path_resolver Make FullLoader safer by removing python/object/apply from the default FullLoader Move constructor for object/apply to UnsafeConstructor Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode <= 0xffff Fix logic for quoting special characters
This commit is contained in:
parent
4ae6102142
commit
43c87caba7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518974
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= yaml
|
PORTNAME= yaml
|
||||||
PORTVERSION= 5.1
|
PORTVERSION= 5.2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1556018048
|
TIMESTAMP = 1575414761
|
||||||
SHA256 (PyYAML-5.1.tar.gz) = 436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95
|
SHA256 (PyYAML-5.2.tar.gz) = c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
|
||||||
SIZE (PyYAML-5.1.tar.gz) = 274244
|
SIZE (PyYAML-5.2.tar.gz) = 265687
|
||||||
|
|
Loading…
Add table
Reference in a new issue