[python-flask/el6] Version 0.8 for EL6 branch.

Daniel M. Young dyoung at fedoraproject.org
Mon Jun 4 01:45:53 UTC 2012


commit e8bf22fcda96626a3cd36e7ff44d3c8aba838e01
Author: Dan Young <dyoung at mesd.k12.or.us>
Date:   Sun Jun 3 18:42:37 2012 -0700

    Version 0.8 for EL6 branch.
    
    Doesn't current build due to failing tests in %check. This appears to
    be due to python-sphinx (used to build the docs) pulling Jinja 2.2
    into the build root, with the tests seeing that version instead of the
    newer version in the BuildRequires.

 .gitignore        |    1 +
 python-flask.spec |   26 +++++++++++++++++++++-----
 sources           |    2 +-
 3 files changed, 23 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e52e2d4..891e818 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Flask-0.6.1.tar.gz
+/Flask-0.8.tar.gz
diff --git a/python-flask.spec b/python-flask.spec
index 6675ae0..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.6.1
-Release:        2%{?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
@@ -59,6 +60,7 @@ make -C docs html
 
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/site.py[co]
+rm -rf $RPM_BUILD_ROOT%{python_sitelib}/easy-install.pth
 rm -rf docs/_build/html/.buildinfo
 rm -rf examples/minitwit/*.pyc
 rm -rf examples/flaskr/*.pyc
@@ -73,13 +75,27 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE PKG-INFO CHANGES README
-%{python_sitelib}/*
+%{python_sitelib}/*.egg-info
+%{python_sitelib}/*.egg-link
+%{python_sitelib}/flask
 
 %files doc
 %defattr(-,root,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
+
+* Wed Nov 16 2011 Dan Young <dyoung at mesd.k12.or.us> - 0.7.2-2
+- don't own easy-install.pth
+
+* Fri Jul 22 2011 Steve Milner <smilner at fedoraproject.org> - 0.7.2-1
+- update for upstream release
+
 * Thu Feb 24 2011 Dan Young <dyoung at mesd.k12.or.us> - 0.6.1-2
 - fix rpmlint spelling warning
 - BR python2-devel rather than python-devel
diff --git a/sources b/sources
index 706557b..f45e363 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7af56e33fb6a35db2818c20e604c8698  Flask-0.6.1.tar.gz
+a5169306cfe49b3b369086f2a63816ab  Flask-0.8.tar.gz


More information about the scm-commits mailing list