From c74f60ee20bb49c59844c7606dfdcc5d5d215183cccdf1138d3754960edf70f2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Mar 2024 19:39:45 +0000 Subject: [PATCH] - update to 0.9.32: * add deprecations message for numpy functions to be removed in numpy 2.0 * comparison operations use try/except for short-circuiting instead of checking for numpy arrays (addressing #123) * add Python 3.12 to testing * move repository from "newville" to "lmfit" organization * update doc theme, GitHub locations pointed to by docs, other doc tweaks. - Update to 0.9.28 - update to 0.9.27: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=32 --- asteval-0.9.31.tar.gz | 3 --- asteval-0.9.32.tar.gz | 3 +++ python-asteval.changes | 17 +++++++++++++++-- python-asteval.spec | 6 +++--- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 asteval-0.9.31.tar.gz create mode 100644 asteval-0.9.32.tar.gz diff --git a/asteval-0.9.31.tar.gz b/asteval-0.9.31.tar.gz deleted file mode 100644 index 8abbcff..0000000 --- a/asteval-0.9.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2da066b6696dba9835c5f7dec63e0ffb5bd2b4e3bb5f0b9a604aeafb17d833d -size 57410 diff --git a/asteval-0.9.32.tar.gz b/asteval-0.9.32.tar.gz new file mode 100644 index 0000000..8b8d318 --- /dev/null +++ b/asteval-0.9.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bef25a973d378fda21c83a38c6292c4d0d94773f49f42073e69dbb19932bb74 +size 57215 diff --git a/python-asteval.changes b/python-asteval.changes index 15ee1bc..9e27ba5 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 22 19:39:07 UTC 2024 - Dirk Müller + +- update to 0.9.32: + * add deprecations message for numpy functions to be removed in + numpy 2.0 + * comparison operations use try/except for short-circuiting + instead of checking for numpy arrays (addressing #123) + * add Python 3.12 to testing + * move repository from "newville" to "lmfit" organization + * update doc theme, GitHub locations pointed to by docs, other + doc tweaks. + ------------------------------------------------------------------- Tue Jul 18 18:09:28 UTC 2023 - Antonio Teixeira @@ -26,7 +39,7 @@ Thu Feb 16 21:08:13 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam -- Update to 0.9.28 +- 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, @@ -35,7 +48,7 @@ Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Tue Sep 6 20:15:58 UTC 2022 - Yogalakshmi Arunachalam -- update to 0.9.27: +- update to 0.9.27: * more cleanups ------------------------------------------------------------------- diff --git a/python-asteval.spec b/python-asteval.spec index d4408c0..ff1263f 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,7 +1,7 @@ # # spec file for package python-asteval # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-asteval -Version: 0.9.31 +Version: 0.9.32 Release: 0 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT Group: Development/Languages/Python -URL: https://github.com/newville/asteval +URL: https://github.com/lmfit/asteval Source: https://files.pythonhosted.org/packages/source/a/asteval/asteval-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools}