pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-simpleeval



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 31 08:44:35 UTC 2024

Modified Files:
        pkgsrc/math/py-simpleeval: Makefile PLIST distinfo

Log Message:
py-simpleeval: updated to 1.0.2

1.0.2
No functional changes - but release with the pip version removed from requirements.

1.0.1
Update the packaging / build after the 1.0.0 release.
No new features since 1.0.0

1.0.0
Fix a sandbox escape via generators and _frame methods.
Supporting dictionary comprehensions
A custom exception rather than KeyError when names not found
Dropping support for old python versions - if you need pre 3.9, then you can use an older version
Various cleanups & tidying warnings, deprecation warnings etc.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-simpleeval/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-simpleeval/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-simpleeval/distinfo

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

Modified files:

Index: pkgsrc/math/py-simpleeval/Makefile
diff -u pkgsrc/math/py-simpleeval/Makefile:1.14 pkgsrc/math/py-simpleeval/Makefile:1.15
--- pkgsrc/math/py-simpleeval/Makefile:1.14     Wed Mar  1 10:56:24 2023
+++ pkgsrc/math/py-simpleeval/Makefile  Thu Oct 31 08:44:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/03/01 10:56:24 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/10/31 08:44:35 adam Exp $
 
-DISTNAME=      simpleeval-0.9.13
+DISTNAME=      simpleeval-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/simpleeval/}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://github.com/danthedecki
 COMMENT=       Simple, safe single expression evaluator library
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-simpleeval/PLIST
diff -u pkgsrc/math/py-simpleeval/PLIST:1.1 pkgsrc/math/py-simpleeval/PLIST:1.2
--- pkgsrc/math/py-simpleeval/PLIST:1.1 Tue Aug 25 05:05:39 2015
+++ pkgsrc/math/py-simpleeval/PLIST     Thu Oct 31 08:44:35 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/25 05:05:39 richard Exp $
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/10/31 08:44:35 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
 ${PYSITELIB}/simpleeval.py
 ${PYSITELIB}/simpleeval.pyc
 ${PYSITELIB}/simpleeval.pyo

Index: pkgsrc/math/py-simpleeval/distinfo
diff -u pkgsrc/math/py-simpleeval/distinfo:1.11 pkgsrc/math/py-simpleeval/distinfo:1.12
--- pkgsrc/math/py-simpleeval/distinfo:1.11     Wed Mar  1 10:56:24 2023
+++ pkgsrc/math/py-simpleeval/distinfo  Thu Oct 31 08:44:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/03/01 10:56:24 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/10/31 08:44:35 adam Exp $
 
-BLAKE2s (simpleeval-0.9.13.tar.gz) = ff02bcb7290eaeb095790d16ed68891b1baee9851124c76ca2a5d24a3913a2e8
-SHA512 (simpleeval-0.9.13.tar.gz) = e8d518e16f68a2e5f28bc4fe056851b8e1507a147539820afb52e606a8815d5962fe9144c106e361213b4af7903e93e1d2db9a7e759b5ac488e8614de90a8ae7
-Size (simpleeval-0.9.13.tar.gz) = 24535 bytes
+BLAKE2s (simpleeval-1.0.2.tar.gz) = 3b0a7b4adc474a42e31e6d21787efd5a3ff1f7d88b188f009332dbd43c043777
+SHA512 (simpleeval-1.0.2.tar.gz) = 480ba3f4ab50c10c0dceb9a552603ba90791fd34f3ecbd737fe10eafb5c60d0f5cec9ef44b8bd8ba62bbebad9bcf89117078800716ed2e26d7e0455fe681a0e4
+Size (simpleeval-1.0.2.tar.gz) = 24378 bytes



Home | Main Index | Thread Index | Old Index