Upgrade to 1.1.4 to support OpenStack-W

This commit is contained in:
huangtianhua 2021-07-15 01:26:38 +00:00
parent e19885b68d
commit 64ad19dda9
3 changed files with 8 additions and 5 deletions

BIN
Mako-1.1.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-mako
Version: 1.1.3
Release: 2
Version: 1.1.4
Release: 1
Summary: Mako template library for Python
License: (MIT and Python) and (BSD or GPLv2)
License: MIT
Group: Development/Languages
URL: http://www.makotemplates.org/
Source0: https://bitbucket.org/zzzeek/mako/get/rel_%(echo %{version} | sed "s/\./_/g").tar.bz2
Source0: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-setuptools
@ -35,7 +35,7 @@ Requires: python3-mako = %{version}-%{release}
Help file of Mako library for Python in text and HTML formats.
%prep
%autosetup -n zzzeek-mako-1f87991a8c42 -p1
%autosetup -n Mako-%{version}
%build
%py3_build
@ -58,6 +58,9 @@ rm -rf doc/build
%doc doc
%changelog
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> 1.1.4-1
- Upgrade to 1.1.4 to support OpenStack-W
* Sat Mar 13 2021 shixuantong <shixuantong@huawei.com> - 1.1.3-2
- fix failure to build locally using rpmbuild

Binary file not shown.