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: Sun Dec 29 09:12:05 UTC 2024
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile PLIST distinfo
Log Message:
py-hypothesis: updated to 6.123.2
6.123.2 - 2024-12-27
The shrinker now uses the typed choice sequence when ordering failing examples. As a result, Hypothesis may now report a different minimal failing example for some tests. We expect most cases to
remain unchanged.
6.123.1 - 2024-12-24
Our pytest plugin now emits a warning if you set Pytest’s norecursedirs config option in such a way that the .hypothesis directory would be searched for tests. This reliably indicates that you’ve
made a mistake which slows down test collection, usually assuming that your configuration extends the set of ignored patterns when it actually replaces them.
6.123.0 - 2024-12-23
from_type() can now handle constructors with required positional-only arguments if they have type annotations. Previously, we only passed arguments by keyword.
6.122.7 - 2024-12-23
This patch lays some groundwork for migrating our internal representation to the typed choice sequence
6.122.6 - 2024-12-21
This patch cleans up some internal code around clamping floats.
6.122.5 - 2024-12-20
This release improves shrinking in some cases, especially for strategies using one_of(). This will typically improve shrinking speed and may in some cases improve the end result.
6.122.4 - 2024-12-19
This patch improves generation performance for the provisional domains() strategy, including its derivative strategies urls() and emails().
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.142 -r1.143 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.148 pkgsrc/devel/py-hypothesis/Makefile:1.149
--- pkgsrc/devel/py-hypothesis/Makefile:1.148 Mon Dec 16 05:53:02 2024
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Dec 29 09:12:05 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.148 2024/12/16 05:53:02 adam Exp $
+# $NetBSD: Makefile,v 1.149 2024/12/29 09:12:05 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.122.3
+DISTNAME= hypothesis-6.123.2
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.43 pkgsrc/devel/py-hypothesis/PLIST:1.44
--- pkgsrc/devel/py-hypothesis/PLIST:1.43 Wed Jun 12 09:00:05 2024
+++ pkgsrc/devel/py-hypothesis/PLIST Sun Dec 29 09:12:05 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2024/06/12 09:00:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.44 2024/12/29 09:12:05 adam Exp $
bin/hypothesis-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -114,9 +114,9 @@ ${PYSITELIB}/hypothesis/internal/compat.
${PYSITELIB}/hypothesis/internal/conjecture/__init__.py
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyc
${PYSITELIB}/hypothesis/internal/conjecture/__init__.pyo
-${PYSITELIB}/hypothesis/internal/conjecture/choicetree.py
-${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyc
-${PYSITELIB}/hypothesis/internal/conjecture/choicetree.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/choice.py
+${PYSITELIB}/hypothesis/internal/conjecture/choice.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/choice.pyo
${PYSITELIB}/hypothesis/internal/conjecture/data.py
${PYSITELIB}/hypothesis/internal/conjecture/data.pyc
${PYSITELIB}/hypothesis/internal/conjecture/data.pyo
@@ -153,6 +153,9 @@ ${PYSITELIB}/hypothesis/internal/conject
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/bytes.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/bytes.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/bytes.pyo
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/choicetree.py
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/choicetree.pyc
+${PYSITELIB}/hypothesis/internal/conjecture/shrinking/choicetree.pyo
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/collection.py
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/collection.pyc
${PYSITELIB}/hypothesis/internal/conjecture/shrinking/collection.pyo
Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.142 pkgsrc/devel/py-hypothesis/distinfo:1.143
--- pkgsrc/devel/py-hypothesis/distinfo:1.142 Mon Dec 16 05:53:02 2024
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Dec 29 09:12:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.142 2024/12/16 05:53:02 adam Exp $
+$NetBSD: distinfo,v 1.143 2024/12/29 09:12:05 adam Exp $
-BLAKE2s (hypothesis-6.122.3.tar.gz) = 83156d1ff94e57f614beecaf21e6994223f98a612704a31b5adc3d9b68352d7e
-SHA512 (hypothesis-6.122.3.tar.gz) = b455ddbdc26ffd88154b44fe7de683afdee94afc158460cba3325e0c6b2916eaf06127e429293a2bcd9d9e5e242599f20633735c5b1d2da00dd3e9c9f95eb0bc
-Size (hypothesis-6.122.3.tar.gz) = 414395 bytes
+BLAKE2s (hypothesis-6.123.2.tar.gz) = a972c7f16ce352671ca1b5b3cad60d543aa9784b97e12109f10ce4bacdd16523
+SHA512 (hypothesis-6.123.2.tar.gz) = 3a37ce2d99a0da4525ab7cf0bea46be6037c571e9d68f15a5414c91dc587404502ba424bfde3d8f8f841a0df855a694b32d4858f0da5502091ad8e23194cb4f5
+Size (hypothesis-6.123.2.tar.gz) = 417823 bytes
Home |
Main Index |
Thread Index |
Old Index