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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fd2dd2a4d78
branches:  trunk
changeset: 451943:2fd2dd2a4d78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 04 08:10:53 2021 +0000

description:
py-hypothesis: update to 6.10.1.

6.10.1 - 2021-04-26

This patch fixes a deprecation warning if you’re using recent
versions of importlib-metadata (issue #2934), which we use to load
third-party plugins such as Pydantic’s integration. On older versions
of importlib-metadata, there is no change and you don’t need to
upgrade.

diffstat:

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

diffs (29 lines):

diff -r 5eb4791b33ca -r 2fd2dd2a4d78 devel/py-hypothesis/Makefile
--- a/devel/py-hypothesis/Makefile      Tue May 04 07:49:31 2021 +0000
+++ b/devel/py-hypothesis/Makefile      Tue May 04 08:10:53 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2021/04/20 16:43:04 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2021/05/04 08:10:53 wiz Exp $
 #
 # Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html
 
-DISTNAME=      hypothesis-6.10.0
+DISTNAME=      hypothesis-6.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
diff -r 5eb4791b33ca -r 2fd2dd2a4d78 devel/py-hypothesis/distinfo
--- a/devel/py-hypothesis/distinfo      Tue May 04 07:49:31 2021 +0000
+++ b/devel/py-hypothesis/distinfo      Tue May 04 08:10:53 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.96 2021/04/20 16:43:04 wiz Exp $
+$NetBSD: distinfo,v 1.97 2021/05/04 08:10:53 wiz Exp $
 
-SHA1 (hypothesis-6.10.0.tar.gz) = f9356fd9cc719dfac8d2939f9b20dcf939a8bea0
-RMD160 (hypothesis-6.10.0.tar.gz) = f12865b2b6fb6daf4d5f13a8a835b1faf5913318
-SHA512 (hypothesis-6.10.0.tar.gz) = 1f39cfe02505a79764aba89c63c6aea2702f9036abcd1b7ded3d8065c8cc064219dfcf00e92737f7b24408be2b5dc60274f7f442bec5cad4b0ed6eec32c6446d
-Size (hypothesis-6.10.0.tar.gz) = 297203 bytes
+SHA1 (hypothesis-6.10.1.tar.gz) = 7f3dc59073f688108e07ba6237fd0a738de6dc68
+RMD160 (hypothesis-6.10.1.tar.gz) = e17954b67cdc85272248e1f9e8db17c7703cba82
+SHA512 (hypothesis-6.10.1.tar.gz) = 4686882e6c1f916b4297bbfc8156d715880a62e9d73fcca31b07874aa6f74eebec052c9251b089e6889ee833afb5fb2fe86d7271c10d23d91bb670f44799ffac
+Size (hypothesis-6.10.1.tar.gz) = 297304 bytes


Home | Main Index | Thread Index | Old Index