14
0

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:
2022-02-23 12:36:50 +00:00
committed by Git OBS Bridge
parent ba71902ee9
commit 36dcf99d97
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 23 10:37:47 UTC 2022 - pgajdos@suse.com
- 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
-------------------------------------------------------------------
Tue Mar 10 10:40:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>