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:           Fri Feb  2 08:18:30 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.41 -r1.42 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.44 pkgsrc/devel/py-hypothesis/Makefile:1.45
--- pkgsrc/devel/py-hypothesis/Makefile:1.44    Fri Jan 19 08:58:25 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Feb  2 08:18:30 2018
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.41 pkgsrc/devel/py-hypothesis/distinfo:1.42
--- pkgsrc/devel/py-hypothesis/distinfo:1.41    Fri Jan 19 08:58:25 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Feb  2 08:18:30 2018
@@ -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



Home | Main Index | Thread Index | Old Index