pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: updated to 6.56.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afe393e344f9
branches:  trunk
changeset: 387646:afe393e344f9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 03 10:43:03 2022 +0000

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

diffstat:

 devel/py-hypothesis/Makefile |  9 +++++----
 devel/py-hypothesis/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r a9702961d1e1 -r afe393e344f9 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Thu Nov 03 08:51:34 2022 +0000
+++ b/devel/py-hypothesis/Makefile      Thu Nov 03 10:43:03 2022 +0000
@@ -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_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"
diff -r a9702961d1e1 -r afe393e344f9 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Thu Nov 03 08:51:34 2022 +0000
+++ b/devel/py-hypothesis/distinfo      Thu Nov 03 10:43:03 2022 +0000
@@ -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