mirror of
https://github.com/openwrt/packages.git
synced 2026-06-13 17:11:32 +08:00
python-mako: bump to 1.3.5
Changelog since 1.3.0: - Fix escaped percent signs (%%) not rendering correctly when not at line beginnings (1.3.1/1.3.2) - Add 'pass' statements to empty control blocks to prevent errors (1.3.3) - Fix strict_undefined mode conflicts with comprehensions inside function definitions (1.3.3) - Revert dictionary literal parsing changes that caused bracketed expression regressions (1.3.5) Full changelog: https://docs.makotemplates.org/en/latest/changelog.html Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
56453de58c
commit
c65017be6a
@@ -6,11 +6,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-mako
|
||||
PKG_VERSION:=1.3.0
|
||||
PKG_VERSION:=1.3.5
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=Mako
|
||||
PKG_HASH:=e3a9d388fd00e87043edbe8792f45880ac0114e9c4adc69f6e9bfb2c55e3b11b
|
||||
PKG_HASH:=48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
Reference in New Issue
Block a user