forked from pool/python-tornado
- Update to 3.0:
- Please read full changelog at http://www.tornadoweb.org/en/stable/releases/v3.0.0.html - Update to 3.0: - Please read full changelog at http://www.tornadoweb.org/en/stable/releases/v3.0.0.html OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
e3f43436de
commit
78029f1ddc
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 30 17:46:48 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 3.0:
|
||||||
|
- Please read full changelog at
|
||||||
|
http://www.tornadoweb.org/en/stable/releases/v3.0.0.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@@ -15,9 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define modname tornado
|
Name: python-tornado
|
||||||
Name: python-%{modname}
|
Version: 3.0
|
||||||
Version: 2.4.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.tornadoweb.org
|
Url: http://www.tornadoweb.org
|
||||||
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
||||||
@@ -54,7 +53,7 @@ FriendFeed servers. (For more information on scaling servers to support
|
|||||||
thousands of clients, see The C10K problem.)
|
thousands of clients, see The C10K problem.)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n tornado-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
@@ -65,13 +64,13 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%fdupes demos
|
%fdupes demos
|
||||||
%endif
|
%endif
|
||||||
# fix executability rmplint warning
|
# fix executability rmplint warning
|
||||||
chmod +x %{buildroot}%{python_sitelib}/%{modname}/*.py
|
chmod +x %{buildroot}%{python_sitelib}/tornado/*.py
|
||||||
chmod +x %{buildroot}%{python_sitelib}/%{modname}/*/*.py
|
chmod +x %{buildroot}%{python_sitelib}/tornado/*/*.py
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README demos
|
%doc demos
|
||||||
%{python_sitelib}/%{modname}
|
%{python_sitelib}/tornado
|
||||||
%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
|
%{python_sitelib}/tornado-%{version}-py%{py_ver}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 30 17:46:48 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 3.0:
|
||||||
|
- Please read full changelog at
|
||||||
|
http://www.tornadoweb.org/en/stable/releases/v3.0.0.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
Sun Nov 25 11:41:29 UTC 2012 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@@ -15,15 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define modname tornado
|
Name: python3-tornado
|
||||||
Name: python3-%{modname}
|
Version: 3.0
|
||||||
Version: 2.4.1
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.tornadoweb.org
|
Url: http://www.tornadoweb.org
|
||||||
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
Summary: Open source version of scalable, non-blocking web server that power FriendFeed
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: %{modname}-%{version}.tar.bz2
|
Source: tornado-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@@ -54,7 +53,7 @@ FriendFeed servers. (For more information on scaling servers to support
|
|||||||
thousands of clients, see The C10K problem.)
|
thousands of clients, see The C10K problem.)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n tornado-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
@@ -63,13 +62,13 @@ python3 setup.py build
|
|||||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
%fdupes demos
|
%fdupes demos
|
||||||
# fix executability rpmlint warning
|
# fix executability rpmlint warning
|
||||||
chmod +x %{buildroot}%{python3_sitelib}/%{modname}/*.py
|
chmod +x %{buildroot}%{python3_sitelib}/tornado/*.py
|
||||||
chmod +x %{buildroot}%{python3_sitelib}/%{modname}/*/*.py
|
chmod +x %{buildroot}%{python3_sitelib}/tornado/*/*.py
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README demos
|
%doc demos
|
||||||
%{python3_sitelib}/%{modname}
|
%{python3_sitelib}/tornado
|
||||||
%{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info
|
%{python3_sitelib}/tornado-%{version}-py%{py3_ver}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f34181b8d556cf64ddb410fe1ba7c733eb17fb3d15a80c57da2968a4e23a59de
|
|
||||||
size 300722
|
|
3
tornado-3.0.tar.bz2
Normal file
3
tornado-3.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae5e81cd5733d5af55ed04988ec253174c4bd4885407ae32a74e46cc4679629f
|
||||||
|
size 306127
|
Reference in New Issue
Block a user