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 Apr 15 08:50:52 UTC 2026

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

Log Message:
py-hypothesis: updated to 6.152.1

6.152.1 - 2026-04-14
Improve some internal type hints.

6.152.0 - 2026-04-14
Hypothesis generally recommends that the .hypothesis directory not be checked into version control. As a result, Hypothesis now automatically creates a .gitignore with * in the .hypothesis directory, 
which excludes it from being tracked by git.

If you do want to check .hypothesis into git, you can remove the .gitignore file. Hypothesis will not re-create it unless the entire .hypothesis directory is removed.


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.162 -r1.163 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.168 pkgsrc/devel/py-hypothesis/Makefile:1.169
--- pkgsrc/devel/py-hypothesis/Makefile:1.168   Thu Mar 12 05:45:45 2026
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Apr 15 08:50:52 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.168 2026/03/12 05:45:45 adam Exp $
+# $NetBSD: Makefile,v 1.169 2026/04/15 08:50:52 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.151.9
+DISTNAME=      hypothesis-6.152.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.162 pkgsrc/devel/py-hypothesis/distinfo:1.163
--- pkgsrc/devel/py-hypothesis/distinfo:1.162   Thu Mar 12 05:45:45 2026
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Apr 15 08:50:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.162 2026/03/12 05:45:45 adam Exp $
+$NetBSD: distinfo,v 1.163 2026/04/15 08:50:52 adam Exp $
 
-BLAKE2s (hypothesis-6.151.9.tar.gz) = 6899efb15e91be32b03aa9d83c187603103df4d27a4d12e7456a2be524aa35ee
-SHA512 (hypothesis-6.151.9.tar.gz) = c7565644f2a686c98bb05b17f051728ed7f67696b80ec50594cd6b342ff60f101d43dc9498c6a0bd4f05fc38ef232b4f25200175df80becdad2aa6d6fa78da92
-Size (hypothesis-6.151.9.tar.gz) = 463534 bytes
+BLAKE2s (hypothesis-6.152.1.tar.gz) = cfe0a5cd69867032620e169dd8c23b646116b0ea4f60bf814ec08f688d1f7f0c
+SHA512 (hypothesis-6.152.1.tar.gz) = 91a8efd5aa7015191a474226d877aa554cd937c991784b1eb2ca8a6a779de69deed5390ad162ade1590483437b47248f27cbbb89b427a5f700cb31860b4aaa9b
+Size (hypothesis-6.152.1.tar.gz) = 465029 bytes



Home | Main Index | Thread Index | Old Index