From 548a25b6b98a93bb5dbab1cb717ada88aa2e7f91c954a1e06cd4af26cecf177a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Feb 2025 13:46:57 +0000 Subject: [PATCH] Accepting request 1244709 from home:glaubitz:branches:devel:languages:python - Update to 1.3.9 * [bug] [tests] Fixed test suite to not rely upon ancient "future division" statement to test the Template.future_imports feature. The test is replaced with one that tests only the rendering, not the ultimate effect. OBS-URL: https://build.opensuse.org/request/show/1244709 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=115 --- mako-1.3.8.tar.gz | 3 --- mako-1.3.9.tar.gz | 3 +++ python-Mako.changes | 8 ++++++++ python-Mako.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 mako-1.3.8.tar.gz create mode 100644 mako-1.3.9.tar.gz diff --git a/mako-1.3.8.tar.gz b/mako-1.3.8.tar.gz deleted file mode 100644 index fe01a8e..0000000 --- a/mako-1.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8 -size 392069 diff --git a/mako-1.3.9.tar.gz b/mako-1.3.9.tar.gz new file mode 100644 index 0000000..af417f4 --- /dev/null +++ b/mako-1.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac +size 392195 diff --git a/python-Mako.changes b/python-Mako.changes index be0cd5e..b274482 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 10 10:15:18 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.3.9 + * [bug] [tests] Fixed test suite to not rely upon ancient "future division" + statement to test the Template.future_imports feature. The test is + replaced with one that tests only the rendering, not the ultimate effect. + ------------------------------------------------------------------- Wed Dec 11 08:28:32 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Mako.spec b/python-Mako.spec index a60e7b3..05fe208 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# 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 @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-Mako -Version: 1.3.8 +Version: 1.3.9 Release: 0 Summary: A Python templating language License: MIT