[python-mako] Update to 1.0.1 (#1185339)

Matej Cepl mcepl at fedoraproject.org
Wed Jan 28 17:28:14 UTC 2015


commit 385011289eb004a56c55d6dc0bdef5e2b9f68b06
Author: Matěj Cepl <mcepl at cepl.eu>
Date:   Wed Jan 28 18:28:05 2015 +0100

    Update to 1.0.1 (#1185339)

 .gitignore       |    1 +
 python-mako.spec |    9 +++++++--
 sources          |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f0c2874..c3339ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Mako-0.4.0.tar.gz
 /Mako-0.7.3.tar.gz
 /Mako-0.9.1.tar.gz
 /Mako-1.0.0.tar.gz
+/Mako-1.0.1.tar.gz
diff --git a/python-mako.spec b/python-mako.spec
index c305dbe..8f0c583 100644
--- a/python-mako.spec
+++ b/python-mako.spec
@@ -10,8 +10,10 @@
 %{!?python3_version: %global python3_version %(%{__python3} -c 'import sys ; sys.stdout.write("%s.%s" % sys.version_info[:2])')}
 %endif
 
+%global upname Mako
+
 Name: python-mako
-Version: 1.0.0
+Version: 1.0.1
 Release: 1%{?dist}
 Summary: Mako template library for Python
 
@@ -20,7 +22,7 @@ Group: Development/Languages
 # The documentation contains javascript for search licensed BSD or GPLv2
 License: (MIT and Python) and (BSD or GPLv2)
 URL: http://www.makotemplates.org/
-Source0: http://www.makotemplates.org/downloads/Mako-%{version}.tar.gz
+Source0: https://pypi.python.org/packages/source/M/%{upname}/%{upname}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python2-devel
@@ -159,6 +161,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jan 28 2015 Matej Cepl <mcepl at redhat.com> - 1.0.1-1
+- Update to 1.0.1 (#1185339)
+
 * Wed Jun 18 2014 Luke Macken <lmacken at redhat.com> - 1.0.0-1
 - Update to 1.0.0 (#1106453)
 - Add a BR on python-mock
diff --git a/sources b/sources
index d2d24e3..6ab9dc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae27c6512832fe528bb67f1a851921cc  Mako-1.0.0.tar.gz
+9f0aafd177b039ef67b90ea350497a54  Mako-1.0.1.tar.gz


More information about the scm-commits mailing list