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 5.41.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/534a29b3fe0e
branches:  trunk
changeset: 442646:534a29b3fe0e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 27 16:08:13 2020 +0000

description:
py-hypothesis: update to 5.41.3.

This patch adds a final fallback clause to our plugin logic to fail
with a warning rather than error on Python < 3.8 when neither the
importlib_metadata (preferred) or setuptools (fallback) packages are
available.

diffstat:

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

diffs (27 lines):

diff -r 8f2cd1a03525 -r 534a29b3fe0e devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Fri Nov 27 16:05:29 2020 +0000
+++ b/devel/py-hypothesis/Makefile      Fri Nov 27 16:08:13 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2020/11/09 14:21:43 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2020/11/27 16:08:13 wiz Exp $
 
-DISTNAME=      hypothesis-5.41.2
+DISTNAME=      hypothesis-5.41.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 8f2cd1a03525 -r 534a29b3fe0e devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Fri Nov 27 16:05:29 2020 +0000
+++ b/devel/py-hypothesis/distinfo      Fri Nov 27 16:08:13 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.84 2020/11/09 14:21:43 wiz Exp $
+$NetBSD: distinfo,v 1.85 2020/11/27 16:08:13 wiz Exp $
 
-SHA1 (hypothesis-5.41.2.tar.gz) = eefb0a4bef0c99d0047b8098e2dfe76c928e4e18
-RMD160 (hypothesis-5.41.2.tar.gz) = 61527f7e6922043e15e8a6027ae296eac30dd66e
-SHA512 (hypothesis-5.41.2.tar.gz) = f93bb3c228d6a38dde458cac07e7850e10968ec0e898531601a1eb2c265c82895f8151bb8e29a28803c768d63df12dc41a2f952a8adbf5f3aedde3f4c09954ad
-Size (hypothesis-5.41.2.tar.gz) = 278595 bytes
+SHA1 (hypothesis-5.41.3.tar.gz) = 7fbb5d5fbd324f5bfaf66ea97f56fed7c827f697
+RMD160 (hypothesis-5.41.3.tar.gz) = bdfd85348a4181c62fe50b49f8d75428dc3fa295
+SHA512 (hypothesis-5.41.3.tar.gz) = 463e8927d57db62a9d980a0b5bf878659fe298fd264e0a1765f954b0b7413e55f0bd52ff29e6fa5eeb0c852a80a27d945e48c3cbc803028a4127aa273b7a0fcc
+Size (hypothesis-5.41.3.tar.gz) = 278772 bytes



Home | Main Index | Thread Index | Old Index