Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory
checked in at Tue Jul 19 15:12:44 CEST 2011.



--------
--- python-tornado/python-tornado.changes       2011-03-04 05:13:22.000000000 
+0100
+++ python-tornado/python-tornado.changes       2011-06-22 14:04:20.000000000 
+0200
@@ -1,0 +2,13 @@
+Wed Jun 22 11:47:26 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 2.0:
+  Major changes:
+  * Template output is automatically escaped by default; see backwards
+    compatibility note below.
+    * The default AsyncHTTPClient implementation is now simple_httpclient.
+    * Python 3.2 is now supported.
+  For backwards compatibility and other changes in this release,
+  please read http://www.tornadoweb.org/documentation/releases/v2.0.0.html
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tornado-1.2.1.tar.bz2

New:
----
  tornado-2.0.tar.bz2

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

Other differences:
------------------
++++++ python-tornado.spec ++++++
--- /var/tmp/diff_new_pack.DwXeUJ/_old  2011-07-19 15:05:34.000000000 +0200
+++ /var/tmp/diff_new_pack.DwXeUJ/_new  2011-07-19 15:05:34.000000000 +0200
@@ -16,24 +16,27 @@
 #
 
 
+%{!?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)")}
 
 Name:           python-tornado
-Version:        1.2.1
+Version:        2.0
 Release:        1
-License:        Apache 2.0
-Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
 Url:            http://www.tornadoweb.org
-Group:          Development/Libraries/Python
+Summary:        Open source version of scalable, non-blocking web server that 
power FriendFeed
+License:        http://www.apache.org/licenses/LICENSE-2.0
+Group:          Development/Languages/Python
 Source:         tornado-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 Requires:       python-curl
 Requires:       python-simplejson
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{py_requires}
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%endif
 
 %description
 Tornado is an open source version of the scalable, non-blocking web server and 
tools that power FriendFeed.
@@ -47,19 +50,21 @@
 maintains an open connection to the FriendFeed servers. (For more information 
on scaling servers to support
 thousands of clients, see The C10K problem.)
 
-Author:
---------
-    Facebook
-
 %prep
 %setup -q -n tornado-%{version}
 
 %build
-%{__python} setup.py build
+export CFLAGS="%{optflags}"
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{python_sitelib}/*
 
-%files -f INSTALLED_FILES
-%defattr(-,root,root)
 %changelog

++++++ tornado-1.2.1.tar.bz2 -> tornado-2.0.tar.bz2 ++++++
++++ 8084 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to