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:           Fri Aug 22 10:03:52 UTC 2025

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

Log Message:
py-hypothesis: updated to 6.138.2

6.138.2 - 2025-08-16
The type annotations for register_type_strategy() now indicate that it accepts registering types created with typing.TypeAliasType (aka type MyType = int).

6.138.1 - 2025-08-15
Internal refactoring and cleanup. As a result, hypothesis[black] now requires black>=20.8b0 instead of the previous black>=19.10b0.

6.138.0 - 2025-08-13
On Python 3.14, memoryview is newly generic. This release adds the ability for from_type() to resolve generic memoryview types on 3.14, like st.from_type(memoryview[CustomBufferClass]) . 
CustomBufferClass must implement __buffer__, as expected by memoryview.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.154 -r1.155 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.160 pkgsrc/devel/py-hypothesis/Makefile:1.161
--- pkgsrc/devel/py-hypothesis/Makefile:1.160   Tue Aug  5 07:18:27 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Aug 22 10:03:52 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.160 2025/08/05 07:18:27 adam Exp $
+# $NetBSD: Makefile,v 1.161 2025/08/22 10:03:52 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.137.1
+DISTNAME=      hypothesis-6.138.2
 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.154 pkgsrc/devel/py-hypothesis/distinfo:1.155
--- pkgsrc/devel/py-hypothesis/distinfo:1.154   Tue Aug  5 07:18:27 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Aug 22 10:03:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.154 2025/08/05 07:18:27 adam Exp $
+$NetBSD: distinfo,v 1.155 2025/08/22 10:03:52 adam Exp $
 
-BLAKE2s (hypothesis-6.137.1.tar.gz) = 24f0109d84a98ea0fc216a3b955b085cbcd5bfcf14def6bcaaf106454821ff89
-SHA512 (hypothesis-6.137.1.tar.gz) = ca9daa6392cbbf1ec75fc44262f6bcca0c7026ed720bc8cfa53790027308ce78e4e42d36fe035efa29b1b9c4845c304b147e9938c78d8c18e55729d638ddc6d1
-Size (hypothesis-6.137.1.tar.gz) = 460593 bytes
+BLAKE2s (hypothesis-6.138.2.tar.gz) = 70a436df1edfd83f778c70be9cb10ef473861fa0654cda16c730de2e24b824fc
+SHA512 (hypothesis-6.138.2.tar.gz) = 8000f08356280a6858d79406558c62056b02e9f78868851e637ff99d71efbbced49c637e87bbf5bee77d9851a7670eaba706fb9bf2a5dbd0df90d6e949bbd9b9
+Size (hypothesis-6.138.2.tar.gz) = 463153 bytes



Home | Main Index | Thread Index | Old Index