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:   wiz
Date:           Tue May  4 08:10:53 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/py-hypothesis/Makefile
cvs rdiff -u -r1.96 -r1.97 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.99 pkgsrc/devel/py-hypothesis/Makefile:1.100
--- pkgsrc/devel/py-hypothesis/Makefile:1.99    Tue Apr 20 16:43:04 2021
+++ pkgsrc/devel/py-hypothesis/Makefile Tue May  4 08:10:53 2021
@@ -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/}

Index: pkgsrc/devel/py-hypothesis/distinfo
diff -u pkgsrc/devel/py-hypothesis/distinfo:1.96 pkgsrc/devel/py-hypothesis/distinfo:1.97
--- pkgsrc/devel/py-hypothesis/distinfo:1.96    Tue Apr 20 16:43:04 2021
+++ pkgsrc/devel/py-hypothesis/distinfo Tue May  4 08:10:53 2021
@@ -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