Hello community,

here is the log from the commit of package python-CherryPy for openSUSE:Factory 
checked in at 2013-09-27 17:59:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CherryPy (Old)
 and      /work/SRC/openSUSE:Factory/.python-CherryPy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CherryPy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes  
2012-05-29 10:35:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-CherryPy.new/python-CherryPy.changes     
2013-09-27 17:59:01.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 26 22:47:54 UTC 2013 - [email protected]
+
+- Update to version 3.2.4
+  + No changelog available
+- Remove redundant %clean section
+
+-------------------------------------------------------------------

Old:
----
  CherryPy-3.2.2.tar.bz2

New:
----
  CherryPy-3.2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-CherryPy.spec ++++++
--- /var/tmp/diff_new_pack.8x1cY3/_old  2013-09-27 17:59:02.000000000 +0200
+++ /var/tmp/diff_new_pack.8x1cY3/_new  2013-09-27 17:59:02.000000000 +0200
@@ -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 @@
 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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to