pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-dominate



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 16 20:52:35 UTC 2021

Modified Files:
        pkgsrc/textproc/py-dominate: Makefile distinfo

Log Message:
py-dominate: updated to 2.6.0

2.6.0:
Add get_current() to return the current active element in a with context.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-dominate/Makefile \
    pkgsrc/textproc/py-dominate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-dominate/Makefile
diff -u pkgsrc/textproc/py-dominate/Makefile:1.4 pkgsrc/textproc/py-dominate/Makefile:1.5
--- pkgsrc/textproc/py-dominate/Makefile:1.4    Sun May 17 20:56:29 2020
+++ pkgsrc/textproc/py-dominate/Makefile        Tue Feb 16 20:52:35 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/05/17 20:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/16 20:52:35 adam Exp $
 
-DISTNAME=      dominate-2.5.1
+DISTNAME=      dominate-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    python textproc
+CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dominate/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,7 +15,7 @@ PYTHON_VERSIONED_DEPENDENCIES=        test:test
 USE_LANGUAGES= # none
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
Index: pkgsrc/textproc/py-dominate/distinfo
diff -u pkgsrc/textproc/py-dominate/distinfo:1.4 pkgsrc/textproc/py-dominate/distinfo:1.5
--- pkgsrc/textproc/py-dominate/distinfo:1.4    Sun May 17 20:56:29 2020
+++ pkgsrc/textproc/py-dominate/distinfo        Tue Feb 16 20:52:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/05/17 20:56:29 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/02/16 20:52:35 adam Exp $
 
-SHA1 (dominate-2.5.1.tar.gz) = cbf025c14188b416788084a7b862bb3ec1e52086
-RMD160 (dominate-2.5.1.tar.gz) = 3e13b53cc52cd6d9250eb279c4c51922b2e5c9b3
-SHA512 (dominate-2.5.1.tar.gz) = 85f25a1f2506bcb9ff9cdff699aabe7cfdd4ec690d53624b99642472299cb8b3947ce6f215ff913aa5a80e61d31b92c09f01f03c8f5b04e0d60b92098790953e
-Size (dominate-2.5.1.tar.gz) = 37524 bytes
+SHA1 (dominate-2.6.0.tar.gz) = 6a63a03d0f9acff000528bf0cf76fe9bdaeedf77
+RMD160 (dominate-2.6.0.tar.gz) = 32b5348da55ff231e149b4e64c26ab18c891f327
+SHA512 (dominate-2.6.0.tar.gz) = 1bb690d05a290753cabac045160500717eda8c7610ce88d2b88a490abaa64b2cdb07067c433fa6a27110ec6cb67d884d335663217391e61215ac8eb30003d8e6
+Size (dominate-2.6.0.tar.gz) = 35034 bytes



Home | Main Index | Thread Index | Old Index