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:   adam
Date:           Thu Nov  3 10:43:03 UTC 2022

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

Log Message:
py-hypothesis: updated to 6.56.4

6.56.4 - 2022-10-28
This patch updates some docs, and depends on exceptiongroup 1.0.0 final to avoid a bug in the previous version.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.108 -r1.109 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.112 pkgsrc/devel/py-hypothesis/Makefile:1.113
--- pkgsrc/devel/py-hypothesis/Makefile:1.112   Tue Oct 25 09:08:45 2022
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Nov  3 10:43:03 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.112 2022/10/25 09:08:45 adam Exp $
+# $NetBSD: Makefile,v 1.113 2022/11/03 10:43:03 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.56.3
+DISTNAME=      hypothesis-6.56.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -19,11 +19,12 @@ USE_LANGUAGES=      # none
 
 USE_PKG_RESOURCES=     yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# https://github.com/HypothesisWorks/hypothesis/issues/3500
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} != 311
-DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0rc8:../../devel/py-exceptiongroup
+DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
 .endif
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.108 pkgsrc/devel/py-hypothesis/distinfo:1.109
--- pkgsrc/devel/py-hypothesis/distinfo:1.108   Tue Oct 25 09:08:45 2022
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Nov  3 10:43:03 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.108 2022/10/25 09:08:45 adam Exp $
+$NetBSD: distinfo,v 1.109 2022/11/03 10:43:03 adam Exp $
 
-BLAKE2s (hypothesis-6.56.3.tar.gz) = eac5aba70d8e7470b27bcb5d5f45aaef362c3d9794f3b132a7315aa7bdf7657a
-SHA512 (hypothesis-6.56.3.tar.gz) = c5dcc304026b225b95c823a6a0a5a6948bbbfed0105d72b411bf414597aa2bd711a00d68fb32673aded7e8a74440bab257c114e9d6f8fdada9f77e3e7fa5b1f6
-Size (hypothesis-6.56.3.tar.gz) = 333325 bytes
+BLAKE2s (hypothesis-6.56.4.tar.gz) = 34cc00172c0a88f85ea6699233c16af1e7b7b0ab1318ce91e109e789713a737d
+SHA512 (hypothesis-6.56.4.tar.gz) = 7ca2a1e677444f3073e3ebf8a4c39039636f92b51f28f4b296998a6d10cde3ff9321c0d9ee7ff6d5748f3cf4b196bbf795cb5f3e5bd78585b6dc34af5587fe97
+Size (hypothesis-6.56.4.tar.gz) = 333424 bytes



Home | Main Index | Thread Index | Old Index