commit python-tornado for openSUSE:Factory
Hello community, here is the log from the commit of package python-tornado for openSUSE:Factory checked in at 2014-05-27 18:30:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tornado (Old) and /work/SRC/openSUSE:Factory/.python-tornado.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-tornado" Changes: -------- --- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes 2013-11-18 10:54:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes 2014-05-27 18:30:17.000000000 +0200 @@ -1,0 +2,12 @@ +Tue May 20 13:05:18 UTC 2014 - toddrme2178@gmail.com + +- Update dependencies + +------------------------------------------------------------------- +Sun May 11 14:00:00 UTC 2014 - andrea@opensuse.org + +- new upstream version 3.2.1 + - several new modules and bugfixes check website for details + http://www.tornadoweb.org/en/stable/releases.html + +------------------------------------------------------------------- Old: ---- tornado-3.1.1.tar.gz New: ---- tornado-3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tornado.spec ++++++ --- /var/tmp/diff_new_pack.XuOEKQ/_old 2014-05-27 18:30:19.000000000 +0200 +++ /var/tmp/diff_new_pack.XuOEKQ/_new 2014-05-27 18:30:19.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tornado # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-tornado -Version: 3.1.1 +Version: 3.2.1 Release: 0 Url: http://www.tornadoweb.org Summary: Open source version of scalable, non-blocking web server that power FriendFeed @@ -25,13 +25,20 @@ Source: https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -Requires: python-pycurl +BuildRequires: python-backports.ssl_match_hostname +BuildRequires: python-futures +BuildRequires: python-pycurl +BuildRequires: python-simplejson +Requires: python-backports.ssl_match_hostname Requires: python-simplejson +Recommends: python-futures +Recommends: python-Monotime +Recommends: python-pycares +Recommends: python-pycurl +Recommends: python-Twisted BuildRequires: fdupes %if 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 +%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True);")} %endif %description @@ -60,11 +67,12 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%fdupes demos %files %defattr(-,root,root,-) %doc demos -%{python_sitelib}/tornado -%{python_sitelib}/tornado-%{version}-py%{py_ver}.egg-info +%{python_sitearch}/tornado +%{python_sitearch}/tornado-%{version}-py%{py_ver}.egg-info %changelog ++++++ tornado-3.1.1.tar.gz -> tornado-3.2.1.tar.gz ++++++ ++++ 11827 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de