From 3778f163997f56b2fc825d191a52427888203836714bce8e90306095cce5212f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jul 2024 20:14:36 +0000 Subject: [PATCH] - update to 1.0.0: * fix (again) nested list comprehension (Issues #127 and #126). * add more testing of multiple list comprehensions. * more complete support for Numpy 2, and removal of many Numpy symbols that have been long deprecated. * remove AST nodes deprecated in Python 3.8. * clean up build files and outdated tests. * fixes to codecov configuration. * update docs. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=36 --- asteval-0.9.33.tar.gz | 3 --- asteval-1.0.0.tar.gz | 3 +++ python-asteval.changes | 13 +++++++++++++ python-asteval.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 asteval-0.9.33.tar.gz create mode 100644 asteval-1.0.0.tar.gz diff --git a/asteval-0.9.33.tar.gz b/asteval-0.9.33.tar.gz deleted file mode 100644 index 0a3a4b1..0000000 --- a/asteval-0.9.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94981701f4d252c88aa5e821121b1aabef73a003da138fc6405169c9e675d24d -size 57211 diff --git a/asteval-1.0.0.tar.gz b/asteval-1.0.0.tar.gz new file mode 100644 index 0000000..78f7dcb --- /dev/null +++ b/asteval-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03abb8c4057123e52c9052ff5745ffa0c7022aa73383e6143f2357098a1698d5 +size 49426 diff --git a/python-asteval.changes b/python-asteval.changes index 3221fe5..a6c4f62 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 2 20:14:13 UTC 2024 - Dirk Müller + +- update to 1.0.0: + * fix (again) nested list comprehension (Issues #127 and #126). + * add more testing of multiple list comprehensions. + * more complete support for Numpy 2, and removal of many Numpy + symbols that have been long deprecated. + * remove AST nodes deprecated in Python 3.8. + * clean up build files and outdated tests. + * fixes to codecov configuration. + * update docs. + ------------------------------------------------------------------- Wed Jun 12 09:58:28 UTC 2024 - Dirk Müller diff --git a/python-asteval.spec b/python-asteval.spec index 81dc265..042be19 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-asteval -Version: 0.9.33 +Version: 1.0.0 Release: 0 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT