pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-contextlib2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 15 11:18:32 UTC 2019

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

Log Message:
py-contextlib2: updated to 0.6.0

0.6.0:
Backport `AbstractContextManager` from Python 3.6 and `nullcontext`
from Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-contextlib2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-contextlib2/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-contextlib2/Makefile
diff -u pkgsrc/devel/py-contextlib2/Makefile:1.2 pkgsrc/devel/py-contextlib2/Makefile:1.3
--- pkgsrc/devel/py-contextlib2/Makefile:1.2    Sat Mar 24 06:13:58 2018
+++ pkgsrc/devel/py-contextlib2/Makefile        Sun Dec 15 11:18:32 2019
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2018/03/24 06:13:58 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/12/15 11:18:32 adam Exp $
 
-DISTNAME=      contextlib2-0.5.5
+DISTNAME=      contextlib2-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/contextlib2/}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      http://contextlib2.readthedocs.org/
+HOMEPAGE=      https://contextlib2.readthedocs.org/
 COMMENT=       Backports and enhancements for the contextlib module
 LICENSE=       python-software-foundation
 

Index: pkgsrc/devel/py-contextlib2/distinfo
diff -u pkgsrc/devel/py-contextlib2/distinfo:1.1 pkgsrc/devel/py-contextlib2/distinfo:1.2
--- pkgsrc/devel/py-contextlib2/distinfo:1.1    Tue Sep  5 18:22:48 2017
+++ pkgsrc/devel/py-contextlib2/distinfo        Sun Dec 15 11:18:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/05 18:22:48 minskim Exp $
+$NetBSD: distinfo,v 1.2 2019/12/15 11:18:32 adam Exp $
 
-SHA1 (contextlib2-0.5.5.tar.gz) = e38ab407a51a2df2ef395b2c9fda68afc5e7ae80
-RMD160 (contextlib2-0.5.5.tar.gz) = 088c23e90ae94004822640c937a005fced5b7153
-SHA512 (contextlib2-0.5.5.tar.gz) = d5c97ff8eef7d8b14da0bfdc3515f8019bcc05e24cb922ce08ca2366d5182b029d873bbf172e9e6791297df05e24f6faf40868550063dcdb54f451b14c9e505d
-Size (contextlib2-0.5.5.tar.gz) = 28755 bytes
+SHA1 (contextlib2-0.6.0.tar.gz) = e85a2f61ce9ef2b93f299c9bb48d23ed99413f3a
+RMD160 (contextlib2-0.6.0.tar.gz) = 72f5550302b41be2c11c4e576ca8f97623dc82a5
+SHA512 (contextlib2-0.6.0.tar.gz) = 01901ac226c7fca40add00e95cedb2535a802e0114a53ae1315c6dfee20744dbafa7d9619986ad76345ad9b9aa3e364ac01d23f51b5eb70dd2febd5af1f1fc56
+Size (contextlib2-0.6.0.tar.gz) = 29607 bytes



Home | Main Index | Thread Index | Old Index