python-tornado-debugsource-4.5.3-3.3.1 4>$  Ap]`p9|ڕ׋Иi>88>ؕp]J@1=.Gs&/=vw/=yt1T]<R],ep|XB0͒dals&hjwzc&&91Hbg7lTK PYب\M^ZEl 4d`gÆ.^WiOLQ1(;ųgmKLBL 9q)d-9)<-EA1a7 f15b0da0a0b7941894bca3d136cadef67cf3c6767395d229a0a79258465bb7c5acacdc2b15df670ea74d1e786bf5dc2df6cf22a4)]`p9|q#V:{ۛc#ȇ1oۤZ9(9hAd#ԆkjꭋDX9Pyo{%jJ* [@BAf^ -?nfpZʋ\+wn!%l9.Tݭ{Zu $i\LbOKh~Çz)Djo98鱡6JҎ d.#c|ǯ.yZ$OT rkozQp-~ܰ;7>p;"?"d# ) R )JU k}      +:`l(;8D9:FG H I (X ,Y 4\ L] X^ b! c!d"3e"8f";l"=u"Pv"\z"{""""Cpython-tornado-debugsource4.5.33.3.1Debug sources for package python-tornadoThis package provides debug sources for package python-tornado. Debug sources are useful when developing applications that use this package or when debugging this package.]sheep046SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Debughttp://www.tornadoweb.orglinuxx86_646AA큤]]ZN66eb954ff3c66359e6a8ae8e6523de2a06fcdf1061f4eeefd4b78a1218d18fbbrootrootrootrootrootrootpython-tornado-4.5.3-3.3.1.src.rpmpython-tornado-debugsourcepython-tornado-debugsource(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]ZZ@ZH@Z@ZN@Z'ZfYYY@YMY?Y.@X@X-X)@VzVhVf@V"8@V VV@UpU5@U7@vcizek@suse.comro@suse.deaplanas@suse.comaplanas@suse.comtoddrme2178@gmail.comjmatejek@suse.comtchvatal@suse.comarun@gmx.deopensuse_buildservice@ojkastl.deopensuse_buildservice@ojkastl.detoddrme2178@gmail.comjmatejek@suse.comjmatejek@suse.comdmueller@suse.comtoddrme2178@gmail.comjmatejek@suse.comdmueller@suse.comjmassaguerpla@suse.comtoddrme2178@gmail.comkkaempf@suse.commc@suse.comfcastelli@suse.comtoddrme2178@gmail.comtampakrap@opensuse.orgaboe76@gmail.comseife+obs@b1-systems.commcihar@suse.cz- Add patch to skip tests failing with OpenSSL 1.1.1 (bsc#1149792) * it happens only when using TLS 1.3, so if user wants to use tornado, they can hand disable the TLS 1.3 and continue * add tornado-skip-failing-tests.patch- add tornado-testsuite_timeout.patch (bsc#1085661) extend timeouts in testsuite to allow successful build on ppc64le- Allows Recommends and Suggest in Fedora- Recommends only for SUSE- 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.- only buildrequire futures / singledispatch if python2 is present (fixes build in environments that don't have python2 at all)- 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- 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- added certifi to BuildRequires, to fix 'ImportError: No module named certifi'- Fix tests- 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- update to 4.4.3 * The `tornado.auth` module has been updated for compatibility with `a change to Facebook's access_token endpoint.- 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- 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 `_ package is now supported as an alternative to `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)- Switch to pypi tarball. It uses "4.3" instead of "4.3.0"- 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- fix macro - use package name python-backports-ssl_match_hostname on rhel7 - define py_ver where it does not exist- python-certifi is an optional depedency when python 2.7.9 is available.- python-certifi is a hard dependency, not an optional one.- Remove python-Twisted BuildRequires. It causes a python-cryptography build dependency, which is currently broken on SLE11SP4 due to old OpenSSL version- 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- fix build with non-SUSE distributions- 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.sheep04 15730501124.5.3-3.3.14.5.3-3.3.1python-tornado-4.5.3-3.3.1.x86_64tornadospeedups.c/usr/src/debug//usr/src/debug/python-tornado-4.5.3-3.3.1.x86_64//usr/src/debug/python-tornado-4.5.3-3.3.1.x86_64/tornado/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:13128/SUSE_SLE-15_Update/01f55a1aaa01f0df57afe677bac3af7a-python-tornado.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxdirectoryC source, ASCII text?׺`3uf/utf-8477ad3c6e2a2a00e75eab59669ac06c75aa1ddb5c88944ee1ebd46bd0c292264?P7zXZ !t/] crt:bLL FIhZ٩(ZwtD42ҹYGo`c  ۰(q1mQ_n45PQwqal8|cm+SJ"ך׉'!g ^ī$TvŰc2蓮s,cѤ#пؤ;ٹlj;4ȗڴBuvu|]2pt.!pv9-y(2SKm^&}uz@[ R>1$|0~eN8VfD7sd,q~)q}G:W,xgAs](EQJd}KlϿq*"J W19}tT HpvZDX\=dy*i57[ Z|0+[`=Iqt!o= UOcSM}È eEA?z[;-@w9ϸS%EVIيPˡ,c~FpEz~x =lU @;A YZ