Accepting request 1317640 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1317640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asteval?expand=0&rev=22
This commit is contained in:
2025-11-14 15:13:53 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 13 14:25:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.0.7
* return in while, for, and with blocks in functions properly signal
an immediate exit of the function. (fixes #141)
* fix augassign to retain line numbers for exceptions properly. (#140)
* make sure that "unsafe_modules" should not be accessed even if imported
and exposed by other modules
* cleanup unused nodes
* tweaks and fixes to docs
* drop testing with Python 3.9
* add testing for Python 3.14
* update pyproject.toml from the endless churn from PyPA, to move the
location and formatting for the LICENSE, to continue compliance with
the endless churn from PyPA.
-------------------------------------------------------------------
Mon Jan 27 12:42:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-asteval
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Safe, minimalistic evaluator of python expression using ast module
License: MIT