Skip to content

Commit

Permalink
py-yaml: updated to 5.2
Browse files Browse the repository at this point in the history
5.2:
* Repair incompatibilities introduced with 5.1. The default Loader was changed,
  but several methods like add_constructor still used the old default
  yaml/pyyaml#279 -- A more flexible fix for custom tag constructors
  yaml/pyyaml#287 -- Change default loader for yaml.add_constructor
  yaml/pyyaml#305 -- Change default loader for add_implicit_resolver, add_path_resolver
* Make FullLoader safer by removing python/object/apply from the default FullLoader
  yaml/pyyaml#347 -- Move constructor for object/apply to UnsafeConstructor
* Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode <= 0xffff
  yaml/pyyaml#276 -- Fix logic for quoting special characters
* Other PRs:
  yaml/pyyaml#280 -- Update CHANGES for 5.1
  • Loading branch information
adam committed Dec 15, 2019
1 parent 586fd8e commit 7748631
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-yaml/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2019/08/09 07:46:30 adam Exp $
# $NetBSD: Makefile,v 1.21 2019/12/15 11:33:18 adam Exp $

DISTNAME= PyYAML-5.1.2
DISTNAME= PyYAML-5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyYAML/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-yaml/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.12 2019/08/09 07:46:30 adam Exp $
$NetBSD: distinfo,v 1.13 2019/12/15 11:33:18 adam Exp $

SHA1 (PyYAML-5.1.2.tar.gz) = 2ffa797e9ae37c7d10ef9bf5dd708d2b2a953de3
RMD160 (PyYAML-5.1.2.tar.gz) = d39318d6b982cf78959f1b83f55bde92f022dd83
SHA512 (PyYAML-5.1.2.tar.gz) = b5ee201c612486a95c87b7e41d474313160284359b8b30ababc80b51325aef9dd7dc27eb3b8a03a4749cb8c7e3789c5684d5c285fe35d4b20be1f189641531e0
Size (PyYAML-5.1.2.tar.gz) = 265034 bytes
SHA1 (PyYAML-5.2.tar.gz) = 51b676606349ea3e008c5e1e9d44f37d87a9c5c5
RMD160 (PyYAML-5.2.tar.gz) = 24d997eb97916f9bd20078bd35c44dbdb9bc0286
SHA512 (PyYAML-5.2.tar.gz) = d2c212ae445dd647d94084f0f177f3246964d77d8ced468c8cc94c2540df014034d26535ca181b25246b2dd34e6d20c87695bd91b2b0937d3a2aa2ffe0daf633
Size (PyYAML-5.2.tar.gz) = 265687 bytes

0 comments on commit 7748631

Please sign in to comment.