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 Oct 23 09:14:29 UTC 2025
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo
Log Message:
py-hypothesis: updated to 6.142.3
6.142.3 - 2025-10-22
Fix a recursion error when observability is enabled and a test generates an object with a recursive reference, like a = []; a.append(a).
6.142.2 - 2025-10-20
Remove a case where Hypothesis would interact with the global random.Random instance if Hypothesis internals were used directly.
6.142.1 - 2025-10-16
Simplify some internal typing logic after dropping Python 3.9.
6.142.0 - 2025-10-16
This release drops support for Python 3.9, which reached end of life in October 2025.
6.141.1 - 2025-10-15
Fixes an error when using the Ghostwriter with annotations that include typing.ForwardRef on Python 3.14.
6.141.0 - 2025-10-15
The from_field() and from_form() strategies from our Django extra now support FileField.
Thanks to Arjoonn Sharma for this fix!
6.140.4 - 2025-10-14
Clean up internal @overload type annotations.
6.140.3 - 2025-10-04
Fixes our bundled run_conformance_test() not respecting avoid_realization.
6.140.2 - 2025-09-23
The automatic switch to the CI settings profile now works under tox (for tox >= 4.30.0).
6.140.1 - 2025-09-22
This patch re-enables the warning for incompatible shared() strategies that was first enabled in v6.133.0 but disabled in v6.135.15.
6.140.0 - 2025-09-22
characters() now validates that the elements of the exclude_characters and include_characters arguments are single characters, which was always assumed internally. For example,
exclude_characters=["a", "b"] is valid while exclude_characters=["ab"] will now raise an error up-front.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.155 -r1.156 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.161 pkgsrc/devel/py-hypothesis/Makefile:1.162
--- pkgsrc/devel/py-hypothesis/Makefile:1.161 Fri Aug 22 10:03:52 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Thu Oct 23 09:14:29 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.161 2025/08/22 10:03:52 adam Exp $
+# $NetBSD: Makefile,v 1.162 2025/10/23 09:14:29 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.138.2
+DISTNAME= hypothesis-6.142.3
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.48 pkgsrc/devel/py-hypothesis/PLIST:1.49
--- pkgsrc/devel/py-hypothesis/PLIST:1.48 Tue Aug 5 07:18:27 2025
+++ pkgsrc/devel/py-hypothesis/PLIST Thu Oct 23 09:14:29 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.48 2025/08/05 07:18:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.49 2025/10/23 09:14:29 adam Exp $
bin/hypothesis-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -210,6 +210,9 @@ ${PYSITELIB}/hypothesis/internal/healthc
${PYSITELIB}/hypothesis/internal/intervalsets.py
${PYSITELIB}/hypothesis/internal/intervalsets.pyc
${PYSITELIB}/hypothesis/internal/intervalsets.pyo
+${PYSITELIB}/hypothesis/internal/lambda_sources.py
+${PYSITELIB}/hypothesis/internal/lambda_sources.pyc
+${PYSITELIB}/hypothesis/internal/lambda_sources.pyo
${PYSITELIB}/hypothesis/internal/observability.py
${PYSITELIB}/hypothesis/internal/observability.pyc
${PYSITELIB}/hypothesis/internal/observability.pyo
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.155 pkgsrc/devel/py-hypothesis/distinfo:1.156
--- pkgsrc/devel/py-hypothesis/distinfo:1.155 Fri Aug 22 10:03:52 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Thu Oct 23 09:14:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.155 2025/08/22 10:03:52 adam Exp $
+$NetBSD: distinfo,v 1.156 2025/10/23 09:14:29 adam Exp $
-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
+BLAKE2s (hypothesis-6.142.3.tar.gz) = cce33b666f1faef0c67ff97c9600a243defe2a824f22ab25ac62295374435176
+SHA512 (hypothesis-6.142.3.tar.gz) = bd7ff4ce46e9e32f8c6c3890d222e94cdff7e62a8db5d18644dc7b26488bf37bab8152955788dbcce13aa30f7cce365beb5d227429d1ab795873584cd4259f78
+Size (hypothesis-6.142.3.tar.gz) = 466042 bytes
Home |
Main Index |
Thread Index |
Old Index