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:           Sat Nov  6 08:49:22 UTC 2021

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

Log Message:
py-hypothesis: updated to 6.24.2

6.24.2

This patch updates internal testing for the Array API extra to be consistent with new specification changes: sum() not accepting boolean arrays (234), unique() split into separate functions (275), 
and treating NaNs as distinct (310). It has no user visible impact.

6.24.1

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

6.24.0

This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.

(did you know that gTLDs can be both added and removed?)

6.23.4

This patch adds an error for when shapes in xps.arrays() is not passed as either a valid shape or strategy.

6.23.3

This patch updates our formatting with shed.

6.23.2

This patch replaces external links to NumPy API docs with sphinx.ext.intersphinx cross-references. It is purely a documentation improvement.

6.23.1

This patch cleans up internal logic for xps.arrays(). There is no user-visible change.

6.23.0

This release follows pytest in considering SystemExit and GeneratorExit exceptions to be test failures, meaning that we will shink to minimal examples and check for flakiness even though they 
subclass BaseException directly (issue 2223).

KeyboardInterrupt continues to interrupt everything, and will be re-raised immediately.

6.22.0

This release adds LiveServerTestCase and StaticLiveServerTestCase for django test. Thanks to Ivan Tham for this feature!

6.21.6

This patch fixes some new linter warnings such as flake8-bugbear’s B904 for explicit exception chaining, so tracebacks might be a bit nicer.

6.21.5

This release fixes None being inferred as the float64 dtype in from_dtype() and arrays() from the Array API extra.

6.21.4

This release fixes the type hint for the @given() decorator when decorating an async function (issue 3099).

6.21.3

This release improves Ghostwritten tests for builtins (issue 2977).

6.21.2

This release deprecates use of both min_dims > len(shape) and max_dims > len(shape) when allow_newaxis == False in basic_indices() (issue 3091).

6.21.1

This release improves the behaviour of builds() and from_type() in certain situations involving decorators (issue 2495 and issue 3029).


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.101 -r1.102 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.102 pkgsrc/devel/py-hypothesis/Makefile:1.103
--- pkgsrc/devel/py-hypothesis/Makefile:1.102   Sun Sep 12 09:53:53 2021
+++ pkgsrc/devel/py-hypothesis/Makefile Sat Nov  6 08:49:22 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.102 2021/09/12 09:53:53 adam Exp $
+# $NetBSD: Makefile,v 1.103 2021/11/06 08:49:22 adam Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.21.0
+DISTNAME=      hypothesis-6.24.2
 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.101 pkgsrc/devel/py-hypothesis/distinfo:1.102
--- pkgsrc/devel/py-hypothesis/distinfo:1.101   Tue Oct 26 10:18:33 2021
+++ pkgsrc/devel/py-hypothesis/distinfo Sat Nov  6 08:49:22 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.101 2021/10/26 10:18:33 nia Exp $
+$NetBSD: distinfo,v 1.102 2021/11/06 08:49:22 adam Exp $
 
-BLAKE2s (hypothesis-6.21.0.tar.gz) = 3efbc3ff17a95f96bf0a06ea39a3910f089a8de05fc43a6c5a3a9d7f3dbf7b4d
-SHA512 (hypothesis-6.21.0.tar.gz) = e58afc32d18c6a4d1cc7835b1d22bc5c917983db458f7f06860eed00cfe537607f4ba91d34dd18c724b572d9763326191b9d0b2712c1e41ead2d9f4c4604fdde
-Size (hypothesis-6.21.0.tar.gz) = 311645 bytes
+BLAKE2s (hypothesis-6.24.2.tar.gz) = d9a5abc33d43ec40541671c082d98adcd4ef6ccf760eaae14d3b368532df46c4
+SHA512 (hypothesis-6.24.2.tar.gz) = d530b761fe5f4ee088582f17a8884b7eea81d6f2f8374e3d1d25c67d57437a796ca53cf5ed96f90a5017e0a92e8674269acf5e329015940eab2b8d60cfb15c8f
+Size (hypothesis-6.24.2.tar.gz) = 312456 bytes



Home | Main Index | Thread Index | Old Index