74a42d2f98
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
09c4550911
- Avoid using requires_eq, which after the last modifications
...
conflicts with python singlespec (order of expansion).
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
4491ffb65f
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
37ec05721b
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
83a4717e14
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
d7744da18f
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
2edb716d2e
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
66d3e70a6f
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
7b8847c686
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
b1f7a96f66
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
c727d06a60
- 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
6679fbe4a4
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
879338e009
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
0bd8bf125e
- 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
ca62df0887
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
474435d7a3
- 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
0d219f8141
- 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
5a9c7acffc
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
884c5752ad
- 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
42bbcb2109
- 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
a74176bd64
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
73b0fc56ac
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
f62df37847
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
53562c686d
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
44b30bc138
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
c484ef164b
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
2d648da50b
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
81cab40485
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
cfa3e60698
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
9127a011f4
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
c1d6b694f4
- 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
c94970b0ac
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
2b1e614c92
- 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
a6cecd0282
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
2ad72e5efe
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
603cbbf81b
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
f778e28b59
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
0ba1ef0c0a
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
ab488a308e
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
fd747bc269
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
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
Tomáš Chvátal
28ba4c74a4
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
ecf6d9a7f4
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
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