pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis Updated py-hypothesis to 3.6.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4346bde4397c
branches:  trunk
changeset: 356514:4346bde4397c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 01 15:35:12 2017 +0000

description:
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.

diffstat:

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

diffs (27 lines):

diff -r 407f34fe18c1 -r 4346bde4397c devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Sun Jan 01 15:32:47 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Sun Jan 01 15:35:12 2017 +0000
@@ -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/}
diff -r 407f34fe18c1 -r 4346bde4397c devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Sun Jan 01 15:32:47 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Sun Jan 01 15:35:12 2017 +0000
@@ -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