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:           Wed Sep 13 06:26:55 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-hypothesis/PLIST
cvs rdiff -u -r1.29 -r1.30 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.32 pkgsrc/devel/py-hypothesis/Makefile:1.33
--- pkgsrc/devel/py-hypothesis/Makefile:1.32    Fri Sep  8 11:03:28 2017
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Sep 13 06:26:55 2017
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/PLIST
diff -u pkgsrc/devel/py-hypothesis/PLIST:1.10 pkgsrc/devel/py-hypothesis/PLIST:1.11
--- pkgsrc/devel/py-hypothesis/PLIST:1.10       Fri Sep  8 11:03:28 2017
+++ pkgsrc/devel/py-hypothesis/PLIST    Wed Sep 13 06:26:55 2017
@@ -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/statistics.pyo
 ${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

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.29 pkgsrc/devel/py-hypothesis/distinfo:1.30
--- pkgsrc/devel/py-hypothesis/distinfo:1.29    Fri Sep  8 11:03:28 2017
+++ pkgsrc/devel/py-hypothesis/distinfo Wed Sep 13 06:26:55 2017
@@ -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