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 Mar  2 14:49:36 UTC 2018

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

Log Message:
py-hypothesis: updated to 3.47.0

3.47.0:
:obj:~hypothesis.settings.register_profile now accepts keyword arguments for specific settings, and the parent settings object is now optional. Using a name for a registered profile which is not a 
string was never suggested, but it is now also deprecated and will eventually be an error.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.44 -r1.45 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.47 pkgsrc/devel/py-hypothesis/Makefile:1.48
--- pkgsrc/devel/py-hypothesis/Makefile:1.47    Mon Feb 26 08:40:42 2018
+++ pkgsrc/devel/py-hypothesis/Makefile Fri Mar  2 14:49:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2018/02/26 08:40:42 adam Exp $
+# $NetBSD: Makefile,v 1.48 2018/03/02 14:49:36 adam Exp $
 
-DISTNAME=      hypothesis-3.46.0
+DISTNAME=      hypothesis-3.47.0
 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.44 pkgsrc/devel/py-hypothesis/distinfo:1.45
--- pkgsrc/devel/py-hypothesis/distinfo:1.44    Mon Feb 26 08:40:42 2018
+++ pkgsrc/devel/py-hypothesis/distinfo Fri Mar  2 14:49:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2018/02/26 08:40:42 adam Exp $
+$NetBSD: distinfo,v 1.45 2018/03/02 14:49:36 adam Exp $
 
-SHA1 (hypothesis-3.46.0.tar.gz) = def834b46b079bbf2514d455a36715d27f7ca243
-RMD160 (hypothesis-3.46.0.tar.gz) = 7b09789f0c936195f43ae5b34f94a97cdc5c0c4f
-SHA512 (hypothesis-3.46.0.tar.gz) = 393bb66183e5c8804c0ea30268b810c9aa441bc6a6f00642dc2afe4d07c9fd917c3089ae57d2e4323c90ba8a6d5658df94bbeb8826fd00b0cfe2a403c08ad369
-Size (hypothesis-3.46.0.tar.gz) = 148497 bytes
+SHA1 (hypothesis-3.47.0.tar.gz) = df8a1e87a6441bdab8a67df620b01d89dd618d19
+RMD160 (hypothesis-3.47.0.tar.gz) = fb565d25196cf68b87017fcb924f74b3c76c9c80
+SHA512 (hypothesis-3.47.0.tar.gz) = 14dd983fd7142df94cdb0564d439d0227f402c96c30509b0d755fbfd8142c0135fcbb379cd68e93bb4c8b622056c5e8881a17c2c5093b543974476a3bbf1ceb3
+Size (hypothesis-3.47.0.tar.gz) = 148696 bytes



Home | Main Index | Thread Index | Old Index