[python-bottle] Update to 0.10.7

Ian Weller ianweller at fedoraproject.org
Thu Feb 2 05:20:00 UTC 2012


commit 17282e927653e5e7f502ef441f44fceb8bb656b8
Author: Ian Weller <ian at ianweller.org>
Date:   Wed Feb 1 23:19:33 2012 -0600

    Update to 0.10.7

 .gitignore         |    1 +
 python-bottle.spec |   14 +++++++++-----
 sources            |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0598b0..a51f9c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bottle-0.9.5.tar.gz
+/bottle-0.10.7.tar.gz
diff --git a/python-bottle.spec b/python-bottle.spec
index e91f931..b2ac30c 100644
--- a/python-bottle.spec
+++ b/python-bottle.spec
@@ -1,7 +1,7 @@
 %global srcname bottle
 Name:           python-%{srcname}
-Version:        0.9.5
-Release:        2%{?dist}
+Version:        0.10.7
+Release:        1%{?dist}
 Summary:        Fast and simple WSGI-framework for small web-applications
 
 Group:          Development/Languages
@@ -15,26 +15,30 @@ BuildRequires:  python-setuptools
 
 %description
 Bottle is a fast and simple micro-framework for small web-applications. 
-It offers request dispatching (Routes) with url parameter support, Templates, 
+It offers request dispatching (Routes) with URL parameter support, Templates, 
 a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and 
 template engines. All in a single file and with no dependencies other than the 
 Python Standard Library.
 
 %prep
 %setup -q -n %{srcname}-%{version}
+sed -i '/^#!/d' bottle.py
 
 %build
 %{__python} setup.py build
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
+rm %{buildroot}%{_bindir}/bottle.py
 
 %files
 %doc README.rst LICENSE.txt PKG-INFO
-%{python_sitelib}/%{srcname}.py*
-%{python_sitelib}/%{srcname}*.egg-info
+%{python_sitelib}/*
 
 %changelog
+* Wed Feb 01 2012 Ian Weller <iweller at redhat.com> - 0.10.7-1
+- Update to 0.10.7 (required by python-mwlib)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b0015db..0c53344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d87cb9aa846003163aeda29226ae1e9c  bottle-0.9.5.tar.gz
+37894c167ca8eb20251827ebdd8a4e6d  bottle-0.10.7.tar.gz


More information about the scm-commits mailing list