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:
Josh Paetzel 2019-12-03 23:35:16 +00:00
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

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yaml
PORTVERSION= 5.1
PORTVERSION= 5.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1556018048
SHA256 (PyYAML-5.1.tar.gz) = 436bc774ecf7c103814098159fbb84c2715d25980175292c648f2da143909f95
SIZE (PyYAML-5.1.tar.gz) = 274244
TIMESTAMP = 1575414761
SHA256 (PyYAML-5.2.tar.gz) = c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
SIZE (PyYAML-5.2.tar.gz) = 265687