pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-lupa



Module Name:    pkgsrc
Committed By:   alnsn
Date:           Sat Feb 25 09:28:09 UTC 2017

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

Log Message:
Update devel/py-lupa to version 1.4.

Prompted by https://repology.org.

Changes since 1.3:
   * GH#82: Lua coroutines were using the wrong runtime state (patch
     by Sergey Dobrov)
   * GH#81: copy locally provided Lua DLL into installed package on
     Windows (patch by Gareth Coles)
   * built with Cython 0.25.2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-lupa/Makefile \
    pkgsrc/devel/py-lupa/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-lupa/Makefile
diff -u pkgsrc/devel/py-lupa/Makefile:1.3 pkgsrc/devel/py-lupa/Makefile:1.4
--- pkgsrc/devel/py-lupa/Makefile:1.3   Wed Sep  7 21:56:21 2016
+++ pkgsrc/devel/py-lupa/Makefile       Sat Feb 25 09:28:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/09/07 21:56:21 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/25 09:28:09 alnsn Exp $
 
-DISTNAME=      lupa-1.3
+DISTNAME=      lupa-1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lupa/}
Index: pkgsrc/devel/py-lupa/distinfo
diff -u pkgsrc/devel/py-lupa/distinfo:1.3 pkgsrc/devel/py-lupa/distinfo:1.4
--- pkgsrc/devel/py-lupa/distinfo:1.3   Wed Sep  7 21:56:21 2016
+++ pkgsrc/devel/py-lupa/distinfo       Sat Feb 25 09:28:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/09/07 21:56:21 alnsn Exp $
+$NetBSD: distinfo,v 1.4 2017/02/25 09:28:09 alnsn Exp $
 
-SHA1 (lupa-1.3.tar.gz) = 4976ac1748a4f4fd28dea371febf9033456728d6
-RMD160 (lupa-1.3.tar.gz) = ba37a7e19cb9182c8748c7497014851c506491dc
-SHA512 (lupa-1.3.tar.gz) = b235e6ecaeff44f5387dd819508bc03933df7d98584c831b7bd9402194b7263c2174af0209e1086da9272f613f659ca49b38b07f5ac6a3643c802e2da8102c6d
-Size (lupa-1.3.tar.gz) = 206670 bytes
+SHA1 (lupa-1.4.tar.gz) = 6124b92ea98457edd046e882b32b7b978491968b
+RMD160 (lupa-1.4.tar.gz) = 70748c4ac75c1918ec478de2f5679004b4846d70
+SHA512 (lupa-1.4.tar.gz) = 768c25d03cb3bce7a71f6fa531905e5c2cec370352f8191906551a5373161a140d61fe94870fc0442f78e259d5087981969765a640b55dbd35505131794b2446
+Size (lupa-1.4.tar.gz) = 217089 bytes



Home | Main Index | Thread Index | Old Index