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