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 Name: python-mako
Version: 1.1.3 Version: 1.1.4
Release: 2 Release: 1
Summary: Mako template library for Python Summary: Mako template library for Python
License: (MIT and Python) and (BSD or GPLv2) License: MIT
Group: Development/Languages Group: Development/Languages
URL: http://www.makotemplates.org/ 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 BuildArch: noarch
BuildRequires: python3-devel python3-pytest python3-setuptools 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. Help file of Mako library for Python in text and HTML formats.
%prep %prep
%autosetup -n zzzeek-mako-1f87991a8c42 -p1 %autosetup -n Mako-%{version}
%build %build
%py3_build %py3_build
@ -58,6 +58,9 @@ rm -rf doc/build
%doc doc %doc doc
%changelog %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 * Sat Mar 13 2021 shixuantong <shixuantong@huawei.com> - 1.1.3-2
- fix failure to build locally using rpmbuild - fix failure to build locally using rpmbuild

Binary file not shown.