python3-aws-xray-sdk-aiohttp-2.2.0-lp151.2.1 >  A \۸/=„oo)wfas1ܗYށfgcf]BGt o[JʭQ_$=Jg%zԒ>+_ (ph}2S5)1qՍ#B}9sU%P\/E.P<{$}")P-t2LZ 1IyWqc$,U35K߼m #^M<1_:6eb4941ada726038d3e0ab14c983364e211273409fa682b4c88ce1032eed1cec124050d27577fa4a9dbb9f96cf701f46d3f1ded1B\۸/=„nG$^)q.PQ.z1b$!Pk"} <3zFY㊒af!cTqp> ? d% / \04<@S\g    &  @  t     D   (Hh(J8T9h:F+G@ Ht I XY\ ] ^bcdeflu, v`w x y $ z H X \ b Cpython3-aws-xray-sdk-aiohttp2.2.0lp151.2.1aiohttp 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 aiohttp backend for python3-aws-xray-sdk.\lamb07eMopenSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch 7 7 ' ,]A큤A큤A큤\Zo\\\\\\\[Du[Du\Zoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855a04aa655813889760bafcc8f81cd50ecfc6ab5db243aa1940814a3787bb6fbf5a04aa655813889760bafcc8f81cd50ecfc6ab5db243aa1940814a3787bb6fbf5de9d6789e9b73419dbb4eb6c0e93249704decf19542c625ca1c6316e5363d6a1948dd7b505fe460e6c52d7ac7c92c7a87f8877aca716aef7b358a3f5181047ce4d6010c9aab553d258ffab9317e4875361836255e09c402aa655dddbac9d44b78d8297a3ad939227b7d151f9c85f15c1149530d8b817652de9dc43feda9f2569e751edc2c66b612844ce3db222d5e6a529328d7633907099d35d5babe95dd6ec8f6e280c2677fcd0a3a1e93397f9eeab03b537a14a58d520e0b3621f2a7427d8b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-aiohttp@      python(abi)python3-aiohttppython3-aws-xray-sdkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.32.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.1aiohttp__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycclient.cpython-36.opt-1.pycclient.cpython-36.pycmiddleware.cpython-36.opt-1.pycmiddleware.cpython-36.pycclient.pymiddleware.pypython3-aws-xray-sdk-aiohttpLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/aiohttp//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/aiohttp/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-aiohttp/-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-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII textRRRRRRRRRl&w6A&J>x;jx=:ТYM]& Ck/{{kidveh/1˩ނhultW`~W|缳 tB҅\ 5a̋\z0$}_u涻imoTJI0׷o#ȉ/]Tí ~ LerB@EA#ĒVgz;*}`~?p#⺲ Ͼc;s\5.RI&cI6DW(O MkF=2ګǞuA]_7z#/DgIےpߋ 7 ,$e-ų!/['nDf;w Y bݝ?.Ay<j{0T<+`su96$lʼ9G2 JX#Q)Eyj HpQ܋.ngr95li_՜7>z< c9j#uQx8{XD r75p[FbeYoz6 1/6e|+mJ49^ܪ3亪3ԯlsJ^nKo5V^ b'td@%+ FVN ܜPNdxI_2p9*> ؔf7x2;&3ğFZ-o&¦̆kR'CVj HZZډx8tJ䊥-Dg:1A @]I1&#Aޤ Rn$8fYM.Tt(ɍ>筇t})܆J|.,(>RhlP9i<{F$&TNwA鍒(*ٞP[p #U_WwjThN >3 a(!X$o+ɲ:/M[IА8 XDװY͵#/7XX$. mѥv Gs%t:eT(  SFD-dTƫ;@tܢITA &lФ8NSؑ͂}`Iף lD ' Wu0zH}9; SsYH[ EI?b+o#"L(R~F{1.dg"&ӑ:y^9FjV}Kۏy4d3LRj& /Uv*ȵ? {gpOD^P5{_[nB ̠^E-c>ɪjgi~ijX9+59?ʢqPLG(vg1"4S4Zj (cqG|:턷38^5v!,wpz*՛;*js%WZO$ֺ0tېHԎf¢'+ _At‰u)9#Z KMa.N'`& Ti454({⊿*#ȲQn:?#2ҧbd%7'-{q= Xvc޲0;˽vHs~taG%'x/F]u@8UE4xHl1:DkxuAy1@)8|T #"%W6sQThVv!8X7|nOf0NQY}u)$)C{";vDKCSh TQRD_.ĶAtVMCЫN, ^n]k/ ]kí7aꌉ R,5JzۋXrLu)y+)|Qj x;7tSHH] f-V2PbgTvX;"?[t^O>7_9m0j4\񴵽9e l!lD8@ӳ5RV-oP܊U6Ŀ*"tPUm8]aOWǒ,:f [fhDU-q9w:!]]xO@ElqZ+ܕK]f@29!r XZcʚg]巂P"(n٫ |+|w9LbA.8ڔtһkMWg/߆?_pRYBw~h4(e ԁ +DrP%b$ ,>$Xg']uA tZtIo{쪃"+ۜ%5 Q3TJ30e9X}5S"G|#0]"?+m $5LmFO\=9Ntcu5tD!iۤYPtk{捑$_sA <Ͽf8LD_$h9)w:0-RᎬƴkr8SAumN7ې'k9\QHy }qWLJ1z=5]y_ $v(m1zpLaf> c! K3; 6Yk"֘=~(c>s/tA E+K6&tK[ GUc;H<{xW7G4ɍTT5+{ h߾*!תLEA'JȵR|^ؐ1Wr.mЇ?TN))'jA2->1(U)sVIHFMk=ኽ7O!7E-/X6gf#krYL{TDDŽipkf4KN( 5"duJVVף%tc{.${(\~El 3Ƴ{ E6X-[JТ8b9p/ aίP s£Q\>%x e] xp[(<ŝb_C3sVGL|d$ Tgպ"J'-90ߓok%f,GmLw %g'+V7v9}umJg$::q3. 7٪!`ASdqѰ5Bq*lg xȅ[i[ h}A& 66y!I'pipY.=,jF֋{u]oAZ㛁`;$-{ 4.GwN/^W!zm3R(Fu!m-f A_"ROC0Xjf3K ~@";+27܁0PIq݃wڝ{ǓvuqC} +n_&^W玈B6Y?dW_a>QqN2+FWI:ȿa ⮟Q ʵq{Ԛ5uD v ^s@Uyܥ!ot[fJPƮxJ}e ?GxufUP*sNg V&.q# LAOWuRX uO:(L9_ep,l9H>{xF1F"~(>M o\>B]M#9NFلL> zV6:Щ6o,΋m6Ie;~م]P70# 0͐%A VqJ0_}=k_!4w1hťƅ8Y0Oᾰԝf|lԫϰ@pS0BXwfc+kU˰{Ez$vSLkYbJ 1-E.[iDəF!tuIÉSВި"-keUZMߢ#NE쒫Nm*%h.R䦒s͎H|E8cSCƦ!F)VO|01hzp*{kTxy7P2۶eY)g"+޲pXYz*>'BH§CQ7}*!Ay\"X1S=t~ޛ?f>tzz9@Gzt@,xX9◟{D*'t>N@/εڄRsE"bdHx(m+l@t8o@[)6, X 3}ȑas;Lm3Ez^ /xpr+~ D*G Dh1мok svgkJW\қ uF?/J1~T~Vu~9&ɓiO,Nd izr\DFn!"?X-u!VTƌ?QR\_P#P`͉aˤ~U:Hx"DĮ!h@Fl K FH^x} G_t\%A@Wľľ9r;Mcr95;w82s>ȫ] &ʹ/vV蝨e" ťn>UX5.Cd*%QB˔֦/5pQWʪ p-޳fI:h,(pL=xtKaf ρZ.w9[␿z2/j'pGn' rQê?q$:J~"3ȾnXj95ȬB1tl߲5 \!|8 ;ϖ吴pyZByϚ`I)%-R-۳) 8ލfB#ߧzv _\9~#uFѨ ،Hpvhma3m:W8]Nޑ;%K_&Z/r4'ߖHoEbuWa ָ)AbVǩPogj-i;sթn [K*PBJIt ]If v3NN7Z6O65;Lcf2^]Gq4ȋ 5$"b_69(KL2Smb ӽۄ<ܻhK\^1r#g~il m{4 oK¦a\kRK{纙K۝%>rlk6*{ߊd CJg25(hvUr *n+0N{v״gD)t,mK\ﮦ垵2=nvvCgOG߷!Q Rt|Y5E9'fFXc(f &QV9CC c DE  ʾbgLtYNlfEbf\J2_Cwe9 ߊNx]ى QޗB?]bO㛺]͚!ד@#pߝ&BwDT(nZ)q>cv[d5H\VvLrűY-r^ }w^zY-unym)f ~9/sn";R&YYuݢk< k!M Q8Ѐ#Rh1!y;oͲsɂ^OJ*=>JхEg6רӺ(/>O:5 G!AB#]M6}> }I`dot8ݜ7ΐѾƿJEC̉tqiJ &⏰41n ;֝A R |@YiI3oV4D[-qk|*I/"Ch^mG 3}Ryf)ҵSəXʼn‡bw~(+ $ԕhyS9Kܮ"𛐞 crO*;|V!,PːO6!/h5`=f] <;P YZ