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:           Sat Oct 21 14:33:20 UTC 2023

Modified Files:
        pkgsrc/devel/py-ruamel-yaml: Makefile distinfo

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

0.17.40
- flow style sets are now preserved ( `!!set {a, b, c} )`. Any values specified when
  loading are dropped, including `!!null ""`.
- |
  potential workaround for issue 484: the long_description_content_type including the variant specification `CommonMark`
  can result in problems on Azure. If you can install from `.tar.gz` using
  `RUAMEL_NO_LONG_DESCRIPTION=1 pip install ruamel.yaml --no-binary :all:` then the long description, and its
  offending type, are nog included (in the METADATA).
  (Reported by [Coury Ditch](https://sourceforge.net/u/cmditch/profile/))
- links in documentation update (reported by [David Hoese](https://sourceforge.net/u/daveydave400/profile/))
- Added some `__repr__` for internally used classes


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ruamel-yaml/Makefile
cvs rdiff -u -r1.34 -r1.35 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.33 pkgsrc/devel/py-ruamel-yaml/Makefile:1.34
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.33   Fri Oct 20 11:10:13 2023
+++ pkgsrc/devel/py-ruamel-yaml/Makefile        Sat Oct 21 14:33:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/10/20 11:10:13 adam Exp $
+# $NetBSD: Makefile,v 1.34 2023/10/21 14:33:20 adam Exp $
 
-DISTNAME=      ruamel.yaml-0.17.39
+DISTNAME=      ruamel.yaml-0.17.40
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml/}

Index: pkgsrc/devel/py-ruamel-yaml/distinfo
diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.34 pkgsrc/devel/py-ruamel-yaml/distinfo:1.35
--- pkgsrc/devel/py-ruamel-yaml/distinfo:1.34   Fri Oct 20 11:10:13 2023
+++ pkgsrc/devel/py-ruamel-yaml/distinfo        Sat Oct 21 14:33:20 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2023/10/20 11:10:13 adam Exp $
+$NetBSD: distinfo,v 1.35 2023/10/21 14:33:20 adam Exp $
 
-BLAKE2s (ruamel.yaml-0.17.39.tar.gz) = e8f0379f527a4086de7d2e3a722bab8feb81995e5ad122c834203e1099e6a26f
-SHA512 (ruamel.yaml-0.17.39.tar.gz) = 5ae06b8aecb543351d8e4894485699bc2037efa5899531f2af4740926147a905bae40cbc9304bf76d04dab769f0ccc822abcc1afd42a72b8b08b87924010969c
-Size (ruamel.yaml-0.17.39.tar.gz) = 136488 bytes
+BLAKE2s (ruamel.yaml-0.17.40.tar.gz) = 90ae51506bc53df2efa2c12ec1c75dad29b4cfff1f3f54b0933c17052cac64d4
+SHA512 (ruamel.yaml-0.17.40.tar.gz) = 47ec3508e86d53f7b53dc999dfafc05bb656d3dd02bd289ee97267a6cae5e33e87da584a100e8de44a6d43096d05c13240def8ab9c7010e9efd69d64753004f9
+Size (ruamel.yaml-0.17.40.tar.gz) = 137672 bytes
 SHA1 (patch-setup.py) = 1883f23fedba174b8f31c7f19e88bd836c893dab



Home | Main Index | Thread Index | Old Index