pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: updated to 4.24.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb65984f0843
branches:  trunk
changeset: 396907:bb65984f0843
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 12 09:51:52 2019 +0000

description:
py-hypothesis: updated to 4.24.3

4.24.3:
This patch improves the implementation of an internal wrapper on Python 3.8 beta1 (and will break on the alphas; but they're not meant to be stable). On other versions, there is no change at all.

4.24.2:
Deprecation messages for functions in hypothesis.extra.django.models now explicitly name the deprecated function to make it easier to track down usages. Thanks to Kristian Glass for this contribution!

4.24.1:
This patch fixes :issue:`1999`, a spurious bug raised when a :func:`@st.composite <hypothesis.strategies.composite>` function was passed a keyword-only argument.

diffstat:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 7c3247b9e7d4 -r bb65984f0843 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Jun 12 09:21:42 2019 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Jun 12 09:51:52 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2019/06/02 08:30:18 adam Exp $
+# $NetBSD: Makefile,v 1.78 2019/06/12 09:51:52 adam Exp $
 
-DISTNAME=      hypothesis-4.24.0
+DISTNAME=      hypothesis-4.24.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 7c3247b9e7d4 -r bb65984f0843 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Jun 12 09:21:42 2019 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Jun 12 09:51:52 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2019/06/02 08:30:18 adam Exp $
+$NetBSD: distinfo,v 1.75 2019/06/12 09:51:52 adam Exp $
 
-SHA1 (hypothesis-4.24.0.tar.gz) = 10e01c42a3ec2488aa93f9a27c65c05a2261fb59
-RMD160 (hypothesis-4.24.0.tar.gz) = 4bd2277a05b4ff81ca1fb9eaae5b5857ffcbcb52
-SHA512 (hypothesis-4.24.0.tar.gz) = 56cb0b167072fb81f44ebf3507c44f4cc79b545b90b49788e0101e2bd3a8809f0d6779ac0f5d8ddba88812b37dc1cfe83cd00f6fa4c287147cbf34ef0b6400dd
-Size (hypothesis-4.24.0.tar.gz) = 201010 bytes
+SHA1 (hypothesis-4.24.3.tar.gz) = 966f16a57a4a0744cd0b39b1d8ba5476f530a423
+RMD160 (hypothesis-4.24.3.tar.gz) = f722cfdd5c893194423b2fd945351c041722b7ba
+SHA512 (hypothesis-4.24.3.tar.gz) = 9132c75c5bb90782b382c6a47ce34996ad5954494e735bec538556cdca1b36a7f14810961b6f31412831495b9e599577d4b01a535626d5bd5102773351ac8d08
+Size (hypothesis-4.24.3.tar.gz) = 201295 bytes



Home | Main Index | Thread Index | Old Index