parent
73b4040479
commit
2c575d675d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ Mako-0.4.0.tar.gz
|
||||
/Mako-1.0.3.tar.gz
|
||||
/rel_1_0_6.tar.bz2
|
||||
/rel_1_0_7.tar.bz2
|
||||
/rel_1_0_8.tar.gz
|
||||
|
@ -13,7 +13,7 @@
|
||||
%global upname Mako
|
||||
|
||||
Name: python-mako
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -22,7 +22,7 @@ BuildArch: noarch
|
||||
License: (MIT and Python) and (BSD or GPLv2)
|
||||
Summary: Mako template library for Python
|
||||
URL: http://www.makotemplates.org/
|
||||
Source0: https://bitbucket.org/zzzeek/mako/get/rel_%(echo %{version} | sed "s/\./_/g").tar.bz2
|
||||
Source0: https://github.com/sqlalchemy/mako/archive/rel_%(echo %{version} | sed "s/\./_/g").tar.gz
|
||||
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-devel
|
||||
@ -119,7 +119,8 @@ This package contains the mako module built for use with python3.
|
||||
%endif #{with python3}
|
||||
|
||||
%prep
|
||||
%autosetup -n zzzeek-mako-e63e7787eea3
|
||||
%autosetup -n mako-rel_%(echo %{version} | sed "s/\./_/g")
|
||||
|
||||
|
||||
%build
|
||||
%{?with_python2:%py2_build}
|
||||
@ -172,6 +173,9 @@ rm -rf doc/build
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.8-1
|
||||
- Update to 1.0.8 (#1470902, #1690902)
|
||||
|
||||
* Wed Mar 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.7-1
|
||||
- Update to 1.0.7 (#1470902)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rel_1_0_7.tar.bz2) = 977d8c98529f3c27b3a7ddae1e76a70764d7a9562da56457ed8930e9a00392812674a5ed9a355b73b529b64e43e9be90037bd4e2bdeac949a917e5b2920b97c8
|
||||
SHA512 (rel_1_0_8.tar.gz) = 5567b74480bdb88bdc7de3081db9e93e8761dceeb5b70a78224b71dd98d361238f4056576d32271f17ab8048572ffa711f42229294deb810a464778619f0ca84
|
||||
|
Loading…
Reference in New Issue
Block a user