diff options
author | adam <adam@pkgsrc.org> | 2018-02-02 08:18:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-02 08:18:30 +0000 |
commit | 962cc6c4cdea8ca415aaf529559a5cf244945794 (patch) | |
tree | 688398393a2a84981d245f404d07ecb6976a8a88 | |
parent | 973c9a9a576d577cc2ea097dc4e0556ba38090bb (diff) | |
download | pkgsrc-962cc6c4cdea8ca415aaf529559a5cf244945794.tar.gz |
py-hypothesis: updated to 3.44.24
3.44.24:
This release fixes dependency information when installing Hypothesis from a binary "wheel" distribution.
The install_requires for enum34 is resolved at install time, rather than at build time (with potentially different results).
Django has fixed their python_requires for versions 2.0.0 onward, simplifying Python2-compatible constraints for downstream projects.
-rw-r--r-- | devel/py-hypothesis/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hypothesis/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 3ed31ad1c48..24569720d2e 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2018/01/19 08:58:25 adam Exp $ +# $NetBSD: Makefile,v 1.45 2018/02/02 08:18:30 adam Exp $ -DISTNAME= hypothesis-3.44.16 +DISTNAME= hypothesis-3.44.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index c64f71e4af3..8c315e21b3a 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2018/01/19 08:58:25 adam Exp $ +$NetBSD: distinfo,v 1.42 2018/02/02 08:18:30 adam Exp $ -SHA1 (hypothesis-3.44.16.tar.gz) = bc3b058b907e2dd07dd516d381e3f47eaa6ccc17 -RMD160 (hypothesis-3.44.16.tar.gz) = 689ac18f7f34afbf6dd6b3b674012259f78e73d5 -SHA512 (hypothesis-3.44.16.tar.gz) = da3f1bdafc0c0ab037916528ebb95ce91392d14719cc7c79a8df70b2978680132e54c80162c4e12153ecdf6ce579ed52b5f5c32f1f5327586636129ad2e58550 -Size (hypothesis-3.44.16.tar.gz) = 142797 bytes +SHA1 (hypothesis-3.44.24.tar.gz) = bf90fb27a586f900d31abd928676405857a201c3 +RMD160 (hypothesis-3.44.24.tar.gz) = 148d9d35b55d538d2f3865d614bee2022e101702 +SHA512 (hypothesis-3.44.24.tar.gz) = e743cce8cea8b09735810655d1eda5f4197f53dde48522f10fa3eff39fce205734f1407d595813d24113a591fb62fd2980e60befe2772c9d74a8957ad4323a37 +Size (hypothesis-3.44.24.tar.gz) = 145240 bytes |