14
0
Commit Graph

63 Commits

Author SHA256 Message Date
Tomáš Chvátal
ca134ba95b Accepting request 634726 from home:jengelh:branches:devel:languages:python
- Update descriptions. Remove the marketing buzz.

OBS-URL: https://build.opensuse.org/request/show/634726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=90
2018-09-11 07:18:03 +00:00
Tomáš Chvátal
c46894c6fe Accepting request 634351 from home:mcepl:work
- BuildRequires: simplejson is completely useless.
- Remove simplejson also from Requires.

OBS-URL: https://build.opensuse.org/request/show/634351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=89
2018-09-08 09:11:55 +00:00
e184ca9228 Accepting request 622947 from home:mimi_vx:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/622947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=83
2018-07-15 21:21:09 +00:00
Tomáš Chvátal
ad67effd3e Accepting request 606268 from home:TheBlackCat:branches:devel:languages:python
- Fix building on SLE

OBS-URL: https://build.opensuse.org/request/show/606268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=81
2018-05-11 04:59:21 +00:00
Todd R
93250dcf96 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=79 2018-04-18 17:10:06 +00:00
Tomáš Chvátal
31b2e20674 Accepting request 587899 from home:oertel:branches:devel:languages:python
- add tornado-testsuite_timeout.patch (bsc#1085661)
  extend timeouts in testsuite to allow successful build on ppc64le

OBS-URL: https://build.opensuse.org/request/show/587899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=76
2018-03-16 15:16:53 +00:00
e700233793 Accepting request 583983 from home:aplanas:branches:devel:languages:python
Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/583983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=74
2018-03-07 16:43:30 +00:00
c3e4fbe323 Accepting request 580765 from home:aplanas:branches:devel:languages:python
- Recommends only for SUSE

OBS-URL: https://build.opensuse.org/request/show/580765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=72
2018-02-27 21:30:44 +00:00
Tomáš Chvátal
1c64c79cde Accepting request 576399 from home:TheBlackCat:branches:devel:languages:python
- Update to version 4.5.3
  + tornado.curl_httpclient
    * Improved debug logging on Python 3.
  + tornado.httpserver
    * ``Content-Length`` and ``Transfer-Encoding`` headers are no longer
      sent with 1xx or 204 responses (this was already true of 304
      responses).
    * Reading chunked requests no longer leaves the connection in a broken
      state.
  + tornado.iostream
    * Writing a `memoryview` can no longer result in "BufferError:
      Existing exports of data: object cannot be re-sized".
  + tornado.options
    * Duplicate option names are now detected properly whether they use
      hyphens or underscores.
  + tornado.testing
    * `.AsyncHTTPTestCase.fetch` now uses ``127.0.0.1`` instead of
      ``localhost``, improving compatibility with systems that have
      partially-working ipv6 stacks.
  + tornado.web
    * It is no longer allowed to send a body with 1xx or 204 responses.
  + tornado.websocket
    * Requests with invalid websocket headers now get a response with
      status code 400 instead of a closed connection.

OBS-URL: https://build.opensuse.org/request/show/576399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=70
2018-02-14 10:30:40 +00:00
Jan Matejek
34ef4d5534 - only buildrequire futures / singledispatch if python2 is present
(fixes build in environments that don't have python2 at all)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=68
2018-01-04 16:04:13 +00:00
Tomáš Chvátal
5f0473b918 - Distribute license file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=66
2017-12-06 13:59:49 +00:00
Tomáš Chvátal
21c9ee96d6 Accepting request 546290 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/546290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=65
2017-11-30 10:00:26 +00:00
Jan Matejek
775adde41b Accepting request 534392 from home:ojkastl_buildservice:Redfish_SLES12
BuildRequires for certifi and backports.ssl_match_hostname on SLES12 GA only, to avoid build errors

OBS-URL: https://build.opensuse.org/request/show/534392
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=63
2017-10-17 13:20:44 +00:00
Jan Matejek
80245c1db5 Accepting request 515801 from home:TheBlackCat:branches:devel:languages:python
Fix tests

OBS-URL: https://build.opensuse.org/request/show/515801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=61
2017-08-10 12:30:23 +00:00
Jan Matejek
94ee3e54fb - in %pre, remove egg-info file if installed, because it's being
replaced by a directory (bsc#1035604)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=58
2017-06-23 17:42:14 +00:00
Jan Matejek
bbe6fa4376 Accepting request 505937 from home:matejcik:rpm-macros-build-test
- replace the complicated condition for requiring backports.ssl_match_hostname
  with unconditional requirement for Python >= 2.7.9

OBS-URL: https://build.opensuse.org/request/show/505937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=57
2017-06-23 16:18:10 +00:00
f23be283ab - require python-backports.ssl_hostname only on python 2.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=56
2017-05-31 19:26:02 +00:00
Todd R
d803262b66 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=55 2017-04-19 18:36:40 +00:00
Todd R
f87f8fa1c7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=52 2017-04-19 18:35:30 +00:00
Todd R
49f03f55b8 Accepting request 486649 from home:TheBlackCat:branches:devel:languages:python
update to 4.4.3

OBS-URL: https://build.opensuse.org/request/show/486649
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=51
2017-04-07 21:15:41 +00:00
Jan Matejek
98de832aa4 Accepting request 486185 from devel:languages:python:singlespec
- tornado-configtest.patch: fix test failure when __file__ is not absolute
- tornado-async-deprecations.patch: filter test failures due to async
  deprecation warnings, to fix build on python 3.6
- update for multipython build
- enable test suite

OBS-URL: https://build.opensuse.org/request/show/486185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=50
2017-04-06 15:40:27 +00:00
9569980e01 - update to 4.4.2:
* Tornado now requires Python 2.7 or 3.3+; versions 2.6 and 3.2 are no
   longer supported. Pypy3 is still supported even though its latest
   release is mainly based on Python 3.2.
 * The `monotonic <https://pypi.python.org/pypi/monotonic>`_ package is
   now supported as an alternative to `Monotime
   <https://pypi.python.org/pypi/Monotime>`_ for monotonic clock support
   on Python 2.
- add singledispatch and backports_abc dependencies
as stated in docs/releases/v4.3.0.rst
* Tornado has several new dependencies: (...)
  ``singledispatch`` on all Python versions prior to 3.4 (This was an
  optional dependency in prior versions of Tornado, and is now
  mandatory), and ``backports_abc>=0.4`` on all versions prior to
  3.5
Since this python module works with python version >= 2.7.9 (otherwise it would be called python3-tornado, afaiu)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=49
2016-11-14 14:40:59 +00:00
Denisart Benjamin
325cdbc11b Accepting request 350523 from home:jordimassaguerpla:branches:devel:languages:python
- add singledispatch and backports_abc dependencies                                 
                                                                                  
as stated in docs/releases/v4.3.0.rst                                             
                                                                                  
                                                                                  
* Tornado has several new dependencies: (...)                                     
  ``singledispatch`` on all Python versions prior to 3.4 (This was an             
  optional dependency in prior versions of Tornado, and is now                    
  mandatory), and ``backports_abc>=0.4`` on all versions prior to                 
  3.5                                                                             
                                                                                  
Since this python module works with python version >= 2.7.9 (otherwise it would be called python3-tornado, afaiu)

OBS-URL: https://build.opensuse.org/request/show/350523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=48
2016-01-02 19:21:04 +00:00
Todd R
15dcaf75ad Accepting request 348070 from home:TheBlackCat:branches:devel:languages:python
Switch to pypi tarball.  It uses "4.3" instead of "4.3.0"

OBS-URL: https://build.opensuse.org/request/show/348070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=47
2015-12-09 11:30:32 +00:00
Todd R
fc0d0f2496 Accepting request 348007 from home:kwk:branches:devel:languages:python
update to 4.3.0

OBS-URL: https://build.opensuse.org/request/show/348007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=46
2015-12-09 10:34:10 +00:00
55d70638cb Accepting request 339483 from systemsmanagement:saltstack
1

OBS-URL: https://build.opensuse.org/request/show/339483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=45
2015-10-19 07:52:46 +00:00
Jan Matejek
a04745ca14 Accepting request 334984 from home:flavio_castelli:branches:devel:languages:python
fix python-certifi requirement

OBS-URL: https://build.opensuse.org/request/show/334984
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=44
2015-09-30 15:16:17 +00:00
Todd R
db5a2c5bf8 Accepting request 333894 from home:TheBlackCat:branches:devel:languages:python
python-certifi is a hard dependency, not an optional one.

OBS-URL: https://build.opensuse.org/request/show/333894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=43
2015-09-26 10:57:41 +00:00
Todd R
9bd397358f Accepting request 333143 from home:tampakrap:branches:devel:languages:python
- Remove python-Twisted BuildRequires. It causes a python-cryptography build
  dependency, which is currently broken on SLE11SP4 due to old OpenSSL version

OBS-URL: https://build.opensuse.org/request/show/333143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=42
2015-09-23 11:35:30 +00:00
Todd R
908129fed5 Accepting request 330809 from home:aboe76:branches:devel:languages:python
update python-tornado to 4.2.1
verison requirement for salt 2015.8.0

OBS-URL: https://build.opensuse.org/request/show/330809
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=41
2015-09-16 15:18:26 +00:00
Todd R
fbef4d6683 Accepting request 322574 from home:seife:OpenStack:Master
fix build with non-SUSE distributions, do not touch BuildRequires this time :-)

OBS-URL: https://build.opensuse.org/request/show/322574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=40
2015-08-13 16:15:09 +00:00
Michal Čihař
ab5712a761 Accepting request 298600 from home:Nijel:branches:devel:languages:python
- Update to 4.1:
  * If a `.Future` contains an exception but that exception is never
    examined or re-raised (e.g. by yielding the `.Future`), a stack
    trace will be logged when the `.Future` is garbage-collected.
  * New class `tornado.gen.WaitIterator` provides a way to iterate
    over ``Futures`` in the order they resolve.
  * The `tornado.websocket` module now supports compression via the
    "permessage-deflate" extension.  Override
    `.WebSocketHandler.get_compression_options` to enable on the server
    side, and use the ``compression_options`` keyword argument to
    `.websocket_connect` on the client side.
  * When the appropriate packages are installed, it is possible to yield
    `asyncio.Future` or Twisted ``Defered`` objects in Tornado coroutines.

OBS-URL: https://build.opensuse.org/request/show/298600
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=39
2015-04-22 13:55:53 +00:00
Todd R
c7bb4940f5 Accepting request 253674 from home:TheBlackCat:branches:devel:languages:python
Remove python-pycares BuildRequires since it is optional and not in openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/253674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=38
2014-10-02 16:11:38 +00:00
Todd R
620db138b9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=36 2014-10-02 16:10:04 +00:00
Todd R
c9739c38cc 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
34b089586c 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
Todd R
f05b98419c 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
be5d002825 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
Denisart Benjamin
9823ad0d56 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
Sascha Peilicke
f305b3a530 - 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
Alexandre Rogoski
9e4a30b06d - 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
Alexandre Rogoski
78029f1ddc - 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
Alexandre Rogoski
e3f43436de - 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
Alexandre Rogoski
6208681101 - 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
Alexandre Rogoski
d9946aa6df - 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
Todd R
e39831b48d 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
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