Subject: CVS commit: pkgsrc/devel/py-ruamel-yaml
From: Adam Ciarcinski
Date: 2021-07-09 20:33:40
Message id: 20210709183340.DC667FA95@cvs.NetBSD.org

Log Message:
py-ruamel-yaml: updated to 0.17.10

0.17.10 (2021-06-24):
fix issue 388, token with old comment structure != two elements

0.17.9 (2021-06-10):
fix issue with updating CommentedMap

0.17.8 (2021-06-09):
fix for issue 387 where templated anchors on tagged object did get set resulting \ 
in potential id reuse.

0.17.7 (2021-05-31):
issue 385 also affected other deprecated loaders

0.17.6 (2021-05-31):
merged type annotations update provided by Jochen Sprickerhof
fix for issue 385: deprecated round_trip_loader function not working
wasted a few hours getting rid of mypy warnings/errors

0.17.5 (2021-05-30):
fix for issue 384 !!set with aliased entry resulting in broken YAML on rt

0.17.4 (2021-04-07):
prevent (empty) comments from throwing assertion error (issue 351 reported by \ 
William Kimball) comments (or empty line) will be dropped

0.17.3 (2021-04-07):
fix for issue 382 caused by an error in a format string
allow expansion of aliases by setting yaml.composer.return_alias = lambda s: \ 
copy.deepcopy(s)

0.17.2 (2021-03-29):
change -py2.py3-none-any.whl to -py3-none-any.whl, and remove 0.17.1

0.17.1 (2021-03-29):
added ‘Programming Language :: Python :: 3 :: Only’, and removing 0.17.0 \ 
from PyPI

0.17.0 (2021-03-26):
removed because of incomplete classifiers
this release no longer supports Python 2.7, most if not all Python 2 specific \ 
code is removed. The 0.17.x series is the last to support Python 3.5 (this also \ 
allowed for removal of the dependency on ruamel.std.pathlib)
remove Python2 specific code branches and adaptations (u-strings)
prepare % code for f-strings using _F
allow PyOxidisation (issue 324 resp. issue 171)
replaced Python 2 compatible enforcement of keyword arguments with ‘*’
the old top level functions load, safe_load, round_trip_load, dump, safe_dump, \ 
round_trip_dump, scan, parse, compose, emit, serialize as well as their _all \ 
variants for multi-document streams, now issue a PendingDeprecationning (e.g. \ 
when run from pytest, but also Python is started with -Wd). Use the methods on \ 
YAML(), which have been extended.
fix for issue 376: indentation changes could put literal/folded scalar to start \ 
before the # column of a following comment. Effectively making the comment part \ 
of the scalar in the output.

Files:
RevisionActionfile
1.17modifypkgsrc/devel/py-ruamel-yaml/Makefile
1.16modifypkgsrc/devel/py-ruamel-yaml/distinfo