14
0

Accepting request 664408 from home:scarabeus_iv

Revert to tornado 4.5 to fix salt

OBS-URL: https://build.opensuse.org/request/show/664408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=94
This commit is contained in:
Tomáš Chvátal
2019-01-10 15:17:51 +00:00
committed by Git OBS Bridge
parent 0ba1ef0c0a
commit f778e28b59
7 changed files with 237 additions and 53 deletions

View File

@@ -1,43 +1,16 @@
-------------------------------------------------------------------
Wed Jan 9 23:12:44 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
Thu Jan 10 14:50:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Import python-backports_abc on Red Hat, not just SUSE, platforms
- Add patch really fixing the tests/tool to work on py3.7:
* asyncio.patch
- Add patch to enlarge key size for openssl 1.1.1:
* openssl-cert-size.patch
-------------------------------------------------------------------
Tue Sep 18 15:10:56 UTC 2018 - sebix+novell.com@sebix.at
Thu Jan 10 14:47:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- update to version 5.1.1:
- Bug fixes
- Fixed an case in which the `.Future` returned by
`.RequestHandler.finish` could fail to resolve.
- The `.TwitterMixin.authenticate_redirect` method works again.
- Improved error handling in the `tornado.auth` module, fixing hanging
requests when a network or other error occurs.
-------------------------------------------------------------------
Mon Sep 10 11:35:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions.
-------------------------------------------------------------------
Fri Sep 7 23:07:29 CEST 2018 - Matěj Cepl <mcepl@suse.com>
- Remove simplejson also from Requires.
-------------------------------------------------------------------
Thu Sep 6 12:39:11 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- BuildRequires: simplejson is completely useless.
-------------------------------------------------------------------
Sun Jul 15 21:17:57 UTC 2018 - mimi.vx@gmail.com
- update to 5.1
- drop tornado-async-deprecations.patch
tornado-testsuite_timeout.patch
* support python 3.7
* big bunch of changes, please check:
http://www.tornadoweb.org/en/stable/releases.html
- Drop patch tornado-async-deprecations.patch that does not fix
stuff on py3.7
-------------------------------------------------------------------
Thu May 10 16:35:09 UTC 2018 - toddrme2178@gmail.com