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:   wiz
Date:           Sun Jan  1 15:35:12 UTC 2017

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

Log Message:
Updated py-hypothesis to 3.6.1.

3.6.1 - 2016-12-20

This release fixes a dependency problem and makes some small behind
the scenes improvements.

    The fake-factory dependency was renamed to faker. If you were
    depending on it through hypothesis[django] or hypothesis[fake-factory]
    without pinning it yourself then it would have failed to install
    properly. This release changes it so that hypothesis[fakefactory]
    (which can now also be installed as hypothesis[faker]) will
    install the renamed faker package instead.

    This release also removed the dependency of hypothesis[django]
    on hypothesis[fakefactory] - it was only being used for emails.
    These now use a custom strategy that isn�t from fakefactory.

    As a result you should also see performance improvements of
    tests which generated User objects or other things with email
    fields, as well as better shrinking of email addresses.

    The distribution of code using nested calls to one_of or the
    | operator for combining strategies has been improved, as
    branches are now flattened to give a more uniform distribution.
    Examples using composite or flatmap should now shrink better.

    In particular this will affect things which work by first
    generating a length and then generating that many items, which
    have historically not shrunk very well.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/devel/py-hypothesis/Makefile:1.8
--- pkgsrc/devel/py-hypothesis/Makefile:1.7     Mon Nov  7 11:10:24 2016
+++ pkgsrc/devel/py-hypothesis/Makefile Sun Jan  1 15:35:12 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/11/07 11:10:24 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/01 15:35:12 wiz Exp $
 
-DISTNAME=      hypothesis-3.6.0
+DISTNAME=      hypothesis-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.4 pkgsrc/devel/py-hypothesis/distinfo:1.5
--- pkgsrc/devel/py-hypothesis/distinfo:1.4     Mon Nov  7 11:10:24 2016
+++ pkgsrc/devel/py-hypothesis/distinfo Sun Jan  1 15:35:12 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/11/07 11:10:24 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/01/01 15:35:12 wiz Exp $
 
-SHA1 (hypothesis-3.6.0.tar.gz) = 67b77fc0a769d9502e7ebb5ee10eb426f1343776
-RMD160 (hypothesis-3.6.0.tar.gz) = fe7285ac4e1cf8e9dd42000d0fda982503d2c270
-SHA512 (hypothesis-3.6.0.tar.gz) = cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
-Size (hypothesis-3.6.0.tar.gz) = 73586 bytes
+SHA1 (hypothesis-3.6.1.tar.gz) = fed3636a400913b61a968b61b91339e738a77217
+RMD160 (hypothesis-3.6.1.tar.gz) = 93846c09006b22407cda87cc261487708a425cae
+SHA512 (hypothesis-3.6.1.tar.gz) = 89a884cfc147b09e6356ea1f2272784b256065a7ff86584c133c00d11cb0fda0a8463e347c15698c605f6c2d8fc7aa09cd4c216849cb2b851566bdf4268c28c4
+Size (hypothesis-3.6.1.tar.gz) = 75106 bytes



Home | Main Index | Thread Index | Old Index