python3-tornado-debuginfo-4.5.3-3.3.1 4>$  Ap]`p9|(jbT:eh2eJU$ +%wg&V{S1rCE&-QAMo['y\}Ps$ ~@4c_S[q6e6ѥHW/ТOYL•/ds_%$y/xMC 3;zR60430093e1f2c37017d60bee389b6219c0d45ab37a60577cc9813b42331b2c39924b6f42abd23f03fae4b7250d6f9b650d36bb5dH]`p9|wɉcj ʪQmK!5HOP&5>tAAq֡Wm==2nӭ)~֧4Oc=qBWXdRR}bTFkOwT!*S2cG!< pGġ&䳰GGΘw;xc \S2'UF]Pgd9Pja24Yenr}/=XBS4lⓜPؒ -,զj|ʅQKD>p@($?(  & T 1R] s       0  {  p    0 \D(l8t9:F"*G"@ H"l I" X"Y"\" ]# ^# b%c%d&,e&1f&4l&6u&H v&tw'$ x'P y'|z'''''''(python3-tornado-debuginfo4.5.33.3.1Debug information for package python3-tornadoThis package provides debug information for package python3-tornado. Debug information is useful when developing applications that use this package or when debugging this package.]sheep04CSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Debughttp://www.tornadoweb.orglinuxx86_64aCAAAAAAAA큤]]]]]]]]]]]6ceb4b12761ff70b3ce10cabd215dbf4591bdcd8090aa3002f8c0351712b37c0../../../../../usr/lib64/python3.6/site-packages/tornado/speedups.cpython-36m-x86_64-linux-gnu.so../../../../../usr/lib/debug/usr/lib64/python3.6/site-packages/tornado/speedups.cpython-36m-x86_64-linux-gnu.so-4.5.3-3.3.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-tornado-4.5.3-3.3.1.src.rpmdebuginfo(build-id)python3-tornado-debuginfopython3-tornado-debuginfo(x86-64)    python-tornado-debuginfo(x86-64)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.5.3-3.3.13.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 1573050112 21f010408219e52357001890cc70a551bb8fa21a4.5.3-3.3.14.5.3-3.3.1debug.build-id21f010408219e52357001890cc70a551bb8fa21af010408219e52357001890cc70a551bb8fa21a.debugusrlib64python3.6site-packagestornadospeedups.cpython-36m-x86_64-linux-gnu.so-4.5.3-3.3.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/21//usr/lib/debug/usr//usr/lib/debug/usr/lib64//usr/lib/debug/usr/lib64/python3.6//usr/lib/debug/usr/lib64/python3.6/site-packages//usr/lib/debug/usr/lib64/python3.6/site-packages/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-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=21f010408219e52357001890cc70a551bb8fa21a, with debug_info, not strippedP?׺`3uf/python-tornado-debugsource(x86-64)4.5.3-3.3.1utf-89a49f37200a166803caabada10910f07bc4a6f2c33ac7b7887261db9bc76d558?7zXZ !t/KC] crt:bLL FIH2q\?(˟i0Ҽ+gmo {(/kѹuP0qYU;\^׾Uw;OG8`fȓ5`˦j{=cg]8ӡ:3_YnNX)#­ahuvW*=7IWq.ߜ}vH3$D4I#Cw̉?dLs઱] aYƗ-El`+{2~ʼcm\%EyT&Є;˿FOMMbR?=,gyJ(Ð-n8c6Rh]XLz_BVJtH 4w׌6@`"^=ުi0c peQ&{X ZFZe-PIID<7OQAWbߟ3yZ>BDNXjR]PBt GMă~*j2P}Ig4ekCjL*5iŞ}0sG&[Ow5b{P{-+RfܰP4t)eܒ!GU\=ɝ6 Y^MOc/IK;[EibqˌgOQ>?|̅ob9Nt.nIִz2NU5t)<Fvlox-^cfĞ4 gݰy8h-Oqzd=mrR["{ab 5 \SR@AEuߪw 8rq6`JBٮwLC/}FNCiaD>hˬ\"}FqrdsVT%ia`+y/`qJ؃&Jrr Q9`mMsRUP.R6h疂enЍ#'& p>t5`#-Wg~5AV8J+RHGӷQ: 5޸L hĬV:Vd×xؼِ^=еgRb)&y)oŭxCɗe<喃QܧԬ yRovͶV8;]qt>_ [а6V'7AԱtl_Be0#GkIrsGq>TiX*w;bg=ڽOb $4=Kj/8MΔ=VW~` *V)댌 d aҪ'tL!/wGt_)ߏ'*{["ԻGgt폂n;A.ghQ2z|d|u >N޵%kx 'pf15W)eJİ}~m~}8;|rQkW&t/sͳ+Wy{CBoڭI<| s/X`56ʓOV(.45! ѡEU1.u T3$V4KϖS.il&00!;xQ+G))Ү=K1 ȟ#&~_@m07M]V7, rGU71g٫Yhp:PWݱ/G'%Yҕz/Z cƒkuQu]qa|9H+z@D(n(M"♰'!ivrCR0dOoҴq9# aVXŠG9s ur\P*o>/HodC GROqҡW!Q }Fh1JHNeMCymFe &f'a Pp\%iIhOs F?2Jqtc#tdw!1ݻ&ŸwU?vu,FndG\F*&GS,@C[*,~ #ϳ0ȃ*B=# }i.`"q.YY.̀{VBg0xU>&!\x(IX%\YLl-r؅q!b>n\@bN`*SZݛc Zbgp.-CqOʀƏo~( /[ $փ]:=L:m*)ڦh8Տy4=Lb^_h@,oom+AUo#4c2c&i* OQGl bJ}EO (boB5Q;= ]qiH1\$+\ 0P"S:'r9i|>Ձ$0U>j!?L+DQUUt+[n'd;nĨNh%<S?R;GP(y&rZV¹_BS[R\m2 S;/7Φ8BӘ gBy16xwM<(`*G՜nAW|K{gZ6Kõ ~&!WXd xN:@gi>pי;=:݊/Չo&oT9FkTQS -Wv|G,/H5W&{B5↤'rt_v?C>hB9_4jt෤~!ώfW]!nFn(gsD%<3d.X~Jb>zRc@[6铸@~T8&JB QbCؿmA Tgc@=kz[U |PGTpA"U9%'c7cXAI _vZ @*;mg\`.?͘[v<*jDHm߁R$v&V*(Uew>!i*,M{^ ZS ]˅;ё "1_8D4Hc1S@A:tr6N4we[G/Q8:FTCfȂϻ JU t|J˃t6K?#scn|{Q+jgw%5R} N7-hʒaX#1@"婓г8E/D1ͨ`jVWyO*k6AJӪ#FT* el<>pn'B.` m<G=s|tń ]1=TƓOɰTLMgwmJVoPm`wfJ|U[G6*\_v, 4j]ڕK?)_UA)Fo36{a$7g~a=xJʹ5*P/=`l'rSaS_ȟg%O)M=5('P1v)^/e? .咻Q%إ]C#?RY->2`J7P z-B: .rph> hѻ*D=+A}y=[@fv[:A0mpW [Kr 1 /&:`Iɦs5oF5^Ǝ2wLga>Zhjl&e۴ 3Pb43DҠl?p ;AUUq/'9rR)]~JM rWN)E\P/1K Ǡ'&W#`~W^OWy Hd^QA4~S$K?>$Tf 6k`u>OͰvkV?-o.;Xrt[׬! ;N%lV [/-`i>oHp5tcuݘ+ 7ku?18+$O͓L,FQnxSHK韫}J:.;Gg{F>m.J5=lԽ.;@N0vOT*\-SGbkyRrሺYƦ5$;e @%ckjF448T0cgiBVc6`d ZP EE!{bd ~ lϖú}Ow6wX! =`5]3xxZE cqmcHgo6#b "SH0S>Lw}lZ"X.# zjAY@6S ~Ok4"X7ң6?lI#_iE|Ш|(;̐~`OiVgϱ#oFv8Jx>{4 T~/ơENEKh WC3+9;hǴSQ렄AR;3kORɚ z&rkKIOwwX}êsĬ-GGU8=%jNbE9_~oFYf|go]W}El^'K61Jl|t'Na|վ5M^b o}-D7}:Oo(hD]zĈױ%PdpjkPqvm/1PS A ĺ]nBrKi^F2!3Jgm+="~QdɲcQr&[ ^H4huAXP ѥc!JwM'璄@{#I19 Qdn̑S jԔf%ց -4LHvhJ1Y(r1醽ӫTZOz_&Q@NɡYWhYJڐEb(02-\K]azɶmΌ;Z-pD߀i,,#l3b {o{H\X)*ߒĮ:qe?(KX5Q C[֠51r ˑF()yp('[e g_[Yu+CN'66(B75@)[ 2x`]>d4C*H*uq:)e`G<:COsCpADJ0AʝB4H;)./A $/Œ-|Q'x)>jQIb+J0'w`y|AF|.//gFI/P{U\k,at7¦E"hă[`J1wH>#ޒ8ĖX YZ