forked from pool/python-simpleeval
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user