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 Jun 12 09:51:52 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.74 -r1.75 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.77 pkgsrc/devel/py-hypothesis/Makefile:1.78
--- pkgsrc/devel/py-hypothesis/Makefile:1.77    Sun Jun  2 08:30:18 2019
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Jun 12 09:51:52 2019
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.74 pkgsrc/devel/py-hypothesis/distinfo:1.75
--- pkgsrc/devel/py-hypothesis/distinfo:1.74    Sun Jun  2 08:30:18 2019
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Jun 12 09:51:52 2019
@@ -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