From a9ba4511317ecb3b70b3a75c6fa13f5fbb318fd4061c33bc41dbc9fce89aadac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Feb 2023 21:08:19 +0000 Subject: [PATCH] - update to 0.9.29: * bug fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=28 --- asteval-0.9.28.tar.gz | 3 --- asteval-0.9.29.tar.gz | 3 +++ python-asteval.changes | 6 ++++++ python-asteval.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 asteval-0.9.28.tar.gz create mode 100644 asteval-0.9.29.tar.gz diff --git a/asteval-0.9.28.tar.gz b/asteval-0.9.28.tar.gz deleted file mode 100644 index 83a05d5..0000000 --- a/asteval-0.9.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91bc7d7826bb9c33f4a5a3ef0a8a50fbd5a4695001944ff1d4e0163c413c0a91 -size 42371 diff --git a/asteval-0.9.29.tar.gz b/asteval-0.9.29.tar.gz new file mode 100644 index 0000000..e163546 --- /dev/null +++ b/asteval-0.9.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab98c61ba9394149c774ae7861497e9c32580301aa693ca19746997216c31fab +size 42424 diff --git a/python-asteval.changes b/python-asteval.changes index 7caaf75..3cf5d3b 100644 --- a/python-asteval.changes +++ b/python-asteval.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 21:08:13 UTC 2023 - Dirk Müller + +- update to 0.9.29: + * bug fixes + ------------------------------------------------------------------- Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-asteval.spec b/python-asteval.spec index 4521797..2bad27f 100644 --- a/python-asteval.spec +++ b/python-asteval.spec @@ -1,7 +1,7 @@ # # spec file for package python-asteval # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-asteval -Version: 0.9.28 +Version: 0.9.29 Release: 0 Summary: Safe, minimalistic evaluator of python expression using ast module License: MIT