Update to 1.0.7 (#1470902)
This commit is contained in:
parent
3fd6360cac
commit
73b4040479
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ Mako-0.4.0.tar.gz
|
||||
/Mako-1.0.1.tar.gz
|
||||
/Mako-1.0.3.tar.gz
|
||||
/rel_1_0_6.tar.bz2
|
||||
/rel_1_0_7.tar.bz2
|
||||
|
@ -13,8 +13,8 @@
|
||||
%global upname Mako
|
||||
|
||||
Name: python-mako
|
||||
Version: 1.0.6
|
||||
Release: 12%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
# Mostly MIT, but _ast_util.py is Python licensed.
|
||||
@ -119,7 +119,7 @@ This package contains the mako module built for use with python3.
|
||||
%endif #{with python3}
|
||||
|
||||
%prep
|
||||
%autosetup -n zzzeek-mako-8e83c7561e3c
|
||||
%autosetup -n zzzeek-mako-e63e7787eea3
|
||||
|
||||
%build
|
||||
%{?with_python2:%py2_build}
|
||||
@ -172,6 +172,9 @@ rm -rf doc/build
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 20 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.7-1
|
||||
- Update to 1.0.7 (#1470902)
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rel_1_0_6.tar.bz2) = 01db60f51485abec6dfbc81627be61b5cc44dee2a4dd21f0844c7b7e7ed48c05983adeb6b155c935b50768c1946ab19d355aa3761985ec1aa4c078578d377dee
|
||||
SHA512 (rel_1_0_7.tar.bz2) = 977d8c98529f3c27b3a7ddae1e76a70764d7a9562da56457ed8930e9a00392812674a5ed9a355b73b529b64e43e9be90037bd4e2bdeac949a917e5b2920b97c8
|
||||
|
Loading…
Reference in New Issue
Block a user