pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-yaml



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 17 19:38:53 UTC 2023

Modified Files:
        pkgsrc/textproc/py-yaml: Makefile distinfo

Log Message:
py-yaml: updated to 6.0

6.0

Change README format to Markdown
Add a test for YAML 1.1 types
fix float resolver to ignore `.` and `._`
drop Python 2.7
Fix spelling of “hexadecimal”
fix representation of Enum subclasses
fix libyaml extension compiler warnings
fix ResourceWarning on leaked file descriptors
always require `Loader` arg to `yaml.load()`
remove remaining direct distutils usage


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-yaml/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-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/textproc/py-yaml/Makefile
diff -u pkgsrc/textproc/py-yaml/Makefile:1.27 pkgsrc/textproc/py-yaml/Makefile:1.28
--- pkgsrc/textproc/py-yaml/Makefile:1.27       Wed Nov  9 13:14:17 2022
+++ pkgsrc/textproc/py-yaml/Makefile    Mon Apr 17 19:38:53 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2022/11/09 13:14:17 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2023/04/17 19:38:53 adam Exp $
 
-DISTNAME=      PyYAML-5.4.1
+DISTNAME=      PyYAML-6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyYAML/}
 
@@ -13,6 +12,8 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../textproc/libyaml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-yaml/distinfo
diff -u pkgsrc/textproc/py-yaml/distinfo:1.18 pkgsrc/textproc/py-yaml/distinfo:1.19
--- pkgsrc/textproc/py-yaml/distinfo:1.18       Tue Oct 26 11:23:18 2021
+++ pkgsrc/textproc/py-yaml/distinfo    Mon Apr 17 19:38:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 11:23:18 nia Exp $
+$NetBSD: distinfo,v 1.19 2023/04/17 19:38:53 adam Exp $
 
-BLAKE2s (PyYAML-5.4.1.tar.gz) = bee68a4ca6a26f054f3e7fab0ab345947b7f83748582e2d7465e6ebe7af0207b
-SHA512 (PyYAML-5.4.1.tar.gz) = 359c45d843fd839797572efeab121f17b1947647960dfb062f3618f25f71e1a6bc4bab14a1720b6b67f256089d5d48c452ec5419e3130222765c7ca41db11dad
-Size (PyYAML-5.4.1.tar.gz) = 175147 bytes
+BLAKE2s (PyYAML-6.0.tar.gz) = ca2bb174be757b772d71d0211842a64b3825214586879f47370377186425eb91
+SHA512 (PyYAML-6.0.tar.gz) = b402993073282e7f4202823b051d364b91929362edd5b3aebe93b56833956ec9279c1ba82b97f8bc8a2b82d20e1060e4ec9fc90400a6ed902adce3e4f83a6e0e
+Size (PyYAML-6.0.tar.gz) = 124996 bytes



Home | Main Index | Thread Index | Old Index