pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mako



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 15 12:33:26 UTC 2021

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

Log Message:
py-mako: updated to 1.1.4

1.1.4:
Fixed Python deprecation issues related to module importing, as well as file access within the Lingua plugin, for deprecated APIs that began to emit warnings under Python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-mako/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-mako/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-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.21 pkgsrc/devel/py-mako/Makefile:1.22
--- pkgsrc/devel/py-mako/Makefile:1.21  Sun Oct  4 17:30:51 2020
+++ pkgsrc/devel/py-mako/Makefile       Fri Jan 15 12:33:26 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/10/04 17:30:51 js Exp $
+# $NetBSD: Makefile,v 1.22 2021/01/15 12:33:26 adam Exp $
 
-DISTNAME=      Mako-1.1.3
+DISTNAME=      Mako-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://www.makotemplates.org/
 COMMENT=       Hyperfast and lightweight templating for the Python platform
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-mako/distinfo
diff -u pkgsrc/devel/py-mako/distinfo:1.16 pkgsrc/devel/py-mako/distinfo:1.17
--- pkgsrc/devel/py-mako/distinfo:1.16  Wed Jun  3 17:01:05 2020
+++ pkgsrc/devel/py-mako/distinfo       Fri Jan 15 12:33:26 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/06/03 17:01:05 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/01/15 12:33:26 adam Exp $
 
-SHA1 (Mako-1.1.3.tar.gz) = 098f90baefe938434e426b8682cdfb89fa223eba
-RMD160 (Mako-1.1.3.tar.gz) = 69b6d7462a127223c9ad60bcec03423ce348ced5
-SHA512 (Mako-1.1.3.tar.gz) = a9b94fa34a61e7794b6e4549fa0bada6ff84dfb0d9edb8d5c7f9b95d12184fa4499f42303cfee720b576a9f7e986a57d91ad3aeb26c9f93154dbc08fb2975952
-Size (Mako-1.1.3.tar.gz) = 477440 bytes
+SHA1 (Mako-1.1.4.tar.gz) = a1e7615b766686a06fd9f4d80328454884e4f625
+RMD160 (Mako-1.1.4.tar.gz) = 853c70e4e909b158f96058b3d3d20ef170216c77
+SHA512 (Mako-1.1.4.tar.gz) = 4844c1d6c8d0d474b4ca4e1b31d3557747fc7e30f70a1976163a26b46b1b45c4c96ca6101fbef252b4e3bb4a61635d2a2c6d1c2933fde5b82bb1a1306f31ff84
+Size (Mako-1.1.4.tar.gz) = 479823 bytes



Home | Main Index | Thread Index | Old Index