diff --git a/CherryPy-3.2.2.tar.bz2 b/CherryPy-3.2.2.tar.bz2 deleted file mode 100644 index 9515c46..0000000 --- a/CherryPy-3.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65d76308bc2e70338ec0e503ffadd4b5a781c8e75ac2212fa3bb70457462fc6b -size 344218 diff --git a/CherryPy-3.2.4.tar.gz b/CherryPy-3.2.4.tar.gz new file mode 100644 index 0000000..b545253 --- /dev/null +++ b/CherryPy-3.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd73a449936740e99d3a05eb89b9381dc188ef696904f585463bc28079f1288 +size 424074 diff --git a/python-CherryPy.changes b/python-CherryPy.changes index a671536..fc21894 100644 --- a/python-CherryPy.changes +++ b/python-CherryPy.changes @@ -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 diff --git a/python-CherryPy.spec b/python-CherryPy.spec index bccab72..6c603df 100644 --- a/python-CherryPy.spec +++ b/python-CherryPy.spec @@ -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