Update to 1.1.0 (#1725969)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
0665975fac
commit
196ec709eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ Mako-0.4.0.tar.gz
|
||||
/rel_1_0_9.tar.gz
|
||||
/rel_1_0_11.tar.gz
|
||||
/rel_1_0_12.tar.gz
|
||||
/rel_1_1_0.tar.gz
|
||||
|
@ -13,8 +13,8 @@
|
||||
%global upname Mako
|
||||
|
||||
Name: python-mako
|
||||
Version: 1.0.12
|
||||
Release: 4%{?dist}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
# Mostly MIT, but _ast_util.py is Python licensed.
|
||||
@ -141,11 +141,11 @@ rm -rf doc/build
|
||||
|
||||
%check
|
||||
%if %{with python2}
|
||||
%{__python2} setup.py test
|
||||
py.test-2
|
||||
%endif #{with python2}
|
||||
|
||||
%if %{with python3}
|
||||
%{__python3} setup.py test
|
||||
py.test-3
|
||||
%endif
|
||||
|
||||
%if %{with python2}
|
||||
@ -173,6 +173,10 @@ rm -rf doc/build
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 1.1.0-1
|
||||
- Update to 1.1.0 (#1725969).
|
||||
- https://docs.makotemplates.org/en/latest/changelog.html#change-1.1.0
|
||||
|
||||
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.12-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rel_1_0_12.tar.gz) = aa4e154412d691090f842b4b50b7e4d11430dfa9a6c0a37854f1b5dd471c06d2e9082d865a75f569ac81edfd05b6db8014c797234be6fb964a9d226bc144c7fe
|
||||
SHA512 (rel_1_1_0.tar.gz) = dac9e1f7bdd36ab1350713913a5b083f0851f87f2f999615629d79134a0b1409ded372362fbee4bd122f6ca1b96be815e024de40af4aaad2431782fccdbd39ca
|
||||
|
Loading…
Reference in New Issue
Block a user