pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesmith py-hypothesmith: updated to 0.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/774117854e9f
branches:  trunk
changeset: 390395:774117854e9f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 18 16:24:54 2022 +0000

description:
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

diffstat:

 devel/py-hypothesmith/Makefile |  8 ++++----
 devel/py-hypothesmith/PLIST    |  4 ++--
 devel/py-hypothesmith/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r ee2435887b1d -r 774117854e9f devel/py-hypothesmith/Makefile
--- a/devel/py-hypothesmith/Makefile    Sun Dec 18 16:18:53 2022 +0000
+++ b/devel/py-hypothesmith/Makefile    Sun Dec 18 16:24:54 2022 +0000
@@ -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 @@
 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
diff -r ee2435887b1d -r 774117854e9f devel/py-hypothesmith/PLIST
--- a/devel/py-hypothesmith/PLIST       Sun Dec 18 16:18:53 2022 +0000
+++ b/devel/py-hypothesmith/PLIST       Sun Dec 18 16:24:54 2022 +0000
@@ -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.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
diff -r ee2435887b1d -r 774117854e9f devel/py-hypothesmith/distinfo
--- a/devel/py-hypothesmith/distinfo    Sun Dec 18 16:18:53 2022 +0000
+++ b/devel/py-hypothesmith/distinfo    Sun Dec 18 16:24:54 2022 +0000
@@ -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