forked from pool/python-Chameleon
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f2fae40e54 | |||
| b51f3804d2 | |||
| 885f034a79 | |||
| 7fc2995fc7 | |||
| 95b40779fc |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75638a41bb53becefebfa0ba0721ee9a07992447d229531c49bc52276b4d5c06
|
|
||||||
size 142385
|
|
||||||
3
Chameleon-4.6.0.tar.gz
Normal file
3
Chameleon-4.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f228d32d13562f7d976c0bcd7db56c138662676865a7d78b7d274064076f6cb4
|
||||||
|
size 143047
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 05:47:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Support both lowercased and unnormalized metadata directory names.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 25 00:36:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Lowercase metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 14:13:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.6.0:
|
||||||
|
* Improve startup time when no template is used.
|
||||||
|
* Fix ast deprecation warnings up to Python 3.13.
|
||||||
|
* Fix load_module deprecation warnings for Python >= 3.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 20 13:30:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 20 13:30:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Chameleon
|
# spec file for package python-Chameleon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Chameleon
|
Name: python-Chameleon
|
||||||
Version: 4.5.4
|
Version: 4.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast HTML/XML Template Compiler
|
Summary: Fast HTML/XML Template Compiler
|
||||||
License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1
|
License: BSD-3-Clause AND BSD-4-Clause AND Python-2.0 AND ZPL-2.1
|
||||||
@@ -65,6 +65,6 @@ version of Python (2.5 and up, including 3.x and pypy).
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/chameleon
|
%{python_sitelib}/chameleon
|
||||||
%{python_sitelib}/Chameleon-%{version}.dist-info
|
%{python_sitelib}/[Cc]hameleon-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user