Update to 0.3.6
This commit is contained in:
parent
cc6a224b8e
commit
738c1c5f08
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
Mako-0.3.4.tar.gz
|
Mako-0.3.4.tar.gz
|
||||||
Mako-0.3.5.tar.gz
|
Mako-0.3.5.tar.gz
|
||||||
|
Mako-0.3.6.tar.gz
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: mako-0.3.4/setup.py
|
|
||||||
===================================================================
|
|
||||||
--- mako-0.3.4.orig/setup.py
|
|
||||||
+++ mako-0.3.4/setup.py
|
|
||||||
@@ -64,4 +64,5 @@ ties to Python calling and scoping seman
|
|
||||||
[babel.extractors]
|
|
||||||
mako = mako.ext.babelplugin:extract
|
|
||||||
""",
|
|
||||||
+ **extra
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-mako
|
Name: python-mako
|
||||||
Version: 0.3.5
|
Version: 0.3.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mako template library for Python
|
Summary: Mako template library for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -14,9 +14,6 @@ Group: Development/Languages
|
|||||||
License: MIT and Python
|
License: MIT and Python
|
||||||
URL: http://www.makotemplates.org/
|
URL: http://www.makotemplates.org/
|
||||||
Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
|
Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
|
||||||
# From Debian and submitted upstream by them here:
|
|
||||||
# http://www.makotemplates.org/trac/ticket/148
|
|
||||||
Patch0: mako-make-sure-2to3-is-used.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-setuptools-devel python-nose python-markupsafe
|
BuildRequires: python-setuptools-devel python-nose python-markupsafe
|
||||||
@ -59,8 +56,6 @@ calling and scoping semantics.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Mako-%{version}
|
%setup -q -n Mako-%{version}
|
||||||
|
|
||||||
%patch0 -p1 -b .2to3
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
@ -115,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 02 2011 Luke Macken <lmacken@redhat.com> - 0.3.6-1
|
||||||
|
- Update to 0.3.6
|
||||||
|
- Remove 2to3 patch
|
||||||
|
|
||||||
* Wed Oct 27 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.3.5-2
|
* Wed Oct 27 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.3.5-2
|
||||||
- Use a patch from Debian submitted upstream to convert to python3 syntax
|
- Use a patch from Debian submitted upstream to convert to python3 syntax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user