python3-aws-xray-sdk-aiobotocore-2.2.0-lp151.2.1 >  A \۸/=„tv/dK{N RpGoڸ"_N=&=}ofcSj#3o /뷭C{l<ξ$Qeޖ2R\npíF N#NK燧f(h̓)i=0ߵsМլyՇD^<0q"ީ\t|Lށ!'|y kVbi/.:{7 K$"*aGqI>soB.QUK'o :WxBi*a51d1d1738be0de282511f67cf290271f2560d119c6f08fad18e68aba1e5b2d3983094adc614f54134f5153c43650e50ac30f9a217,\۸/=„\[4Wά0ґR 4ǀ}YP6~w:^Mx?난+%7I@uW"/P G_L2i\hp2}|'O򅑼BTe\^lO(PЃOq+SQOv@;b[p̺렓$|0% vMb %\4#sZ$@8[Lhjɭqgy [}ͭ?H܈^* HBP>p> ?d#) 3 d<@HL_hs      4  \  &  0 X   4T(78@9T:FG, HT I| XY\ ] ^bc1deflu vw4 x\ yzCpython3-aws-xray-sdk-aiobotocore2.2.0lp151.2.1aiobotocore backend for the AWS X-Ray Python SDKThe AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service. This package provides the aiobotocore backend for python3-aws-xray-sdk.\lamb07:MopenSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.xx,]A큤A큤A큤\Zo\\\\\[g\Zoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c83c679a8bceca8715805b55b035f821e55bd45eaf409acf4aa469c33428baa9c79c679a8bceca8715805b55b035f821e55bd45eaf409acf4aa469c33428baa9c799c7318e959aa6bc0eb7c1cedabeb8f9da87f6c25816ee075d9c50a68076547b9882c5af7d44a14960ff0e3332d239c079c5fcd9bc502faf27b6ea601215353ec27593641d015873b6c9f38ec8299f96efee9452d5d8d0b24af58a43c9356f3c3b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-aiobotocore@     python(abi)python3-aiobotocorepython3-aws-xray-sdkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.2.03.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1\5@\-@[[_Z@Jan Engelhardt Todd R Todd R Todd R tchvatal@suse.com- Do summaries without em dashes- Fix handling of python3-only packages.- Split backends into their own packages, with proper dependency handling. - Add missing jsonpickle dependency.- Update to 2.2.0 * feature: Added context managers on segment/subsegment capture. `PR97 `_. * feature: Added AWS SNS topic ARN to the default whitelist file. `PR93 `_. * bugfix: Fixed an issue on `psycopg2` to support all keywords. `PR91 `_. * bugfix: Fixed an issue on `endSegment` when there is context missing. `ISSUE98 `_. * bugfix: Fixed the package description rendered on PyPI. `PR101 `_. * bugfix: Fixed an issue where `patch_all` could patch the same module multiple times. `ISSUE99 `_. * bugfix: Fixed the `datetime` to `epoch` conversion on Windows OS. `ISSUE103 `_. * bugfix: Fixed a wrong segment json key where it should be `sampling_rule_name` rather than `rule_name`. - Update to 2.1.0 * feature: Added support for `psycopg2`. `PR83 `_. * feature: Added support for `pynamodb` >= 3.3.1. `PR88 `_. * improvement: Improved stack trace recording when exception is thrown in decorators. `PR70 `_. * bugfix: Argument `sampling_req` in LocalSampler `should_trace` method now becomes optional. `PR89 `_. * bugfix: Fixed a wrong test setup and leftover poller threads in recorder unit test. - Update to 2.0.1 * bugfix: Fixed a issue where manually `begin_segment` might break when making sampling decisions. `PR82 `_. - Update to 2.0.0 * **Breaking**: The default sampler now launches background tasks to poll sampling rules from X-Ray backend. See the new default sampling strategy in more details here: https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-python-configuration.html#xray-sdk-python-configuration-sampling. * **Breaking**: The `should_trace` function in the sampler now takes a dictionary for sampling rule matching. * **Breaking**: The original sampling modules for local defined rules are moved from `models.sampling` to `models.sampling.local`. * **Breaking**: The default behavior of `patch_all` changed to selectively patches libraries to avoid double patching. You can use `patch_all(double_patch=True)` to force it to patch ALL supported libraries. See more details on `ISSUE63 `_ * **Breaking**: The latest `botocore` that has new X-Ray service API `GetSamplingRules` and `GetSamplingTargets` are required. * **Breaking**: Version 2.x doesn't support pynamodb and aiobotocore as it requires botocore >= 1.11.3 which isn’t currently supported by the pynamodb and aiobotocore libraries. Please continue to use version 1.x if you’re using pynamodb or aiobotocore until those haven been updated to use botocore > = 1.11.3. * feature: Environment variable `AWS_XRAY_DAEMON_ADDRESS` now takes an additional notation in `tcp:127.0.0.1:2000 udp:127.0.0.2:2001` to set TCP and UDP destination separately. By default it assumes a X-Ray daemon listening to both UDP and TCP traffic on `127.0.0.1:2000`. * feature: Added MongoDB python client support. `PR65 `_. * bugfix: Support binding connection in sqlalchemy as well as engine. `PR78 `_. * bugfix: Flask middleware safe request teardown. `ISSUE75 `_. - Update to 1.1.2 * bugfix: Fixed an issue on PynamoDB patcher where the capture didn't handle client timeout. - Update to 1.1.1 * bugfix: Handle Aiohttp Exceptions as valid responses `PR59 `_. - Update to 1.1 * feature: Added Sqlalchemy parameterized query capture. `PR34 `_ * bugfix: Allow standalone sqlalchemy integrations without flask_sqlalchemy. `PR53 `_ * bugfix: Give up aiohttp client tracing when there is no open segment and LOG_ERROR is configured. `PR58 `_ * bugfix: Handle missing subsegment when rendering a Django template. `PR54 `_ * Typo fixes on comments and docs.- Initial commit, needed by python-motolamb07 1552261066 2.2.0-lp151.2.1aiobotocore__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpatch.cpython-36.opt-1.pycpatch.cpython-36.pycpatch.pypython3-aws-xray-sdk-aiobotocoreLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/aiobotocore//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/aiobotocore/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-aiobotocore/-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.opensuse.org/openSUSE:Leap:15.1/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRl&wJ,Wi۸N}x*?E)69{G0<)d| FUG13d8 كݽҧgFa}}a:ӏLdVAuQ 0gpO3H aW52FI2ZYN&L%}|#ͻv5q*=eȅC*˦⽹LSd̔QHWB{&Y,6ӟdsgtaHV~YʋgYY H Kpk&X:2N3]]?r ^[|" |m s_`ډeO1uqfϩ} i>CXLw:@rCs#BX4€xV”_dJG{sp̷B(QjK-9?7 ޞN3h3ysPٯqE~eb0Po"yO +r bgr72mQGGաi F3N @ԛpg"D'uTɿrêGឫh2f{0_ۍVLA6_X.O)e*+K_}`Z,H־K7~֕h́ 9] lzG]N8>F)<4D"#[}C`vNJRuC)>O|Q=:~o&ؤ{uN!.S"&Y$ AdQRi.Omg ~ !tpN{q?)sXwt`wm燭e9DH"/tXT@#@=uGcF~_m5{>'qߩT Ab]yqy'>?9_ܼP{ä嫗 {!nx?lE9!w0'MYSĕԔamLFvhk\a&Pm_j)VϦT:ÎGxʁQ׬6ZNEhL5)+ڍXD zbEn>]1'!D>ca>o% "ʄytR XivlTcB*N-kv<eO>K&L绍ݏD*u_3|;4Jl 7oߴUk:aLz!l,|fih4l޼>VjN]1_./n>C?[.5۟t4jOᙗ6Ŵ Dl|?NpAF Rv:)gn7u/3oEH g/M] ˇPt}ئjHH?Uh/pkʧr| PAN_ϋOrﰉgD`u Gڭ\0(xp(/}VA-V)hf9֋g۟U]LǍr69V:gu|GM$ØUou^|c۰FcOe)XK2K=\,s]K ZFYLnͿ&dp+;oBbM*VnMr=.żat:PXBmPU #rަ}-ga8̻#,V ͶW8OI_!HIY jm^ѕiFDCA4Q/Ce%Π<@Esw J8yZoLQN- 4[[EYc+ [Sܞ`z}㾹9o4f•Nu'&E`ñtrKT囕HI}gڏy\ShJTlHH7:Noǧߪ|QL EdxGǃX5]H8"Li^+MBlL+9hS޳ $~Sv,1+|{co (> s2XO*f:-;r)pvZ${R~Ț+q QPީ*˜&hjB/0{K VYB/f -S}!>pyD\w'ɣ\ AO qыDNuļ^4۳ڻx~J;+F8$|\bpe8yq5eM7:qWє[:"#Z]vIľWғJ^BpzTu*Fa ̃ 卲^[%oKm1irMUU(Y +jGAq_u3 dc$dU"t_>l}C"Ws6qD&ˁa[r(4y `Ͱ,Nz?q+cRP{؎?P(z-/V\6>2al!VmÂ[c㔛87GT[]+P)n(@?g-)yMU/''-B|!HudjQ&\I{?<kL[4+mnpEs<5!Tgf`J>.8C&_\I ל׃UR`Fl2|:-:D餬JI I fϑ`ab,qkxI$!NXT:SA1hO"5ɜb]ʖ+ϟFL7[WMΤ#_gudH#h}qۯ7ͮ(I._H̅ȕ8 fv= MB*2֒xvvrkAtF5S^$j~xo!2yx?g(6P}qDrR|)@c =~tVDo,a/P $e)Y/ -7`_Qe& >hq–^ e6/:;s(D~+ȍC/b8=NMv+m9Quqd@a]Y!^o={x2R"͒sÚǦr+"-['w<pc&*\7\;eY7 LsG9G>YIKLQQMGOFuxKe*(+Y8/Gq혛g0GX/l5)*|~}ha'VW ?/{/"'D\L:׆\J'.- VNPuBM{s$_XZ7Vwi,ud=g ( 9}9O4vL@XiȉO=ID3m"*3@b\R`-FSD$CEtƨ+KMÐbҧ۷X4A'b΅BqTzczC]0<$?s*\ŕ|^d T/IjBBӢzENa{jŸz󌃥'C&܁? \)~?Gc%zmN,xsб"!#T9`aZVkA5+6kT`F)J sk Za<\1:Z4"vXY?)`?/k->ǮÃZ#@j!v9XKHr ḣkgH}$5 <15H[S)*v.zb]z8zSd%;p!p.DLHoE>S iE+.hb_`zދ,ޢEAD.ը1,ytϧ BTqV\`WuL ^o䊬uWH'Ó^s~&3`"+ h9z-JXy*>r3 9Y.PIB-1y`v۩s6.~㨈d4m?|7 lkT_4m3Ǖ6SAٯ,W''C,|"0i.%UOYJ jb-p dy`?*=' m4uװ%4ȖD|@p@fII0M*Aȫ_/cmE-i7_ PF Ѳ2 !K [Q)^ME1y[*uSDsdOHDBZ_f3 uz9.!W„:p(Єo YZ