14
0
forked from pool/python-Mako

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
This commit is contained in:
2025-02-10 13:46:57 +00:00
committed by Git OBS Bridge
parent 8f412a23a6
commit 548a25b6b9
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 10 10:15:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>