forked from pool/python-CherryPy
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:
committed by
Git OBS Bridge
parent
25713761b0
commit
785be0b75e
@@ -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
3
CherryPy-3.2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:abd73a449936740e99d3a05eb89b9381dc188ef696904f585463bc28079f1288
|
||||||
|
size 424074
|
@@ -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
|
Wed May 23 04:54:27 UTC 2012 - highwaystar.ru@gmail.com
|
||||||
|
|
||||||
|
@@ -17,26 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-CherryPy
|
Name: python-CherryPy
|
||||||
Version: 3.2.2
|
Version: 3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cherrypy.org
|
Url: http://www.cherrypy.org
|
||||||
Summary: Object-Oriented HTTP framework
|
Summary: Object-Oriented HTTP framework
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%py_requires
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%if 0%{?suse_version} > 1110
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%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}
|
Provides: python-cherrypy = %{version}
|
||||||
#TODO Change <= back to < after version update
|
Obsoletes: python-cherrypy < %{version}
|
||||||
Obsoletes: python-cherrypy <= %{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CherryPy is a pythonic, object-oriented HTTP framework.
|
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
|
find . -name sessiondemo.py -type f -exec chmod 0755 {} \; # Fix non-executable bit rpmlint warning
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
Reference in New Issue
Block a user