15
0

Accepting request 1039411 from home:yarunachalam:branches:devel:languages:python

- Update to 0.9.28 
  * add support for Python 3.11
  * add support for multiple list comprehensions
  * improve performance of making the initial symbol table,
    and Interpreter creation, including better checking for index_tricks attributes

OBS-URL: https://build.opensuse.org/request/show/1039411
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asteval?expand=0&rev=26
This commit is contained in:
2022-12-02 10:45:25 +00:00
committed by Git OBS Bridge
parent 4d56a0c503
commit b586c6c0cb
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de838c33aed4c9bb25737eadbb7d1edaaf875e2bab505cc079f1a4b35de03e47
size 41789

3
asteval-0.9.28.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91bc7d7826bb9c33f4a5a3ef0a8a50fbd5a4695001944ff1d4e0163c413c0a91
size 42371

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 1 22:16:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 0.9.28
* add support for Python 3.11
* add support for multiple list comprehensions
* improve performance of making the initial symbol table,
and Interpreter creation, including better checking for index_tricks attributes
-------------------------------------------------------------------
Tue Sep 6 20:15:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-asteval
Version: 0.9.27
Version: 0.9.28
Release: 0
Summary: Safe, minimalistic evaluator of python expression using ast module
License: MIT