15
0
forked from pool/python-empy

- update to 4.2:

* Add module support; add support for disabling output and switch
    markup; add support for reconfiguring stdin/stdout; support
    repeated curly braces with functional expression; add
    backward-compatible `Case` abstraction for match markup; add
    more preprocessing and postprocessing commands via command
    line options.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-empy?expand=0&rev=9
This commit is contained in:
2024-09-29 19:59:39 +00:00
committed by Git OBS Bridge
parent 05d11d6371
commit a7f89bf128
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 29 19:57:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.2:
* Add module support; add support for disabling output and switch
markup; add support for reconfiguring stdin/stdout; support
repeated curly braces with functional expression; add
backward-compatible `Case` abstraction for match markup; add
more preprocessing and postprocessing commands via command
line options.
-------------------------------------------------------------------
Sat Apr 6 18:53:37 UTC 2024 - Dirk Müller <dmueller@suse.com>