pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesmith



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 18 16:24:54 UTC 2022

Modified Files:
        pkgsrc/devel/py-hypothesmith: Makefile PLIST distinfo

Log Message:
py-hypothesmith: updated to 0.2.3

0.2.3 - 2022-12-01
- Actually package up the renamed grammar file this time.

0.2.2 - 2022-11-29
- Correct the minimum required version of LibCST
- Use `importlib.resources` to load the Python grammar (zip-safe)

0.2.1 - 2022-11-25
- Use the `lark` package on PyPI, for Lark version 1.0+ (requires recent Hypothesis)
- Use updated Python grammar for `from_grammar()`, thanks to Lark updates
- Drop support for Python 3.6, add 3.10 and 3.11 to CI


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hypothesmith/Makefile \
    pkgsrc/devel/py-hypothesmith/PLIST pkgsrc/devel/py-hypothesmith/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-hypothesmith/Makefile
diff -u pkgsrc/devel/py-hypothesmith/Makefile:1.1 pkgsrc/devel/py-hypothesmith/Makefile:1.2
--- pkgsrc/devel/py-hypothesmith/Makefile:1.1   Wed Feb 23 11:40:06 2022
+++ pkgsrc/devel/py-hypothesmith/Makefile       Sun Dec 18 16:24:54 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/02/23 11:40:06 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/18 16:24:54 adam Exp $
 
-DISTNAME=      hypothesmith-0.2.0
+DISTNAME=      hypothesmith-0.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesmith/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/Zac-HD/hypo
 COMMENT=       Hypothesis strategies for generating Python programs, like CSmith
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-libcst-[0-9]*:../../lang/py-libcst
+DEPENDS+=      ${PYPKGPREFIX}-hypothesis>=6.58.1:../../devel/py-hypothesis
 DEPENDS+=      ${PYPKGPREFIX}-lark-parser-[0-9]*:../../lang/py-lark-parser
-DEPENDS+=      ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+DEPENDS+=      ${PYPKGPREFIX}-libcst>=0.4.0:../../lang/py-libcst
 TEST_DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black
 TEST_DEPENDS+= ${PYPKGPREFIX}-parso-[0-9]*:../../lang/py-parso
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
Index: pkgsrc/devel/py-hypothesmith/PLIST
diff -u pkgsrc/devel/py-hypothesmith/PLIST:1.1 pkgsrc/devel/py-hypothesmith/PLIST:1.2
--- pkgsrc/devel/py-hypothesmith/PLIST:1.1      Wed Feb 23 11:40:06 2022
+++ pkgsrc/devel/py-hypothesmith/PLIST  Sun Dec 18 16:24:54 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/02/23 11:40:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/12/18 16:24:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,7 +12,7 @@ ${PYSITELIB}/hypothesmith/cst.py
 ${PYSITELIB}/hypothesmith/cst.pyc
 ${PYSITELIB}/hypothesmith/cst.pyo
 ${PYSITELIB}/hypothesmith/py.typed
-${PYSITELIB}/hypothesmith/python3.lark
+${PYSITELIB}/hypothesmith/python.lark
 ${PYSITELIB}/hypothesmith/syntactic.py
 ${PYSITELIB}/hypothesmith/syntactic.pyc
 ${PYSITELIB}/hypothesmith/syntactic.pyo
Index: pkgsrc/devel/py-hypothesmith/distinfo
diff -u pkgsrc/devel/py-hypothesmith/distinfo:1.1 pkgsrc/devel/py-hypothesmith/distinfo:1.2
--- pkgsrc/devel/py-hypothesmith/distinfo:1.1   Wed Feb 23 11:40:06 2022
+++ pkgsrc/devel/py-hypothesmith/distinfo       Sun Dec 18 16:24:54 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/02/23 11:40:06 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/12/18 16:24:54 adam Exp $
 
-BLAKE2s (hypothesmith-0.2.0.tar.gz) = b64ea307249c380993143b4995496827a79f892ae0f71c5913120d619c7e2d75
-SHA512 (hypothesmith-0.2.0.tar.gz) = b82627897f0e07e6249ce2d3730134690dbe340b81632a1101b6b6b9a9ac6ccd0f350ba10f729349ef200b9243081f7f58eb760ccbcb4175adfcc5f411a8a045
-Size (hypothesmith-0.2.0.tar.gz) = 24933 bytes
+BLAKE2s (hypothesmith-0.2.3.tar.gz) = cf8eb748aab9f328b4b52ff575fca88591dbdef76423a0f835aa7196d836eac8
+SHA512 (hypothesmith-0.2.3.tar.gz) = effc9ba821c161d1464ca497c4b494e49fc447de3898884e77395caed380ba91b9742b88c93a2685238957dcb30642a96993ebfba25f1c14d2249d35395f44a7
+Size (hypothesmith-0.2.3.tar.gz) = 25722 bytes



Home | Main Index | Thread Index | Old Index