pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-hypothesis py-hypothesis: update to 3.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26855dbac210
branches:  trunk
changeset: 368258:26855dbac210
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Sep 13 06:26:55 2017 +0000

description:
py-hypothesis: update to 3.26.0

3.26.0:
Hypothesis now emits deprecation warnings if you are using the legacy SQLite example database format, or the tool for merging them. These were already documented as deprecated, so this doesn't change 
their deprecation status, only that we warn about it.

diffstat:

 devel/py-hypothesis/Makefile |   4 ++--
 devel/py-hypothesis/PLIST    |   5 +----
 devel/py-hypothesis/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 4095f480d592 -r 26855dbac210 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Wed Sep 13 06:23:28 2017 +0000
+++ b/devel/py-hypothesis/Makefile      Wed Sep 13 06:26:55 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2017/09/08 11:03:28 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/09/13 06:26:55 adam Exp $
 
-DISTNAME=      hypothesis-3.24.1
+DISTNAME=      hypothesis-3.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 4095f480d592 -r 26855dbac210 devel/py-hypothesis/PLIST
--- a/devel/py-hypothesis/PLIST Wed Sep 13 06:23:28 2017 +0000
+++ b/devel/py-hypothesis/PLIST Wed Sep 13 06:26:55 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/09/08 11:03:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/09/13 06:26:55 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -165,9 +165,6 @@
 ${PYSITELIB}/hypothesis/strategies.py
 ${PYSITELIB}/hypothesis/strategies.pyc
 ${PYSITELIB}/hypothesis/strategies.pyo
-${PYSITELIB}/hypothesis/strategytests.py
-${PYSITELIB}/hypothesis/strategytests.pyc
-${PYSITELIB}/hypothesis/strategytests.pyo
 ${PYSITELIB}/hypothesis/tools/__init__.py
 ${PYSITELIB}/hypothesis/tools/__init__.pyc
 ${PYSITELIB}/hypothesis/tools/__init__.pyo
diff -r 4095f480d592 -r 26855dbac210 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Wed Sep 13 06:23:28 2017 +0000
+++ b/devel/py-hypothesis/distinfo      Wed Sep 13 06:26:55 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/09/08 11:03:28 adam Exp $
+$NetBSD: distinfo,v 1.30 2017/09/13 06:26:55 adam Exp $
 
-SHA1 (hypothesis-3.24.1.tar.gz) = 2cf738bab203189322280e459297921821edea87
-RMD160 (hypothesis-3.24.1.tar.gz) = 30f7f9d822899a3e10df5d653d677a09855317aa
-SHA512 (hypothesis-3.24.1.tar.gz) = eaa9784e02f2e30a46abf6b2d1b8df22385f7f98d1cfb444da48cfd196e3c38fea8a39932992bfb6d0d08272cbec2957a6053908ff1e4d8575cc0b91c5a85cd0
-Size (hypothesis-3.24.1.tar.gz) = 111662 bytes
+SHA1 (hypothesis-3.26.0.tar.gz) = ff548c480b56af82fea009d861c685d40e1fc0f1
+RMD160 (hypothesis-3.26.0.tar.gz) = b6da0909719fdab4c1b4a317e89e398943f04f0c
+SHA512 (hypothesis-3.26.0.tar.gz) = 8c1d89763f36472d901b3628a76002b6c6b6a71094f210e957a1bd25ed0f1398120d2ae00b56068e296cffb1794cbc797c548c48ba3982f71cd56ef548524f94
+Size (hypothesis-3.26.0.tar.gz) = 113117 bytes



Home | Main Index | Thread Index | Old Index