pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 08:35:49 UTC 2023

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

Log Message:
py-hypothesis: update to 6.75.2.

6.75.2 - 2023-05-04

Improved the documentation regarding how to use GitHubArtifactDatabase and fixed a bug that occurred in repositories with no existing artifacts.

Thanks to Agustín Covarrubias for this contribution.

6.75.1 - 2023-04-30

hypothesis.errors will now raise AttributeError when attempting to access an undefined attribute, rather than returning None.

6.75.0 - 2023-04-30

Sick of adding @example()s by hand? Our Pytest plugin now writes .patch files to insert them for you, making this workflow easier than ever before.

Note that you’ll need LibCST (via hypothesis[codemods]), and that @example().via() requires PEP 614 (Python 3.9 or later).


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/py-hypothesis/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-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.120 pkgsrc/devel/py-hypothesis/Makefile:1.121
--- pkgsrc/devel/py-hypothesis/Makefile:1.120   Sun Apr 30 17:14:48 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Sun May  7 08:35:49 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.120 2023/04/30 17:14:48 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2023/05/07 08:35:49 wiz Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.74.1
+DISTNAME=      hypothesis-6.75.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.38 pkgsrc/devel/py-hypothesis/PLIST:1.39
--- pkgsrc/devel/py-hypothesis/PLIST:1.38       Fri Nov  4 18:34:09 2022
+++ pkgsrc/devel/py-hypothesis/PLIST    Sun May  7 08:35:49 2023
@@ -1,5 +1,11 @@
-@comment $NetBSD: PLIST,v 1.38 2022/11/04 18:34:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.39 2023/05/07 08:35:49 wiz Exp $
 bin/hypothesis-${PYVERSSUFFIX}
+${PYSITELIB}/_hypothesis_ftz_detector.py
+${PYSITELIB}/_hypothesis_ftz_detector.pyc
+${PYSITELIB}/_hypothesis_ftz_detector.pyo
+${PYSITELIB}/_hypothesis_pytestplugin.py
+${PYSITELIB}/_hypothesis_pytestplugin.pyc
+${PYSITELIB}/_hypothesis_pytestplugin.pyo
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,12 +13,6 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/_hypothesis_ftz_detector.py
-${PYSITELIB}/_hypothesis_ftz_detector.pyc
-${PYSITELIB}/_hypothesis_ftz_detector.pyo
-${PYSITELIB}/_hypothesis_pytestplugin.py
-${PYSITELIB}/_hypothesis_pytestplugin.pyc
-${PYSITELIB}/_hypothesis_pytestplugin.pyo
 ${PYSITELIB}/hypothesis/__init__.py
 ${PYSITELIB}/hypothesis/__init__.pyc
 ${PYSITELIB}/hypothesis/__init__.pyo
@@ -49,6 +49,9 @@ ${PYSITELIB}/hypothesis/extra/__init__.p
 ${PYSITELIB}/hypothesis/extra/_array_helpers.py
 ${PYSITELIB}/hypothesis/extra/_array_helpers.pyc
 ${PYSITELIB}/hypothesis/extra/_array_helpers.pyo
+${PYSITELIB}/hypothesis/extra/_patching.py
+${PYSITELIB}/hypothesis/extra/_patching.pyc
+${PYSITELIB}/hypothesis/extra/_patching.pyo
 ${PYSITELIB}/hypothesis/extra/array_api.py
 ${PYSITELIB}/hypothesis/extra/array_api.pyc
 ${PYSITELIB}/hypothesis/extra/array_api.pyo

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.115 pkgsrc/devel/py-hypothesis/distinfo:1.116
--- pkgsrc/devel/py-hypothesis/distinfo:1.115   Sun Apr 30 17:14:48 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Sun May  7 08:35:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.115 2023/04/30 17:14:48 wiz Exp $
+$NetBSD: distinfo,v 1.116 2023/05/07 08:35:49 wiz Exp $
 
-BLAKE2s (hypothesis-6.74.1.tar.gz) = 6866c531ea850051021d4103acc693b2664567eee4a3dbdcbb1a76d15c199e3d
-SHA512 (hypothesis-6.74.1.tar.gz) = 1659a43d9e21000e0feedd1be73d155a5540e15ede65b642b0b1b8db209ed0b91092e9f2cde4f300a45ac9c4aadbe2068cc53f21fd9ee66cc8ffafafc0b2f1cd
-Size (hypothesis-6.74.1.tar.gz) = 347667 bytes
+BLAKE2s (hypothesis-6.75.2.tar.gz) = aa129b4d0adafb0bad3d0fec6ae948eb873e4c28e216834fdff416f98a191410
+SHA512 (hypothesis-6.75.2.tar.gz) = 38b148ad0a317d6c753e3b453aa498a2b90c170a47e6a046d298e7363c9201149701db088e8d7a978a03798bbc98307f97f87beef03c269574b47ac53c816178
+Size (hypothesis-6.75.2.tar.gz) = 351356 bytes



Home | Main Index | Thread Index | Old Index