Name: | python3-mako |
---|---|
Version: | 1.1.4 |
Release: | 5.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 546416 |
License: | (MIT and Python) and (BSD or GPLv2) |
RPM: | python3-mako-1.1.4-5.el9.noarch.rpm |
Source RPM: | python-mako-1.1.4-5.el9.src.rpm |
Build Date: | Mon Jan 10 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://www.makotemplates.org/ |
Summary: | Mako template library for Python |
Description: | Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. This package contains the mako module built for use with python3. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Remove unnecessary python3-mock BuildRequires
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Update to version 1.1.4 - Avoids test warnings on Python 3.10 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1907474
- Update to 1.1.3 (#1808872)
- Rebuilt for Python 3.9
- Update to 1.1.1 (#1787962) (#1793184)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Fix FTBFS with pytest-5 by dropping a BR on python-nose (mako does not use nose).