6.0.3
This commit is contained in:
parent
e188b47088
commit
11c3bd41a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ tornado-1.0.1.tar.gz
|
||||
/tornado-5.0.2.tar.gz
|
||||
/tornado-5.1.1.tar.gz
|
||||
/tornado-6.0.2.tar.gz
|
||||
/tornado-6.0.3.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname tornado
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 6.0.2
|
||||
Release: 5%{?dist}
|
||||
Version: 6.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Scalable, non-blocking web server and tools
|
||||
|
||||
License: ASL 2.0
|
||||
@ -12,7 +12,6 @@ Source0: %{pypi_source}
|
||||
# Do not turn DeprecationWarning in tornado module into Exception
|
||||
# fixes FTBFS with Python 3.8
|
||||
Patch1: Do-not-turn-DeprecationWarning-into-Exception.patch
|
||||
Patch2: https://github.com/tornadoweb/tornado/pull/2681.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -78,6 +77,9 @@ export ASYNC_TEST_TIMEOUT=10
|
||||
%doc demos
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 6.0.3-1
|
||||
- Update to 6.0.3
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tornado-6.0.2.tar.gz) = 1167043a7661ca882b59de44a1e43df9ac09b4ffcfc1bf406bd796c7d899b95083881168607864106fb438829d447b41db981be39870cb87d560e00caf62fafc
|
||||
SHA512 (tornado-6.0.3.tar.gz) = 2db182da7327fdd32fe76a50726a1285332139972766368c3b3dac5b4d54b4bd452a76062c09d1d158a97ace78b7915d93a29a7a8138499a2e56aee9df461abc
|
||||
|
Loading…
Reference in New Issue
Block a user