diff --git a/Mako-1.1.4.tar.gz b/Mako-1.1.4.tar.gz new file mode 100644 index 0000000..f88a9c1 Binary files /dev/null and b/Mako-1.1.4.tar.gz differ diff --git a/python-mako.spec b/python-mako.spec index 771c78c..efbff71 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -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 1.1.4-1 +- Upgrade to 1.1.4 to support OpenStack-W + * Sat Mar 13 2021 shixuantong - 1.1.3-2 - fix failure to build locally using rpmbuild diff --git a/rel_1_1_3.tar.bz2 b/rel_1_1_3.tar.bz2 deleted file mode 100644 index 13b6f44..0000000 Binary files a/rel_1_1_3.tar.bz2 and /dev/null differ