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: Wed Feb 19 09:24:20 UTC 2025
Modified Files:
pkgsrc/devel/py-hypothesis: Makefile distinfo
Log Message:
py-hypothesis: updated to 6.126.0
6.126.0 - 2025-02-18
The Hypothesis database now supports a pub-sub interface to efficiently listen
for changes in the database, via .add_listener and .remove_listener. While all
databases that ship with Hypothesis support this interface, implementing it is
not required for custom database subclasses. Hypothesis will warn when trying
to listen on a database without support.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.146 -r1.147 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.152 pkgsrc/devel/py-hypothesis/Makefile:1.153
--- pkgsrc/devel/py-hypothesis/Makefile:1.152 Fri Feb 7 07:51:56 2025
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Feb 19 09:24:20 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.152 2025/02/07 07:51:56 adam Exp $
+# $NetBSD: Makefile,v 1.153 2025/02/19 09:24:20 adam Exp $
#
# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
-DISTNAME= hypothesis-6.125.2
+DISTNAME= hypothesis-6.126.0
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.146 pkgsrc/devel/py-hypothesis/distinfo:1.147
--- pkgsrc/devel/py-hypothesis/distinfo:1.146 Fri Feb 7 07:51:56 2025
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Feb 19 09:24:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.146 2025/02/07 07:51:56 adam Exp $
+$NetBSD: distinfo,v 1.147 2025/02/19 09:24:20 adam Exp $
-BLAKE2s (hypothesis-6.125.2.tar.gz) = f485f77e61f07b1dea7501bac23f8273cb1da9f05c28ee4e35cd56611352649e
-SHA512 (hypothesis-6.125.2.tar.gz) = be9ec10a3135709a775644ab9a06b59c32519d598ef627c4eea07a935c8b34028045713aec851cf1dc3747a210de097241ceed33973c23358964ad1d420dc47b
-Size (hypothesis-6.125.2.tar.gz) = 417961 bytes
+BLAKE2s (hypothesis-6.126.0.tar.gz) = 383441a3b9839feaea06a4a1d08a8a7ef235ca62d700af8110e171da5a92052d
+SHA512 (hypothesis-6.126.0.tar.gz) = ce5be9bbb2a74ff610847956f1ae883134bd9919e5fb3a97e70fe80991d667bb23db5bbea311c09fe6a0443ff0a58bd8e2b4f8cbe945f324baf8de4665be66e1
+Size (hypothesis-6.126.0.tar.gz) = 420895 bytes
Home |
Main Index |
Thread Index |
Old Index