Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-tornado-6.3.2-150400.12.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-tornado Distribution: SUSE Linux Enterprise 15
Version: 6.3.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.12.3.1 Build date: Wed Oct 25 11:20:42 2023
Group: Unspecified Build host: h04-ch2a
Size: 216 Source RPM: python-tornado-6.3.2-150400.12.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://www.tornadoweb.org
Summary: A Python web framework and asynchronous networking library
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O, Tornado
can scale to tens of thousands of open connections, making it ideal for long
polling, WebSockets, and other applications that require a long-lived
connection to each user.

Provides

Requires

License

Apache-2.0

Changelog

* Mon Apr 24 2023 daniel.garcia@suse.com
  - Do not hardcode the python version to get the python-tornadoN
    version.
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Mon Feb 08 2021 code@bnavigator.de
  - Multibuild and singlespec again: remove a lot of duplicated code
  - Get the correct tornado6 version from the installed package at
    buildtime.
* Sat Jan 30 2021 code@bnavigator.de
  - Make packages for python36 and python38 in Tumbleweed
* Wed Apr 08 2020 tchvatal@suse.com
  - Add conditional so we can dynamically turn off python2
* Tue Oct 01 2019 tchvatal@suse.com
  - 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
* Wed Aug 14 2019 toddrme2178@gmail.com
  - Switch to tornado 4 temporarily.
* Fri Aug 09 2019 toddrme2178@gmail.com
  - Fix package name
* Fri Aug 09 2019 toddrme2178@gmail.com
  - Split tornado versions into their own packages.
    This package now depends on the current preferred version.
  - Remove patches since there is no longer a source here:
    * asyncio.patch
    * openssl-cert-size.patch
    * skip-failing-tests.patch
    * tornado-testsuite_timeout.patch
* Thu Mar 07 2019 tchvatal@suse.com
  - Fix fdupes macro expansion
* Wed Jan 30 2019 tchvatal@suse.com
  - 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
* Mon Jan 28 2019 jbrownell@suse.com
  - Import necessary dependencies on Red Hat platforms
* Thu Jan 10 2019 tchvatal@suse.com
  - 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
* Thu Jan 10 2019 tchvatal@suse.com
  - Drop patch tornado-async-deprecations.patch that does not fix
    stuff on py3.7
* Thu May 10 2018 toddrme2178@gmail.com
  - Fix building on SLE
* Wed Apr 18 2018 toddrme2178@gmail.com
  - Don't require backport_abc for python >= 3.5
* Fri Mar 16 2018 ro@suse.de
  - add tornado-testsuite_timeout.patch (bsc#1085661)
    extend timeouts in testsuite to allow successful build on ppc64le
* Wed Mar 07 2018 aplanas@suse.com
  - Allows Recommends and Suggest in Fedora
* Tue Feb 27 2018 aplanas@suse.com
  - Recommends only for SUSE
* Tue Feb 13 2018 toddrme2178@gmail.com
  - 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.
* Thu Jan 04 2018 jmatejek@suse.com
  - only buildrequire futures / singledispatch if python2 is present
    (fixes build in environments that don't have python2 at all)
* Wed Dec 06 2017 tchvatal@suse.com
  - Distribute license file
* Wed Nov 22 2017 arun@gmx.de
  - 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
* Tue Oct 17 2017 opensuse_buildservice@ojkastl.de
  - added %{python_module backports.ssl_match_hostname}
    on SLES12 GA aka SP0, to avoid build errors
  - explicit BuildRequires for certifi on SLES12 GA aka SP0 only
* Tue Oct 17 2017 opensuse_buildservice@ojkastl.de
  - added certifi to BuildRequires, to fix 'ImportError: No module named certifi'
* Wed Aug 09 2017 toddrme2178@gmail.com
  - Fix tests
* Fri Jun 23 2017 jmatejek@suse.com
  - in %pre, remove egg-info file if installed, because it's being
    replaced by a directory (bsc#1035604)
* Tue Jun 13 2017 jmatejek@suse.com
  - replace the complicated condition for requiring backports.ssl_match_hostname
    with unconditional requirement for Python >= 2.7.9
* Wed May 31 2017 dmueller@suse.com
  - require python-backports.ssl_hostname only on python 2.x
* Fri Apr 07 2017 toddrme2178@gmail.com
  - update to 4.4.3
    * The `tornado.auth` module has been updated for compatibility with `a
      change to Facebook's access_token endpoint.
* Thu Apr 06 2017 jmatejek@suse.com
  - 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
* Mon Nov 14 2016 dmueller@suse.com
  - 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.
* Wed Dec 23 2015 jmassaguerpla@suse.com
  - 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)
* Wed Dec 09 2015 toddrme2178@gmail.com
  - Switch to pypi tarball.  It uses "4.3" instead of "4.3.0"
* Tue Dec 08 2015 kkaempf@suse.com
  - Update to 4.3.0
    - The new async/await keywords in Python 3.5 are supported.
    Deprecation notice
    - This will be the last release of Tornado to support Python 2.6
      or 3.2.
    See http://www.tornadoweb.org/en/stable/releases/v4.3.0.html
* Sat Oct 17 2015 mc@suse.com
  - fix macro
  - use package name python-backports-ssl_match_hostname on rhel7
  - define py_ver where it does not exist
* Wed Sep 30 2015 fcastelli@suse.com
  - python-certifi is an optional depedency when python 2.7.9 is available.
* Sat Sep 26 2015 toddrme2178@gmail.com
  - python-certifi is a hard dependency, not an optional one.
* Wed Sep 23 2015 tampakrap@opensuse.org
  - Remove python-Twisted BuildRequires. It causes a python-cryptography build
    dependency, which is currently broken on SLE11SP4 due to old OpenSSL version
* Thu Sep 10 2015 aboe76@gmail.com
  - Update to 4.2.1:
    Security fix:
    * This release fixes a path traversal vulnerability in StaticFileHandler,
    in which files whose names started with the static_path directory
    but were not actually in that directory could be accessed.
  - Update to 4.2:
    Backwards-compatibility:
    * SSLIOStream.connect and IOStream.start_tls now
      validate certificates by default.
    * Certificate validation will now use the system CA root certificates
      instead of certifi when possible (i.e. Python 2.7.9+ or 3.4+).
      This includes IOStream and simple_httpclient, but not curl_httpclient
    * The default SSL configuration has become stricter,
      using ssl.create_default_context where available on the client side.
      (On the server side, applications are encouraged to migrate from
      the ssl_options dict-based API to pass an ssl.SSLContext instead).
    * The deprecated classes in the tornado.auth module, GoogleMixin,
      FacebookMixin, and FriendFeedMixin have been removed.
    * see more details:
      http://www.tornadoweb.org/en/stable/releases/v4.2.0.html
* Wed Aug 12 2015 seife+obs@b1-systems.com
  - fix build with non-SUSE distributions
* Wed Apr 22 2015 mcihar@suse.cz
  - 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.

Files

/usr/share/doc/packages/python311-tornado
/usr/share/doc/packages/python311-tornado/README.SUSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 8 23:36:38 2024