14
0
Commit Graph

114 Commits

Author SHA256 Message Date
352f85d701 Revert: tornado 5.1 breaks salt (boo#1101780)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=50
2018-07-19 07:35:04 +00:00
7bcde8ffea Accepting request 622948 from 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 (forwarded request 622947 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/622948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=49
2018-07-17 07:37:51 +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
b9b965af43 Accepting request 606307 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/606307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=48
2018-05-13 13:58:08 +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
1bec5ac502 Accepting request 603210 from devel:languages:python
- Don't require backport_abc for python >= 3.5

OBS-URL: https://build.opensuse.org/request/show/603210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=47
2018-05-07 12:53:04 +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
Todd R
b53ef11b16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=78 2018-04-18 17:09:28 +00:00
5cb73e5082 Accepting request 587929 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/587929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=46
2018-03-24 15:05:41 +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
2bea02b273 Accepting request 584000 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/584000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=45
2018-03-12 11:06:08 +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
60faf44cc5 Accepting request 580795 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/580795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=44
2018-03-05 12:33:54 +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
e0c47e2712 Accepting request 576487 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/576487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=43
2018-02-15 12:22:15 +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
60d3294a83 Accepting request 561691 from devel:languages:python
- 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/request/show/561691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=42
2018-01-16 08:35:37 +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
9d50545754 Accepting request 554804 from devel:languages:python
- Distribute license file

- specfile:
  * removed tornado-configtest.patch: fixed upstream
  * update tornado-async-deprecation.patch (partly integrated)
- update to version 4.5.2:
  * Tornado now sets the FD_CLOEXEC flag on all file descriptors it
    creates. This prevents hanging client connections and resource
    leaks when the tornado.autoreload module (or
    Application(debug=True)) is used.
- changes from version 4.5.1:
  * tornado.log
    + Improved detection of libraries for colorized logging.
  * tornado.httputil
    + url_concat once again treats None as equivalent to an empty
      sequence.
- changes from version 4.5.0:
  * long changelog, see http://www.tornadoweb.org/en/stable/releases/v4.5.0.html
    for details

OBS-URL: https://build.opensuse.org/request/show/554804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=41
2017-12-12 20:18:56 +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
cc1fcb071c Accepting request 534452 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/534452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=40
2017-10-23 14:39:33 +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
4dae15800c Accepting request 515888 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/515888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=39
2017-08-14 10:37:54 +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
e0a2b2a6ce Accepting request 505956 from devel:languages:python
- in %pre, remove egg-info file if installed, because it's being
  replaced by a directory (bsc#1035604)

- replace the complicated condition for requiring backports.ssl_match_hostname
  with unconditional requirement for Python >= 2.7.9

- require python-backports.ssl_hostname only on python 2.x

OBS-URL: https://build.opensuse.org/request/show/505956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=38
2017-06-26 13:51:35 +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
01a9b44a25 Accepting request 486650 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=37
2017-04-28 08:36:31 +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
14ac0cf89c Accepting request 441234 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/441234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=36
2016-11-24 20:23:13 +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
c64bd53e06 Accepting request 351689 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/351689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=35
2016-01-11 18:11:29 +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
fe99154c11 Accepting request 348071 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/348071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=34
2015-12-16 16:42:14 +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
5dcc095670 Accepting request 339767 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/339767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=33
2015-10-22 10:59:02 +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
1de293223e Accepting request 335032 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/335032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=32
2015-10-06 11:25:14 +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
Stephan Kulow
f39647069c Accepting request 333896 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/333896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=31
2015-09-30 03:52:05 +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