Version: 6.2, Package name: py-tornado-6.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll or kqueue, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. |
Filesize: 493.017 KB |
Version History (View Complete History) |
|
2021-11-01 18:03:00 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-01-18 14:26:25 by Daniel Dickman | Files touched by this commit (6) |
Log message: update py-torando to 6.1 and make it python3 only py-tornado 6.x and later is python3-only. The update is needed so jupyter-notebook can be updated. ok sthen@, bket@ |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-08 13:41:15 by Bjorn Ketelaars | Files touched by this commit (1) |
Log message: Add missing RDEP on devel/py-futures. Grepping the source code of py-tornado shows that concurrent.futures is imported at several places. This fixes an issue with spyder not starting as it errors out with "pkg_resources.DistributionNotFound: The 'futures' distribution was not found and is required by tornado" OK sthen@ |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-04-27 08:32:22 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to py-tornado-5.1.1 (last major version supporting both py2+3) |
2017-05-17 05:34:17 by Landry Breuil | Files touched by this commit (4) |
Log message: Fix remaining pkgpaths for twisted update, reported by naddy@. |
2017-01-03 11:58:52 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Unbreak with Python 3.6. |
2016-10-08 08:19:09 by Alexandr Shadchin | Files touched by this commit (4) |
Log message: Update to py-tornado 4.4.2. ok ajacoutot@ |
2016-01-16 23:38:34 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Add python3 flavor. |
2015-11-15 01:40:42 by Remi Pointel | Files touched by this commit (3) |
Log message: update tornado to 4.3. ok benoit@. |
2015-09-29 04:53:17 by Stuart Henderson | Files touched by this commit (22) |
Log message: bump REVISION for setuptools dep change. (should be the last one) |
2015-09-08 09:24:58 by Edd Barrett | Files touched by this commit (3) |
Log message: Update py-tornado to 4.2.1. Checked the two ports depending on this still work. No obvious breakage. OK rpointel@, jasper@ Looks OK, daniel@ Cheers |
2015-08-24 03:39:23 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - security update to py-tornado-3.2.2 * fixes CVE-2014-9720, XSRF cookie allows side-channel attack against TLS (BREACH) |
2015-08-21 02:58:09 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - security update to py-tornado-3.2.2 * fixes CVE-2014-9720, XSRF cookie allows side-channel attack against TLS (BREACH) |
2015-08-21 02:57:05 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - security update to py-tornado-3.2.2 (last in 3.x series, does anyone actually use this?) * fixes CVE-2014-9720, XSRF cookie allows side-channel attack against TLS (BREACH) |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |