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:           Mon Sep 16 11:11:26 UTC 2024

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

Log Message:
py-hypothesis: updated to 6.112.1

6.112.1 - 2024-09-13

This patch removes a now-incorrect internal assertion about numpy’s typing after recent numpy changes (currently only in numpy’s nightly release).

6.112.0 - 2024-09-05

This release adds support for variable-width bytes in our IR layer, which should mean improved performance anywhere you use binary(). If you maintain an alternative backend as part of our (for now 
explicitly unstable) Alternative backends for Hypothesis, this release changes the draw_* interface and may be a breaking change for you.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.138 -r1.139 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.143 pkgsrc/devel/py-hypothesis/Makefile:1.144
--- pkgsrc/devel/py-hypothesis/Makefile:1.143   Tue Aug 27 10:26:19 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Sep 16 11:11:25 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2024/08/27 10:26:19 adam Exp $
+# $NetBSD: Makefile,v 1.144 2024/09/16 11:11:25 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.111.2
+DISTNAME=      hypothesis-6.112.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.138 pkgsrc/devel/py-hypothesis/distinfo:1.139
--- pkgsrc/devel/py-hypothesis/distinfo:1.138   Tue Aug 27 10:26:19 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Sep 16 11:11:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.138 2024/08/27 10:26:19 adam Exp $
+$NetBSD: distinfo,v 1.139 2024/09/16 11:11:26 adam Exp $
 
-BLAKE2s (hypothesis-6.111.2.tar.gz) = 199d2fbb501f29ecfad0f43290317877d4244173f77afa693515ddbc50d8bfa2
-SHA512 (hypothesis-6.111.2.tar.gz) = 86d3084ab93a4c1169f9020af35de244ee0b8a518b0ca79f0bef94e0368a0913ef0dbec1eeb08f309e699351b33c17551de563fa625926d9aef95ed47839e7fa
-Size (hypothesis-6.111.2.tar.gz) = 406687 bytes
+BLAKE2s (hypothesis-6.112.1.tar.gz) = b4e48f24106cfced4c537b7ed0836ada6fe0158c7f162beaa316b6e592d1e7a9
+SHA512 (hypothesis-6.112.1.tar.gz) = 4ca41a002b0e11b327df5d9c9778f28f2655db1e5bf2369541650489ad1f96010d3c83cbd21a439f3a9e1bf1fd1427b30b02df7c8c7db74d3cb8e79d8f5d7c7d
+Size (hypothesis-6.112.1.tar.gz) = 406705 bytes



Home | Main Index | Thread Index | Old Index