15
0
Commit Graph

147 Commits

Author SHA256 Message Date
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
0d8320d3c6 Accepting request 298606 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/298606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=30
2015-04-23 06:05:01 +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
Stephan Kulow
676b65fcac Accepting request 253675 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/253675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=29
2014-10-05 18:31:15 +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
7e2bdf688d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=37 2014-10-02 16:10:14 +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
f939f55b55 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
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
Stephan Kulow
7807e3cf67 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
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
Tomáš Chvátal
6ec1632b9b 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
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
Tomáš Chvátal
52ace1ac63 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
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
Stephan Kulow
c392ba5b4c 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