From 36dcf99d974c456adbeabfcf5a32fa907b59910e51efd97ad009625146317a8f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Feb 2022 12:36:50 +0000 Subject: [PATCH] Accepting request 957004 from home:pgajdos:python - version update to 0.9.12 * Remove Cyclic references (memory leak) * Add left & right shift operations (<< and >>) * Switch to GH actions & CodeCov.io for CI tests * Add extra contributors details * Reformat w/ Black + isort, and have linting of those in CI OBS-URL: https://build.opensuse.org/request/show/957004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=12 --- python-simpleeval.changes | 10 ++++++++++ python-simpleeval.spec | 6 +++--- simpleeval-0.9.10.tar.gz | 3 --- simpleeval-0.9.12.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 simpleeval-0.9.10.tar.gz create mode 100644 simpleeval-0.9.12.tar.gz diff --git a/python-simpleeval.changes b/python-simpleeval.changes index 13d4ea8..7c3c108 100644 --- a/python-simpleeval.changes +++ b/python-simpleeval.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 23 10:37:47 UTC 2022 - pgajdos@suse.com + +- version update to 0.9.12 + * Remove Cyclic references (memory leak) + * Add left & right shift operations (<< and >>) + * Switch to GH actions & CodeCov.io for CI tests + * Add extra contributors details + * Reformat w/ Black + isort, and have linting of those in CI + ------------------------------------------------------------------- Tue Mar 10 10:40:40 UTC 2020 - Tomáš Chvátal diff --git a/python-simpleeval.spec b/python-simpleeval.spec index c90ba02..45405e9 100644 --- a/python-simpleeval.spec +++ b/python-simpleeval.spec @@ -1,7 +1,7 @@ # -# spec file for package python-simpleeval +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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.10 +Version: 0.9.12 Release: 0 Summary: A simple, safe single expression evaluator library License: MIT diff --git a/simpleeval-0.9.10.tar.gz b/simpleeval-0.9.10.tar.gz deleted file mode 100644 index 4679975..0000000 --- a/simpleeval-0.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:692055488c2864637f6c2edb5fa48175978a2a07318009e7cf03c9790ca17bea -size 26687 diff --git a/simpleeval-0.9.12.tar.gz b/simpleeval-0.9.12.tar.gz new file mode 100644 index 0000000..64e5bda --- /dev/null +++ b/simpleeval-0.9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36 +size 22693