15
0

Compare commits

5 Commits

Author SHA256 Message Date
f2fae40e54 Accepting request 1269070 from devel:languages:python
- Support both lowercased and unnormalized metadata directory names.

- Lowercase metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1269070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Chameleon?expand=0&rev=21
2025-04-14 10:59:30 +00:00
b51f3804d2 - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=56
2025-04-14 05:47:25 +00:00
885f034a79 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=55
2025-03-25 00:36:48 +00:00
7fc2995fc7 Accepting request 1234569 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1234569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Chameleon?expand=0&rev=20
2025-01-02 18:23:57 +00:00
95b40779fc - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=53
2025-01-02 14:13:55 +00:00
4 changed files with 24 additions and 6 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Chameleon
Version: 4.5.4
Version: 4.6.0
Release: 0
Summary: Fast HTML/XML Template Compiler
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
%doc README.rst
%{python_sitelib}/chameleon
%{python_sitelib}/Chameleon-%{version}.dist-info
%{python_sitelib}/[Cc]hameleon-%{version}.dist-info
%changelog