Fri Aug 25 11:08:48 2023 UTC ()
py-hypothesis: updated to 6.82.6

6.82.6

This patch enables and fixes many more of ruff窶�s lint rules.

6.82.5

Fixes the error message for missing [cli] extra.

6.82.4

This patch ensures that we always close the download connection in GitHubArtifactDatabase.

6.82.3

We can now pretty-print combinations of zero enum.Flag values, like SomeFlag(0), which has never worked before.


(adam)
diff -r1.125 -r1.126 pkgsrc/devel/py-hypothesis/Makefile
diff -r1.121 -r1.122 pkgsrc/devel/py-hypothesis/distinfo

cvs diff -r1.125 -r1.126 pkgsrc/devel/py-hypothesis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/Makefile 2023/08/07 05:22:59 1.125
+++ pkgsrc/devel/py-hypothesis/Makefile 2023/08/25 11:08:48 1.126
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.125 2023/08/07 05:22:59 adam Exp $ 1# $NetBSD: Makefile,v 1.126 2023/08/25 11:08:48 adam Exp $
2# 2#
3# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html 3# Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
4 4
5DISTNAME= hypothesis-6.82.2 5DISTNAME= hypothesis-6.82.6
6PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} 8MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/HypothesisWorks/hypothesis 11HOMEPAGE= https://github.com/HypothesisWorks/hypothesis
12COMMENT= Python library for property based testing 12COMMENT= Python library for property based testing
13LICENSE= mpl-2.0 13LICENSE= mpl-2.0
14 14
15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs 15DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers 16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none

cvs diff -r1.121 -r1.122 pkgsrc/devel/py-hypothesis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/distinfo 2023/08/07 05:22:59 1.121
+++ pkgsrc/devel/py-hypothesis/distinfo 2023/08/25 11:08:48 1.122
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.121 2023/08/07 05:22:59 adam Exp $ 1$NetBSD: distinfo,v 1.122 2023/08/25 11:08:48 adam Exp $
2 2
3BLAKE2s (hypothesis-6.82.2.tar.gz) = e0192a8e5b6e0931bffd2b702c0aa944b91afd6c1ad42703509f85511b7556b3 3BLAKE2s (hypothesis-6.82.6.tar.gz) = 7fdb186ba4fea1731a76694460bb9f6f58ddde53d955af914e3b2b3814fda096
4SHA512 (hypothesis-6.82.2.tar.gz) = e315fbc8deec427ab6ecbc2c047108890712857773500996df8fb7a4a4f836907b4ffa84f27b22011a21b5349e78b9026262621c441d2cd2dfe05b11f7d538d0 4SHA512 (hypothesis-6.82.6.tar.gz) = 9c940b9025d3a92d65b112c2cf004ae30175660aeb0f24a17fcc5c260393831663f2ff9da1d889bc8a9a99d58af64a8cdc1266d3d5595c43daabbfbc56f41cc5
5Size (hypothesis-6.82.2.tar.gz) = 353212 bytes 5Size (hypothesis-6.82.6.tar.gz) = 353353 bytes