Received: by mail.netbsd.org (Postfix, from userid 605) id 5800C84D95; Thu, 4 May 2023 17:24:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 87FA784D69 for ; Thu, 4 May 2023 17:24:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z1FDGtXvGHKP for ; Thu, 4 May 2023 17:23:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AA85A84D09 for ; Thu, 4 May 2023 17:23:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E4E9FA87; Thu, 4 May 2023 17:23:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168322103960010" MIME-Version: 1.0 Date: Thu, 4 May 2023 17:23:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ruamel-yaml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230504172359.9E4E9FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168322103960010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 4 17:23:59 UTC 2023 Modified Files: pkgsrc/devel/py-ruamel-yaml: Makefile PLIST distinfo Log Message: py-ruamel-yaml: updated to 0.17.22 0.17.22 - fix issue 449 where the second exclamation marks got URL encoded (reported and fixing PR provided by `John Stark `__) - fix issue with indent != 2 and literal scalars with empty first line (reported by wrdis on `StackOverflow `__) - updated __repr__ of CommentedMap, now that Python's dict is ordered -> no more ordereddict(list-of-tuples) - merge MR 4, handling OctalInt in YAML 1.1 (provided by `Jacob Floyd `_) - fix loading of `!!float 42` (reported by Eric on `Stack overflow `_) - line numbers are now set on `CommentedKeySeq` and `CommentedKeyMap` (which are created if you have a sequence resp. mapping as the key in a mapping) - plain scalars: put single words longer than width on a line of their own, instead of after the previous line (issue 427, reported by `Antoine Cotten `_). Caveat: this currently results in a space ending the previous line. - fix for folded scalar part of 421: comments after ">" on first line of folded scalars are now preserved (as were those in the same position on literal scalars). Issue reported by Jacob Floyd. - added stacklevel to warnings - typing changed from Py2 compatible comments to Py3, removed various Py2-isms To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-ruamel-yaml/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-ruamel-yaml/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-ruamel-yaml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168322103960010 Content-Disposition: inline Content-Length: 2888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ruamel-yaml/Makefile diff -u pkgsrc/devel/py-ruamel-yaml/Makefile:1.24 pkgsrc/devel/py-ruamel-yaml/Makefile:1.25 --- pkgsrc/devel/py-ruamel-yaml/Makefile:1.24 Sat Feb 12 17:55:10 2022 +++ pkgsrc/devel/py-ruamel-yaml/Makefile Thu May 4 17:23:59 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/02/12 17:55:10 adam Exp $ +# $NetBSD: Makefile,v 1.25 2023/05/04 17:23:59 adam Exp $ -DISTNAME= ruamel.yaml-0.17.21 +DISTNAME= ruamel.yaml-0.17.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/} @@ -10,7 +10,7 @@ HOMEPAGE= https://sourceforge.net/p/ruam COMMENT= YAML parser/emitter LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-clib>=0.1.2:../../devel/py-ruamel-yaml-clib +DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-clib>=0.2.6:../../devel/py-ruamel-yaml-clib USE_LANGUAGES= # none Index: pkgsrc/devel/py-ruamel-yaml/PLIST diff -u pkgsrc/devel/py-ruamel-yaml/PLIST:1.10 pkgsrc/devel/py-ruamel-yaml/PLIST:1.11 --- pkgsrc/devel/py-ruamel-yaml/PLIST:1.10 Tue Dec 17 10:11:28 2019 +++ pkgsrc/devel/py-ruamel-yaml/PLIST Thu May 4 17:23:59 2023 @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.10 2019/12/17 10:11:28 leot Exp $ +@comment $NetBSD: PLIST,v 1.11 2023/05/04 17:23:59 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/${EGG_NAME}-nspkg.pth ${PYSITELIB}/ruamel/yaml/__init__.py ${PYSITELIB}/ruamel/yaml/__init__.pyc ${PYSITELIB}/ruamel/yaml/__init__.pyo Index: pkgsrc/devel/py-ruamel-yaml/distinfo diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.25 pkgsrc/devel/py-ruamel-yaml/distinfo:1.26 --- pkgsrc/devel/py-ruamel-yaml/distinfo:1.25 Sat Feb 12 17:55:10 2022 +++ pkgsrc/devel/py-ruamel-yaml/distinfo Thu May 4 17:23:59 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2022/02/12 17:55:10 adam Exp $ +$NetBSD: distinfo,v 1.26 2023/05/04 17:23:59 adam Exp $ -BLAKE2s (ruamel.yaml-0.17.21.tar.gz) = 9de9992c2a70418c8238c2d0cb984da6998a4bcb148616a1229647b1b207516a -SHA512 (ruamel.yaml-0.17.21.tar.gz) = 1ecda5ecacf913a499e40b4df8d5d6112b8c2facf5ce42c36eedad1ea4745884f98919b70a9d51ba8b095463e27371f6b84e314fe8f512c318963ab32f2cbf17 -Size (ruamel.yaml-0.17.21.tar.gz) = 128123 bytes +BLAKE2s (ruamel.yaml-0.17.22.tar.gz) = c65cdbd74ee251a7051954602a101a3762c54ced7a837b517d6e3283fc0f06fc +SHA512 (ruamel.yaml-0.17.22.tar.gz) = be5456f17d5c966468e46bf8394f1cf779892f322bf4b8bab6158126d0dd71cc0347467bf8fd05bd38097fbc6bd684e60bf2412e020b1a688a1e6893204f623e +Size (ruamel.yaml-0.17.22.tar.gz) = 128237 bytes SHA1 (patch-setup.py) = 1883f23fedba174b8f31c7f19e88bd836c893dab --_----------=_168322103960010--