14
0
Commit Graph

17 Commits

Author SHA256 Message Date
Todd R
758539531b 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
9e52e107bc 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
2a5f0d3843 - 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
Sascha Peilicke
2f00930bde - 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
Sascha Peilicke
0edaf68b8d - 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
Alexandre Rogoski
c223a1aa4b 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
Alexandre Rogoski
2584d08556 - 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
Alexandre Rogoski
6990028c65 - 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
Sascha Peilicke
cd82edd103 - 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
4ddc7d6a7b - 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
Alexandre Rogoski
af6004a5f1 - Update to 1.2.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=7
2011-03-04 04:13:28 +00:00
Alexandre Rogoski
2fa78db176 - Update to 1.2.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=6
2011-02-20 21:26:26 +00:00
Alexandre Rogoski
3ac66330a6 - Update to 1.1.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=5
2011-02-09 10:55:20 +00:00
Alexandre Rogoski
ec1b9d9dcb - Update to 1.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=4
2010-09-10 05:15:41 +00:00
Alexandre Rogoski
ad39f0be73 - New tarball release on PyPI.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=3
2010-05-18 12:25:17 +00:00
Alexandre Rogoski
2846375907 - Update to 0.2;
- Building as noarch for openSUSE >= 11.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=2
2009-11-13 01:00:47 +00:00
Alexandre Rogoski
5cca2aee22 Initial package (0.1) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=1
2009-09-14 11:51:32 +00:00