14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=13
This commit is contained in:
2023-12-29 09:16:30 +00:00
committed by Git OBS Bridge
parent 36dcf99d97
commit 61ebabe8e8
4 changed files with 17 additions and 5 deletions

View File

@@ -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