forked from pool/python-simpleeval
Accepting request 1135607 from devel:languages:python
- 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/request/show/1135607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 29 09:15:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Wed Feb 23 10:37:47 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2015 Dr. Axel Braun
|
# Copyright (c) 2015 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define modname simpleeval
|
%define modname simpleeval
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.9.12
|
Version: 0.9.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple, safe single expression evaluator library
|
Summary: A simple, safe single expression evaluator library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e0be507486d4e21cf9d08847c7e57dd61a1603950399985f7c5a0be7fd33e36
|
|
||||||
size 22693
|
|
3
simpleeval-0.9.13.tar.gz
Normal file
3
simpleeval-0.9.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a30f9cc01825fe4c719c785e3762623e350c4840d5e6855c2a8496baaa65fac
|
||||||
|
size 24535
|
Reference in New Issue
Block a user