pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-simpleeval py-simpleeval: updated to 0.9.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/728e8333595d
branches: trunk
changeset: 372330:728e8333595d
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jan 23 19:13:16 2022 +0000
description:
py-simpleeval: updated to 0.9.12
0.9.12
KInd of hoping this is the last 0.9 release, and I find time to stablize as 1.0, and start the 2.0 work some time soon...
Changelog:
Remove Cyclic references (memory leak)
Add left & right shift operations (<< and >>)
Switch to GH actions & CodeCov.io for CI tests
Add extra contributors details
Reformat w/ Black + isort, and have linting of those in CI
diffstat:
math/py-simpleeval/Makefile | 7 ++-----
math/py-simpleeval/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 9 deletions(-)
diffs (35 lines):
diff -r 6ce8259b5a7f -r 728e8333595d math/py-simpleeval/Makefile
--- a/math/py-simpleeval/Makefile Sun Jan 23 19:11:07 2022 +0000
+++ b/math/py-simpleeval/Makefile Sun Jan 23 19:13:16 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/01/23 19:13:16 adam Exp $
-DISTNAME= simpleeval-0.9.11
+DISTNAME= simpleeval-0.9.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simpleeval/}
@@ -13,7 +12,5 @@
USE_LANGUAGES= # none
-PYSETUP= -c 'from setuptools import setup; setup()'
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6ce8259b5a7f -r 728e8333595d math/py-simpleeval/distinfo
--- a/math/py-simpleeval/distinfo Sun Jan 23 19:11:07 2022 +0000
+++ b/math/py-simpleeval/distinfo Sun Jan 23 19:13:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/11/23 09:01:47 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/01/23 19:13:16 adam Exp $
-BLAKE2s (simpleeval-0.9.11.tar.gz) = 2dbefb39cd09dd90c2f0c40d482ca8554a27a185955e92b94902b409a783e9e4
-SHA512 (simpleeval-0.9.11.tar.gz) = cfa3f965eb3749a8bdfae93760bdeebcf3b7621ed1aa64b5f267cd8405dbfcd00a1613b6018e49bcf274d18914cec27ecc029f779035b1e8030d0e502f225307
-Size (simpleeval-0.9.11.tar.gz) = 21996 bytes
+BLAKE2s (simpleeval-0.9.12.tar.gz) = f9f2630cfdd6b79767fb2c81547a69112b1278c7b0d33f5093aa5ff6aaf93802
+SHA512 (simpleeval-0.9.12.tar.gz) = 9b00bfd13a7c7bd05c1c68c43dcd2b52abe0ea648d640780a05499c95ff96bb4366add1d92086ec7e840075fcbff692e133ddbf4c2b8497dd80e115c24367641
+Size (simpleeval-0.9.12.tar.gz) = 22693 bytes
Home |
Main Index |
Thread Index |
Old Index