diff --git a/bottle-0.10.9.tar.gz b/bottle-0.10.9.tar.gz new file mode 100644 index 0000000..fa8e8ab --- /dev/null +++ b/bottle-0.10.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794 +size 55771 diff --git a/bottle-0.9.6.tar.gz b/bottle-0.9.6.tar.gz deleted file mode 100644 index b15c47a..0000000 --- a/bottle-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9c894069a74db70b9f8717894957e1427ea2a662517fcde0e011351da89a69c -size 45332 diff --git a/python-bottle.changes b/python-bottle.changes index 93afb17..7adc496 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -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 diff --git a/python-bottle.spec b/python-bottle.spec index 553087c..a237d3b 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -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