1
0
forked from pool/python-bottle
Sascha Peilicke 2012-03-12 20:45:42 +00:00 committed by Git OBS Bridge
parent 40c305d814
commit d2a0132b68
4 changed files with 13 additions and 9 deletions

3
bottle-0.10.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794
size 55771

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9c894069a74db70b9f8717894957e1427ea2a662517fcde0e011351da89a69c
size 45332

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 12 20:46:22 UTC 2012 - saschpe@gmx.de
- update to version 0.10.9
-------------------------------------------------------------------
Fri Sep 23 13:53:20 UTC 2011 - saschpe@suse.de

View File

@ -16,7 +16,7 @@
#
Name: python-bottle
Version: 0.9.6
Version: 0.10.9
Release: 0
Url: http://bottlepy.org/
Summary: Fast and simple WSGI-framework for small web-applications
@ -26,13 +26,11 @@ Source: http://pypi.python.org/packages/source/b/bottle/bottle-%{version
Source1: bottle-docs.pdf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
Bottle is a fast and simple micro-framework for small web-applications. 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.
@ -50,6 +48,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst bottle-docs.pdf
%{_bindir}/bottle.py
%{python_sitelib}/*
%changelog