forked from pool/python-Chameleon
Accepting request 1169357 from devel:languages:python
- update to 4.5.4:
* Fix an issue where $-sign interpolation escaping would not
work correctly when more than two such symbols appeared next
to each other.
* Minor optimization when rendering translations with a static
message id (don't need to test if it's non-empty).
* Fix a bug where a macro could not be used correctly to render
a translation name.
OBS-URL: https://build.opensuse.org/request/show/1169357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Chameleon?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd9f57c5d25426181fefa67213ea456f3fc4209b1227e08d2099affd1ddb026
|
||||
size 141437
|
||||
3
Chameleon-4.5.4.tar.gz
Normal file
3
Chameleon-4.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75638a41bb53becefebfa0ba0721ee9a07992447d229531c49bc52276b4d5c06
|
||||
size 142385
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 13:30:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.5.4:
|
||||
* Fix an issue where $-sign interpolation escaping would not
|
||||
work correctly when more than two such symbols appeared next
|
||||
to each other.
|
||||
* Minor optimization when rendering translations with a static
|
||||
message id (don't need to test if it's non-empty).
|
||||
* Fix a bug where a macro could not be used correctly to render
|
||||
a translation name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 06:52:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Chameleon
|
||||
Version: 4.5.2
|
||||
Version: 4.5.4
|
||||
Release: 0
|
||||
Summary: Fast HTML/XML Template Compiler
|
||||
License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1
|
||||
|
||||
Reference in New Issue
Block a user