From b586c6c0cb1b2067c623415b8633889ef36c98d0227358493692653db9f795d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 10:45:25 +0000 Subject: [PATCH] Accepting request 1039411 from home:yarunachalam:branches:devel:languages:python - Update to 0.9.28 * add support for Python 3.11 * add support for multiple list comprehensions * improve performance of making the initial symbol table, and Interpreter creation, including better checking for index_tricks attributes OBS-URL: https://build.opensuse.org/request/show/1039411 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=26 --- asteval-0.9.27.tar.gz | 3 --- asteval-0.9.28.tar.gz | 3 +++ python-asteval.changes | 9 +++++++++ python-asteval.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 asteval-0.9.27.tar.gz create mode 100644 asteval-0.9.28.tar.gz diff --git a/asteval-0.9.27.tar.gz b/asteval-0.9.27.tar.gz deleted file mode 100644 index a820102..0000000 --- a/asteval-0.9.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de838c33aed4c9bb25737eadbb7d1edaaf875e2bab505cc079f1a4b35de03e47 -size 41789 diff --git a/asteval-0.9.28.tar.gz b/asteval-0.9.28.tar.gz new file mode 100644 index 0000000..83a05d5 --- /dev/null +++ b/asteval-0.9.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bc7d7826bb9c33f4a5a3ef0a8a50fbd5a4695001944ff1d4e0163c413c0a91 +size 42371 diff --git a/python-asteval.changes b/python-asteval.changes index d21c8a9..7caaf75 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.9.28 + * add support for Python 3.11 + * add support for multiple list comprehensions + * improve performance of making the initial symbol table, + and Interpreter creation, including better checking for index_tricks attributes + ------------------------------------------------------------------- Tue Sep 6 20:15:58 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-asteval.spec b/python-asteval.spec index 68d1fbe..4521797 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.27 +Version: 0.9.28 Release: 0 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT