158 Commits

Author SHA256 Message Date
c3856e480c Accepting request 1221412 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=60
2024-11-06 15:49:38 +00:00
dc8dfbb49d Accepting request 1221357 from home:dimstar:Factory
- Avoid using requires_eq, which after the last modifications
  conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/request/show/1221357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=129
2024-11-05 11:50:50 +00:00
5384a53332 Accepting request 1082455 from devel:languages:python
- Do not hardcode the python version to get the python-tornadoN
  version.
- add sle15_python_module_pythons (jsc#PED-68)

OBS-URL: https://build.opensuse.org/request/show/1082455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=59
2023-04-25 14:53:46 +00:00
19bd45b40d Accepting request 1082453 from home:dirkmueller:acdc:as_python3_module
- Do not hardcode the python version to get the python-tornadoN version.

OBS-URL: https://build.opensuse.org/request/show/1082453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=127
2023-04-24 09:28:44 +00:00
da741f5d7b Accepting request 1081667 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081667
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=126
2023-04-21 14:02:13 +00:00
ef25191a34 Accepting request 870417 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/870417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=58
2021-02-15 22:10:07 +00:00
5e21e5b6e5 Accepting request 870340 from home:bnavigator:branches:devel:languages:python
- Multibuild and singlespec again: remove a lot of duplicated code
- Get the correct tornado6 version from the installed package at
  buildtime.

OBS-URL: https://build.opensuse.org/request/show/870340
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=124
2021-02-09 08:53:53 +00:00
aa31329b3f Accepting request 868160 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/868160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=57
2021-02-04 19:22:55 +00:00
36bd74b017 Accepting request 868028 from home:bnavigator:branches:devel:languages:python
- Make packages for python36 and python38 in Tumbleweed

Not sure if this package still has a valid use case.
python-tornado6 already specifies a `Provides: python-tornado` 
and the multiple choice needs to be resolved in the prjconf
already.

OBS-URL: https://build.opensuse.org/request/show/868028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=122
2021-01-31 16:25:54 +00:00
6dbec97c6f Accepting request 792451 from devel:languages:python
- Add conditional so we can dynamically turn off python2

OBS-URL: https://build.opensuse.org/request/show/792451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=56
2020-04-15 18:04:57 +00:00
Tomáš Chvátal
3346c94e5c - Add conditional so we can dynamically turn off python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=120
2020-04-08 12:18:28 +00:00
6011e96b2d Accepting request 734615 from devel:languages:python
- Require tornado5 for py2 and tornado6 for py3 as they
  are in different versions
- Also switch from singlespec to explicit writeup for the obvious
  distinction between different versions of 2 and 3 variant

OBS-URL: https://build.opensuse.org/request/show/734615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=55
2019-11-07 22:12:14 +00:00
Tomáš Chvátal
f7b53d91bf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=118 2019-10-02 13:37:26 +00:00
Tomáš Chvátal
97794daed7 - Require tornado5 for py2 and tornado6 for py3 as they
are in different versions
- Also switch from singlespec to explicit writeup for the obvious
  distinction between different versions of 2 and 3 variant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=117
2019-10-01 13:44:39 +00:00
Tomáš Chvátal
92d9b380fe Accepting request 734330 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/734330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=116
2019-10-01 13:32:39 +00:00
Tomáš Chvátal
b4eacdcfb4 - Provide and obsolete python-toro that was integrated in tornado
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=115
2019-09-19 07:57:37 +00:00
Tomáš Chvátal
766b57196f - Minimal version is 3.5 and as such remove 3.4 compat deps
- Change this package back to latest python tornado to use
  same approach like we do with pytest
- Reduce the conflicts even more

- Remove cruft dependencies that should not be needed


- Conflicts fixes

- Use a different conflicts with other tornado versions.

- Rename to python-tornado6 to handle version incompatibilities
- Update to 6.0.3
  + Bug fixes
    * `.gen.with_timeout` always treats ``asyncio.CancelledError`` as a
      ``quiet_exception`` (this improves compatibility with Python 3.8,
      which changed ``CancelledError`` to a ``BaseException``).
    * ``IOStream`` now checks for closed streams earlier, avoiding
      spurious logged errors in some situations (mainly with websockets).
- Update to 6.0.2
  + Bug fixes
    * `.WebSocketHandler.set_nodelay` works again.
    * Accessing ``HTTPResponse.body`` now returns an empty byte string
      instead of raising ``ValueError`` for error responses that don't
      have a body (it returned None in this case in Tornado 5).
- Update to 6.0.1
  + Bug fixes
    * Fixed issues with type annotations that caused errors while
      importing Tornado on Python 3.5.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=114
2019-09-18 08:06:53 +00:00
Tomáš Chvátal
066b6b8a66 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=113 2019-09-17 18:04:51 +00:00
Tomáš Chvátal
2872f19e38 - Provide %oldpython-tornado symbol too
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=112
2019-09-17 11:03:59 +00:00
Tomáš Chvátal
3deae9b62c - Remove duplicate entry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=111
2019-09-12 09:29:55 +00:00
138552853f Accepting request 723325 from devel:languages:python
- Split tornado versions into their own packages.
This package now depends on the current preferred version.

This is tornado4 until things settle down.

OBS-URL: https://build.opensuse.org/request/show/723325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=54
2019-08-22 13:02:29 +00:00
Todd R
4d0a952f1b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=109 2019-08-14 15:09:46 +00:00
Todd R
ccdcf52b9d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=108 2019-08-14 15:09:21 +00:00
Todd R
8fbae24f04 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=107 2019-08-14 15:08:52 +00:00
Todd R
2a248cf916 Accepting request 722047 from home:TheBlackCat:branches:devel:languages:python
Fix package name

OBS-URL: https://build.opensuse.org/request/show/722047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=106
2019-08-09 16:49:23 +00:00
Todd R
b535fc1e47 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=105 2019-08-09 16:31:22 +00:00
Todd R
39d27ee607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=104 2019-08-09 16:27:55 +00:00
Todd R
1a0519e927 Accepting request 722039 from home:TheBlackCat:branches:devel:languages:python
Fix provides.

OBS-URL: https://build.opensuse.org/request/show/722039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=103
2019-08-09 16:14:15 +00:00
Todd R
f76f1c4ee0 Accepting request 722027 from home:TheBlackCat:branches:devel:languages:python
- Split tornado versions into their own packages.
  This package now depends on the current preferred version.

OBS-URL: https://build.opensuse.org/request/show/722027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=102
2019-08-09 16:04:51 +00:00
fa796f08fc Accepting request 682428 from devel:languages:python
- Fix fdupes macro expansion

OBS-URL: https://build.opensuse.org/request/show/682428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=53
2019-03-12 08:44:42 +00:00
Tomáš Chvátal
c6ca27e3c0 - Fix fdupes macro expansion
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=100
2019-03-07 11:27:54 +00:00
Stephan Kulow
9df0018d14 Accepting request 670099 from devel:languages:python
- Add patch to skip tests failing with openss-1.1.1; this happens
  only when using TLS 1.3 so if user wants to use tornado they
  can hand disable the TLS and continue:
  * skip-failing-tests.patch

- Import necessary dependencies on Red Hat platforms

OBS-URL: https://build.opensuse.org/request/show/670099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=52
2019-02-02 20:45:42 +00:00
Tomáš Chvátal
4b551741bd - Add patch to skip tests failing with openss-1.1.1; this happens
only when using TLS 1.3 so if user wants to use tornado they
  can hand disable the TLS and continue:
  * skip-failing-tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=98
2019-01-30 11:14:36 +00:00
46368d932a Accepting request 669360 from home:jbrownell:branches:devel:languages:python
- Import necessary dependencies on Red Hat platforms
- Fix LICENSE in spec

OBS-URL: https://build.opensuse.org/request/show/669360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=97
2019-01-29 11:57:16 +00:00
ced6cb3a35 Accepting request 664410 from devel:languages:python
- Add patch really fixing the tests/tool to work on py3.7:
  * asyncio.patch
- Add patch to enlarge key size for openssl 1.1.1:
  * openssl-cert-size.patch

- Drop patch tornado-async-deprecations.patch that does not fix
  stuff on py3.7

OBS-URL: https://build.opensuse.org/request/show/664410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tornado?expand=0&rev=51
2019-01-28 19:45:33 +00:00
Tomáš Chvátal
ec91b807a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=95 2019-01-10 15:19:45 +00:00
Tomáš Chvátal
c1c09bc678 Accepting request 664408 from home:scarabeus_iv
Revert to tornado 4.5 to fix salt

OBS-URL: https://build.opensuse.org/request/show/664408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=94
2019-01-10 15:17:51 +00:00
Tomáš Chvátal
f8a6c0efdb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=93 2019-01-10 08:34:00 +00:00
Tomáš Chvátal
a61d409a33 Accepting request 664197 from home:jbrownell:branches:devel:languages:python
- Import python-backports_abc on Red Hat, not just SUSE, platforms

OBS-URL: https://build.opensuse.org/request/show/664197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=92
2019-01-10 08:31:28 +00:00
Tomáš Chvátal
2f545bb6b5 Accepting request 636400 from home:sebix:branches:devel:languages:python
- update to version 5.1.1:
 - Bug fixes
  - Fixed an case in which the `.Future` returned by
    `.RequestHandler.finish` could fail to resolve.
  - The `.TwitterMixin.authenticate_redirect` method works again.
  - Improved error handling in the `tornado.auth` module, fixing hanging
    requests when a network or other error occurs.

OBS-URL: https://build.opensuse.org/request/show/636400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=91
2018-09-19 08:41:00 +00:00
Tomáš Chvátal
95c9a35384 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
0a650f3ccf 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
Tomáš Chvátal
f29b5b8842 Accepting request 627441 from home:namtrac:branches:devel:languages:python
Actually remove old tarball and dropped patches.
Please forward to Factory.

OBS-URL: https://build.opensuse.org/request/show/627441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=88
2018-08-04 15:09:25 +00:00
Todd R
cc815ac3fb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=86 2018-07-26 16:50:11 +00:00
dd1131c121 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
fcd0efdf4b 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
4fb6fb13da 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
9c236194ab 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
fafe25f626 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
8110d87845 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