diff --git a/Mako-1.1.4.tar.gz b/Mako-1.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f88a9c1f574e503c2847912c20ae90d288896553 Binary files /dev/null and b/Mako-1.1.4.tar.gz differ diff --git a/python-mako.spec b/python-mako.spec index 771c78cfe465defc262f7a605c7267e7727599bf..efbff71777c8ca3bca9e16666d1229aa27f56fb9 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 13b6f446672c65d06d96df282eb4fab22d8cfd35..0000000000000000000000000000000000000000 Binary files a/rel_1_1_3.tar.bz2 and /dev/null differ