14
0

Accepting request 201006 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/201006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=11
This commit is contained in:
Sascha Peilicke
2013-09-27 07:09:04 +00:00
committed by Git OBS Bridge
parent 25713761b0
commit 785be0b75e
4 changed files with 16 additions and 16 deletions

View File

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

3
CherryPy-3.2.4.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 26 22:47:54 UTC 2013 - p.drouand@gmail.com
- Update to version 3.2.4
+ No changelog available
- Remove redundant %clean section
-------------------------------------------------------------------
Wed May 23 04:54:27 UTC 2012 - highwaystar.ru@gmail.com

View File

@@ -17,26 +17,22 @@
Name: python-CherryPy
Version: 3.2.2
Version: 3.2.4
Release: 0
Url: http://www.cherrypy.org
Summary: Object-Oriented HTTP framework
License: BSD-3-Clause
Group: Development/Languages/Python
Source: CherryPy-%{version}.tar.bz2
Source: https://pypi.python.org/packages/source/C/CherryPy/CherryPy-%{version}.tar.gz
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()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Provides: python-cherrypy = %{version}
#TODO Change <= back to < after version update
Obsoletes: python-cherrypy <= %{version}
Obsoletes: python-cherrypy < %{version}
%description
CherryPy is a pythonic, object-oriented HTTP framework.
@@ -63,9 +59,6 @@ sed -i 's|\r||' README.txt # Fix wrong EOL encoding
find . -name sessiondemo.py -type f -exec chmod 0755 {} \; # Fix non-executable bit rpmlint warning
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt