diff --git a/python-simpleeval.changes b/python-simpleeval.changes index 7c3c108..8cb5c86 100644 --- a/python-simpleeval.changes +++ b/python-simpleeval.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 29 09:15:41 UTC 2023 - Dirk Müller + +- update to 0.9.13: + * Better handling of empty strings passed as input. + * Fix the shift safe number issue from 0.9.12 + * More minor pylint / etc fixes / cleanups (general code + quality) + * separate `.parse` from #115 + * Allow setting up completely empty `{}` operators / functions + * Add extra bit-ops from #87 + ------------------------------------------------------------------- Wed Feb 23 10:37:47 UTC 2022 - pgajdos@suse.com diff --git a/python-simpleeval.spec b/python-simpleeval.spec index 45405e9..39f6eb7 100644 --- a/python-simpleeval.spec +++ b/python-simpleeval.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname simpleeval Name: python-%{modname} -Version: 0.9.12 +Version: 0.9.13 Release: 0 Summary: A simple, safe single expression evaluator library License: MIT diff --git a/simpleeval-0.9.12.tar.gz b/simpleeval-0.9.12.tar.gz deleted file mode 100644 index 64e5bda..0000000 --- a/simpleeval-0.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36 -size 22693 diff --git a/simpleeval-0.9.13.tar.gz b/simpleeval-0.9.13.tar.gz new file mode 100644 index 0000000..b798c4c --- /dev/null +++ b/simpleeval-0.9.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a30f9cc01825fe4c719c785e3762623e350c4840d5e6855c2a8496baaa65fac +size 24535