pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ruamel-yaml
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 <https://sourceforge.net/u/jods/profile/>`__)
- fix issue with indent != 2 and literal scalars with empty first line
(reported by wrdis on `StackOverflow <https://stackoverflow.com/q/75584262/1307905>`__)
- 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 <https://sourceforge.net/u/cognifloyd/profile/>`_)
- fix loading of `!!float 42` (reported by Eric on
`Stack overflow <https://stackoverflow.com/a/71555107/1307905>`_)
- 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
<https://sourceforge.net/u/antoineco/profile/>`_). 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.
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
Home |
Main Index |
Thread Index |
Old Index