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:           Mon Aug  7 05:23:00 UTC 2023

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-hypothesis/patches: patch-setup.py

Log Message:
py-hypothesis: updated to 6.82.2

6.82.2
This patch fixes pretty-printing of combinations of enum.Flag values, which was previously an error


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/py-hypothesis/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-hypothesis/patches/patch-setup.py

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.124 pkgsrc/devel/py-hypothesis/Makefile:1.125
--- pkgsrc/devel/py-hypothesis/Makefile:1.124   Sun Aug  6 07:17:09 2023
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Aug  7 05:22:59 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.124 2023/08/06 07:17:09 adam Exp $
+# $NetBSD: Makefile,v 1.125 2023/08/07 05:22:59 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.82.1
+DISTNAME=      hypothesis-6.82.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
@@ -22,7 +22,6 @@ USE_PKG_RESOURCES=    yes
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
 .endif

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.120 pkgsrc/devel/py-hypothesis/distinfo:1.121
--- pkgsrc/devel/py-hypothesis/distinfo:1.120   Sun Aug  6 07:17:09 2023
+++ pkgsrc/devel/py-hypothesis/distinfo Mon Aug  7 05:22:59 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.120 2023/08/06 07:17:09 adam Exp $
+$NetBSD: distinfo,v 1.121 2023/08/07 05:22:59 adam Exp $
 
-BLAKE2s (hypothesis-6.82.1.tar.gz) = 12307fee11b4d393d531feb7ba525a7d97fcf59ccbda7677d8421b6d5fc6abd5
-SHA512 (hypothesis-6.82.1.tar.gz) = feab58f54a776d01b23d43c86c95661a992d8d601e9d3ab7601bde314406b2fe14e00df144ab37f8cbfe929434f165dddea15f5bf537de758449f485b52f1d10
-Size (hypothesis-6.82.1.tar.gz) = 353171 bytes
-SHA1 (patch-setup.py) = 6784b6eb802938f266c1c7c683757fb2be8a9119
+BLAKE2s (hypothesis-6.82.2.tar.gz) = e0192a8e5b6e0931bffd2b702c0aa944b91afd6c1ad42703509f85511b7556b3
+SHA512 (hypothesis-6.82.2.tar.gz) = e315fbc8deec427ab6ecbc2c047108890712857773500996df8fb7a4a4f836907b4ffa84f27b22011a21b5349e78b9026262621c441d2cd2dfe05b11f7d538d0
+Size (hypothesis-6.82.2.tar.gz) = 353212 bytes



Home | Main Index | Thread Index | Old Index