17
0

21 Commits

Author SHA256 Message Date
b00c1b44b1 Accepting request 1314480 from devel:languages:python
- Update to 1.0.3:
  * Fix support for 3.14 (deprecated features actually being removed, so
    getattr use was incorrect).
  * Fix a sandbox escape via generators and _frame methods.
  * Supporting dictionary comprehensions
  * A custom exception rather than KeyError when names not found
  * Dropping support for old python versions
  * Various cleanups & tidying warnings, deprecation warnings etc.

OBS-URL: https://build.opensuse.org/request/show/1314480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=9
2025-10-30 16:10:03 +00:00
c3e139b831 - Update to 1.0.3:
* Fix support for 3.14 (deprecated features actually being removed, so
    getattr use was incorrect).
  * Fix a sandbox escape via generators and _frame methods.
  * Supporting dictionary comprehensions
  * A custom exception rather than KeyError when names not found
  * Dropping support for old python versions
  * Various cleanups & tidying warnings, deprecation warnings etc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=19
2025-10-30 04:12:56 +00:00
a80483644b Accepting request 1285131 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1285131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=8
2025-06-12 13:54:43 +00:00
0973580002 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=17
2025-06-12 12:04:29 +00:00
14ccdac1b9 Accepting request 1139375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1139375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=7
2024-01-17 21:16:21 +00:00
48eb62bba9 Accepting request 1139175 from Application:ERP:GNUHealth:4.4
- enable %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1139175
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=15
2024-01-17 07:19:24 +00:00
1b9ca4777b 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
2024-01-03 11:23:57 +00:00
c44b326ccc - 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
2023-12-29 09:16:30 +00:00
779ff289c5 Accepting request 957070 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/957070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=5
2022-02-23 15:26:16 +00:00
da16d956d8 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
2022-02-23 12:36:50 +00:00
b74f78034d Accepting request 783300 from devel:languages:python
py38 fix

OBS-URL: https://build.opensuse.org/request/show/783300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=4
2020-03-10 11:33:50 +00:00
Tomáš Chvátal
aaad74f5f1 - Update to 0.9.10:
* minor fixes
  * support for python 3.8

- Run fdupes
- Remove not really needed commands from build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=10
2020-03-10 10:41:46 +00:00
5c42f1e650 Accepting request 697758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/697758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=3
2019-04-30 11:03:49 +00:00
Tomáš Chvátal
da69ca0752 Accepting request 697505 from home:pgajdos
- version update to 0.9.8
  * no upstream changelog
- run the test suite
- run spec cleaner
- added sources
  https://github.com/danthedeckie/simpleeval/issues/55
  + LICENCE

OBS-URL: https://build.opensuse.org/request/show/697505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=8
2019-04-25 07:36:48 +00:00
1bab4abf02 Accepting request 494940 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/494940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=2
2017-05-16 12:46:05 +00:00
d4639f45d5 Accepting request 493188 from home:DocB:branches:devel:languages:python
changes for singlespec

OBS-URL: https://build.opensuse.org/request/show/493188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=6
2017-05-15 13:04:00 +00:00
57bd4a20ed Accepting request 405350 from devel:languages:python
Python simpleeval - required package - preparation for submission of GNU Health to Factory

OBS-URL: https://build.opensuse.org/request/show/405350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-simpleeval?expand=0&rev=1
2016-07-14 07:43:27 +00:00
Denisart Benjamin
55a11daf65 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=4 2015-04-23 09:37:47 +00:00
Denisart Benjamin
a270a0fadd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=3 2015-04-23 09:37:34 +00:00
Denisart Benjamin
e5f67f5692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=2 2015-04-23 09:37:26 +00:00
Denisart Benjamin
f014e38d98 Accepting request 298769 from Application:ERP:Tryton:3.6
OBS-URL: https://build.opensuse.org/request/show/298769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simpleeval?expand=0&rev=1
2015-04-23 09:34:56 +00:00