[python-flask] upstream 0.8

Haïkel Guémar hguemar at fedoraproject.org
Thu Jan 26 04:39:02 UTC 2012


commit 13a73ae7f573eb7981f6bad11084c48b6b54accb
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Wed Jan 25 20:53:46 2012 +0100

    upstream 0.8

 .gitignore        |    1 +
 python-flask.spec |   12 ++++++++----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df729f1..020ec90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Flask-0.6.1.tar.gz
 /Flask-0.7.2.tar.gz
+/Flask-0.8.tar.gz
diff --git a/python-flask.spec b/python-flask.spec
index 3a8844f..7ca55bd 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -1,16 +1,17 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %global srcname Flask
+%global srcversion 0.8
 
 Name:           python-flask
-Version:        0.7.2
-Release:        3%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://flask.pocoo.org/
-Source0:        http://pypi.python.org/packages/source/F/Flask/%{srcname}-%{version}.tar.gz
+Source0:        http://pypi.python.org/packages/source/F/Flask/%{srcname}-%{srcversion}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -42,7 +43,7 @@ Requires:       %{name} = %{version}-%{release}
 Documentation and examples for %{name}.
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n %{srcname}-%{srcversion}
 
 %build
 %{__python} setup.py build
@@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/_build/html examples
 
 %changelog
+* Wed Jan 25 2012 Haïkel Guémar <hguemar at fedoraproject.org> - 0.8.0-1
+- upstream 0.8
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6cad86e..f45e363 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6f52d8de1f536ec982b363e4b6a0387  Flask-0.7.2.tar.gz
+a5169306cfe49b3b369086f2a63816ab  Flask-0.8.tar.gz


More information about the scm-commits mailing list