Todd R
bd7bb06c87
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=35
2014-10-02 16:06:22 +00:00
Todd R
a7beba070a
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=34
2014-10-02 16:05:49 +00:00
Todd R
f2cf63792b
Accepting request 253530 from home:TheBlackCat:branches:devel:languages:python
...
Update to version 4.0.2
OBS-URL: https://build.opensuse.org/request/show/253530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=33
2014-10-01 15:31:09 +00:00
Stephan Kulow
5e2ff5c7e8
Accepting request 234860 from devel:languages:python
...
Update dependencies
python-backports.ssl_match_hostname is a critical dependency, tornado will not work without it on python 2.x. (forwarded request 234859 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/234860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=27
2014-05-27 16:30:16 +00:00
Todd R
b2bbccda87
Accepting request 234859 from home:TheBlackCat:branches:devel:languages:python
...
Update dependencies
python-backports.ssl_match_hostname is a critical dependency, tornado will not work without it on python 2.x.
OBS-URL: https://build.opensuse.org/request/show/234859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=32
2014-05-20 13:50:37 +00:00
Tomáš Chvátal
cd4438d087
Accepting request 233467 from home:anubisg1:branches:devel:languages:python
...
new upstream version 3.2.1
OBS-URL: https://build.opensuse.org/request/show/233467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=31
2014-05-19 11:56:57 +00:00
Tomáš Chvátal
9fdb7e6ebb
Accepting request 207332 from devel:languages:python
...
Update to version 3.1.1 (forwarded request 207331 from posophe)
OBS-URL: https://build.opensuse.org/request/show/207332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=26
2013-11-18 09:54:10 +00:00
Denisart Benjamin
a68f909460
Accepting request 207331 from home:posophe:branches:devel:languages:python
...
Update to version 3.1.1
OBS-URL: https://build.opensuse.org/request/show/207331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=30
2013-11-17 16:10:54 +00:00
Tomáš Chvátal
83b69a050e
Accepting request 188217 from devel:languages:python
...
- Update to version 3.1:
+ See http://www.tornadoweb.org/en/stable/releases/v3.1.0.html
- Fix rpmlint issues properly
- Use upstream URL
OBS-URL: https://build.opensuse.org/request/show/188217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=24
2013-08-15 18:03:51 +00:00
Sascha Peilicke
5a7d90e101
- Update to version 3.1:
...
+ See http://www.tornadoweb.org/en/stable/releases/v3.1.0.html
- Fix rpmlint issues properly
- Use upstream URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=29
2013-08-15 11:00:45 +00:00
Stephan Kulow
c51e369d9a
remove duplicated spec file
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=23
2013-06-24 09:04:16 +00:00
Sascha Peilicke
82365c130f
Python3 moved to devel:languages:python3
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=28
2013-06-17 12:54:28 +00:00
Stephan Kulow
9e8f7cb35b
Accepting request 172370 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/172370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=22
2013-04-19 08:03:43 +00:00
Alexandre Rogoski
e43711e73f
Missed python3 package changelog.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=27
2013-04-11 16:51:16 +00:00
Alexandre Rogoski
c415412baa
- Update to 3.0.1:
...
- The interface of tornado.auth.FacebookGraphMixin is now
consistent with its documentation and the rest of the module.
The get_authenticated_user and facebook_request methods return
a Future and the callback argument is optional.
- The tornado.testing.gen_test decorator will no longer be
recognized as a (broken) test by nose.
- Work around a bug in Ubuntu 13.04 betas involving an
incomplete backport of the ssl.match_hostname function.
- tornado.websocket.websocket_connect now fails cleanly when it
attempts to connect to a non-websocket url.
- tornado.testing.LogTrapTestCase once again works with byte
strings on Python 2.
- The request attribute of tornado.httpclient.HTTPResponse is
now always an HTTPRequest, never a _RequestProxy.
- Exceptions raised by the tornado.gen module now have better
messages when tuples are used as callback keys.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=26
2013-04-11 16:49:01 +00:00
Stephan Kulow
49b4c938c1
Accepting request 163039 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/163039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=21
2013-04-07 12:26:12 +00:00
Alexandre Rogoski
c4d033e6a1
- 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
2013-03-30 17:48:17 +00:00
Stephan Kulow
fa93284ee2
Accepting request 143807 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/143807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=19
2012-12-03 10:30:58 +00:00
Stephan Kulow
8d19fcff88
Accepting request 142795 from devel:languages:python
...
Removed openSUSE 11.4 spec file workarounds (forwarded request 142762 from TheBlackCat) (forwarded request 142783 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/142795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=18
2012-11-28 13:35:09 +00:00
Alexandre Rogoski
9b36adabc8
- Update to 2.4.1:
...
- Fixed a memory leak in tornado.stack_context that was especially
likely with long-running @gen.engine functions.
- tornado.auth.TwitterMixin now works on Python 3.
- Fixed a bug in which IOStream.read_until_close with a streaming
callback would sometimes pass the last chunk of data to the
final callback instead of the streaming callback.
- Update to 2.4.1:
- Fixed a memory leak in tornado.stack_context that was especially
likely with long-running @gen.engine functions.
- tornado.auth.TwitterMixin now works on Python 3.
- Fixed a bug in which IOStream.read_until_close with a streaming
callback would sometimes pass the last chunk of data to the
final callback instead of the streaming callback.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=24
2012-11-25 11:45:16 +00:00
Todd R
c437ef0eb7
Accepting request 142783 from devel:languages:python3
...
Removed openSUSE 11.4 spec file workarounds (forwarded request 142762 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/142783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=23
2012-11-25 11:12:46 +00:00
Stephan Kulow
a8bbf0994c
Accepting request 132979 from devel:languages:python
...
Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in. Building will fail if BuildRequires: python3 is removed. (forwarded request 132978 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/132979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=17
2012-09-11 07:18:43 +00:00
Todd R
b735bf6dd8
Accepting request 132978 from devel:languages:python
...
Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in. Building will fail if BuildRequires: python3 is removed.
OBS-URL: https://build.opensuse.org/request/show/132978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=22
2012-09-06 13:14:51 +00:00
Alexandre Rogoski
cd3c9fb696
- Update to 2.4:
...
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.4.0.html
http://www.tornadoweb.org/documentation/releases/v2.3.0.html
- Update to 2.4:
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.4.0.html
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=21
2012-09-05 04:04:02 +00:00
Stephan Kulow
88d2486692
Accepting request 123460 from devel:languages:python
...
- Update to 2.3:
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.3.0.html
- Update to 2.3:
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.3.0.html
OBS-URL: https://build.opensuse.org/request/show/123460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=15
2012-06-07 13:39:54 +00:00
Alexandre Rogoski
194f6f23ff
- Update to 2.3:
...
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.3.0.html
- Update to 2.3:
- Please check changelog at
http://www.tornadoweb.org/documentation/releases/v2.3.0.html
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=20
2012-06-01 12:02:33 +00:00
Stephan Kulow
e870c409f8
Accepting request 121470 from devel:languages:python
...
- Fix rpmlint warnings
- Improve openSUSE 11.4 build fix
- Clean up spec file
(forwarded request 121469 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/121470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=14
2012-05-22 06:18:28 +00:00
Todd R
5035f95a23
Accepting request 121469 from home:TheBlackCat:branches:devel:languages:python
...
- Fix rpmlint warnings
- Improve openSUSE 11.4 build fix
- Clean up spec file
OBS-URL: https://build.opensuse.org/request/show/121469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=19
2012-05-18 15:28:08 +00:00
Stephan Kulow
65791a8a35
Accepting request 116078 from devel:languages:python
...
- Fix building python 3 package on openSUSE 11.4 x86_64
- Removed test for unsupported openSUSE versions (forwarded request 116077 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/116078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=13
2012-05-07 20:50:53 +00:00
Todd R
4b8570cda9
Accepting request 116077 from devel:languages:python3
...
- Fix building python 3 package on openSUSE 11.4 x86_64
- Removed test for unsupported openSUSE versions
OBS-URL: https://build.opensuse.org/request/show/116077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=18
2012-04-30 15:19:45 +00:00
Todd R
feb4b5b51e
Accepting request 116052 from devel:languages:python3
...
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116051 from TheBlackCat)
OBS-URL: https://build.opensuse.org/request/show/116052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=17
2012-04-30 13:37:45 +00:00
Todd R
6e3ebfe98a
Accepting request 115979 from home:HighwayStar:branches:devel:languages:python
...
python3 package added, slightly cleaned python2 spec. This package needed for IPython notebook mode
OBS-URL: https://build.opensuse.org/request/show/115979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=16
2012-04-30 09:38:13 +00:00
Alexandre Rogoski
61f57f512a
- Update to 2.2.1:
...
- tornado.web.RequestHandler.set_header now properly sanitizes
input values to protect against header injection, response
splitting, etc. (it has always attempted to do this, but the
check was incorrect). Note that redirects, the most likely
source of such bugs, are protected by a separate check in
RequestHandler.redirect.
- Colored logging configuration in tornado.options is compatible
with Python 3.2.3 (and 3.3).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=15
2012-04-24 11:07:52 +00:00
Stephan Kulow
f87ab380e8
Accepting request 111817 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/111817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=12
2012-04-02 08:30:58 +00:00
Sascha Peilicke
8b2a820585
- Update requires on python-curl to python-pycurl
...
- Simplify macro usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=14
2012-03-21 18:51:56 +00:00
Stephan Kulow
d2ad9d2117
Accepting request 109043 from devel:languages:python
...
- Simplified macro usage
- Use upstream tarball
OBS-URL: https://build.opensuse.org/request/show/109043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=11
2012-03-13 08:39:14 +00:00
Sascha Peilicke
3142c66092
- Simplified macro usage
...
- Use upstream tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=13
2012-03-12 21:37:32 +00:00
Stephan Kulow
4fb22d930b
Accepting request 103945 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/103945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=10
2012-02-14 18:06:38 +00:00
Alexandre Rogoski
6cd2ba84eb
5S- Update to 2.2:
...
- Please read http://www.tornadoweb.org/documentation/releases/v2.2.0.html
for all changes in this release.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=12
2012-01-30 23:22:09 +00:00
Stephan Kulow
663e9be9ed
Accepting request 93078 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/93078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=9
2011-11-25 10:13:32 +00:00
Alexandre Rogoski
4b7d53188f
- Update to 2.1.1
...
Bug fixes:
- Fixed handling of closed connections with the epoll
(i.e. Linux) IOLoop. Previously, closed connections could be
shut down too early, which most often manifested as “Stream
is closed” exceptions in SimpleAsyncHTTPClient.
- Fixed a case in which chunked responses could be closed
prematurely, leading to truncated output.
- IOStream.connect now reports errors more consistently via
logging and the close callback (this affects e.g. connections
to localhost on FreeBSD).
- IOStream.read_bytes again accepts both int and long arguments.
- PeriodicCallback no longer runs repeatedly when IOLoop
iterations complete faster than the resolution of time.time()
(mainly a problem on Windows).
Backwards-compatibility note
- Listening for IOLoop.ERROR alone is no longer sufficient for
detecting closed connections on an otherwise unused socket.
IOLoop.ERROR must always be used in combination with READ or
WRITE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=11
2011-10-05 00:00:01 +00:00
Sascha Peilicke
d068afdf97
Accepting request 84191 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/84191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=7
2011-09-22 08:51:53 +00:00
Alexandre Rogoski
8f30cfef9e
- Update to 2.1:
...
- There are security fixes, backwards-incompatible changes,
new modules, and bug fixes.
For full changes please read
http://www.tornadoweb.org/documentation/releases/v2.1.0.html
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=10
2011-09-21 11:31:47 +00:00
Lars Vogdt
07565c5ffa
Autobuild autoformatter for 80619
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=6
2011-09-05 15:07:45 +00:00
Lars Vogdt
e96b7280ba
Accepting request 80619 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/80619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=5
2011-09-05 15:07:37 +00:00
3dff3432d9
Autobuild autoformatter for 74903
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=4
2011-07-19 13:12:47 +00:00
537bd28c8f
Accepting request 74903 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/74903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=3
2011-07-19 13:12:37 +00:00
Sascha Peilicke
2d38bf847c
- Added README and examples to documentation
...
- Fixed license string to "Apache-2.0"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=9
2011-07-07 20:20:02 +00:00
Alexandre Rogoski
3ab7833ac1
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=8
2011-06-22 12:04:24 +00:00
369cb970fd
Autobuild autoformatter for 67287
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=2
2011-05-30 15:07:42 +00:00