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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d712e97c1395859be13d2b45788c9186cd97f1c04dac510399130f328643367
size 154603

3
empy-4.2.tar.gz Normal file
View File

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

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>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-empy
Version: 4.1
Version: 4.2
Release: 0
Summary: A templating system for Python
License: BSD-3-Clause