python3-aws-xray-sdk-pynamodb-2.2.0-bp155.2.12 >  A dkL؊I%z =}BCߦoJ9AoU= kοv)u xN|b7W~jxK9L'GmkDp{(oY4`qR Biܷ/_z-3qj='m+e4-A(&jQ,ԟ=L?- ! ЋVĺ\} y7=Ϲ:ҏjOyc=G S%](&(l򴵨Jt @PB,Dx ߤM/ k>.hǢx @NfxDxq|}&j*q:AJPx8䊠x;H4#S.},兓L9!D-i{mD*JLa}/F8օ[Zx{]A5 Fht? %޵XQemg( ?_zNN;zRD*"X+eIX,^pXcKFHO9a7ce7930fb5973aecf79d09e7e9f48c31e2fc3e0c5b467219d4d459d4acc51d3cd9d471d2fb30dcc9a4dfb1b91e989dce739d79:DdkL؊I%z ,s0aK9U IVH/г/CMQ6t4DoT,̨ %ɕ ֲ5W`` _(m}0 = F ur`< zp3zְT.R_=4K8ᎀ8[d7V%e :ku{‣E<]b^u2f6SwE !TnOt(QV3p>?d & 1 _48@Daju      4  \  &  0 X   4T(48<9P:FG( HP Ix XY\ ] ^zbyc"deflu vw0 xX yzCpython3-aws-xray-sdk-pynamodb2.2.0bp155.2.12pynamodb 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 pynamodb backend for python3-aws-xray-sdk.dkLsheep88DSUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.pp,]A큤A큤A큤dkLZodkLdkLdkLdkLdkL[gdkLZoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c830da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850449b6562260746a43350065a1ef8b0d52d9c5d67942632341738affad0895e74e18e4d12fa4c2287c1048de83dfa1daa58c907c1bff75a9f381a540473abb491a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e55b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp155.2.12.src.rpmpython3-aws-xray-sdk-pynamodb@     python(abi)python3-aws-xray-sdkpython3-pynamodbrpmlib(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.3\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-motosheep88 1684753612 2.2.0-bp155.2.12pynamodb__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-pynamodbLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/pynamodb//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/pynamodb/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-pynamodb/-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:Backports:SLE-15-SP5/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRR.[<.PTRutf-8ceb2e30bc245567b25ed3c002f7af250155456755cca79e1154a1171afdbb446? 7zXZ !t/L] crt:bLL ؝. bP$\!Rx 隕t V]pWIm;N_摦dB"ߊ~3N?@m51u7ɡd c-I jĩad>x"=cfB_o~ɓfp` ;׬*Ѯ#؞=nn(>Gy@BdM )f`0SdEffZ*}O,%X\x7e|^vBoqx"߹t%$1w6/dVnSO tj쒑ܙk5m]Wb+$[`]\G1mQV1&/֬[H;MV0AbL;L3[v+Ƞ0XscmwGOT!gҫ:+UK._I6` RݎR|G-l>]؄b,sìavV¯ <&$b׵fu3k=Yj;EP)РhN5 nfU_9/ݛ4)8^0@-:E1c!.GhvnERg5]&'_}ֹFG<o35jfppmZP`VB~ei>Uxflgx5,V1(C>J_^:_"M:QC.E[VRySL dELw/u\F b+%&KuSo\mL 2͊<:=yӠOЖ's1[:7y-bPu[Jv:=C1ex538׍"QN !4(l 9x.kG{oO|C'ߧK#Xlo+÷LَUpľ«{42|W[s.l5W3PUKj' oZ*0tZH([3ށ٪ N t98%pCMf۶`ي;Yd<ąȨۤ\%JDF2(MYxk{ۄ8/rb1]q:JTC4YP%C,}1嗝Pc?G0{|A Ѥ[G8I"pLM^O<7/4q=|i] BK+܍n#ʡ{bcr +MGkEvrt{L-Ԗ%mA?I؋uPQЏt!=HtX7%NAs0yy(NP3J%,< ;jדƍ>!H=6^JxSW}xnJeMJhVKov )7}D?Ӯ{ܡʹ29Mcb,O#i!v!N116HfiWq?dUx*ߕ P60\ZQo(O^QZ q!-ÇBX!6K6B:_^<}OJ~Z'jg` Trw`ٯŞT$qdsrD挴Iʇ9Qdo]bMSInvBom}5 RX ^ Ium(Ew4A{zg1tD`Q. ~*^ نb^aIv KXd1Fve$bIk!b;c9RVAj(kn`;k7SCR]$ABH7YGgu8 BgSvp".wNplz;OZ ƽH_;>rRE]67( l6ِaYZ;-{`;^T;cǺ;͵O QHл\n7`%5`G}-ÊYzLຽt,i m.LDZ8V_tNwl eSN]IEdgE uWDZ!džB(ߖ\9:O AK_((SqK :C pM&_@66}@?B(|ɚ5L_U|% -lj2ϣ۵T=hPHPxbmǣdHRP |ekT͍) ,֨PŒyFOuT \U=/)˜􃏢XsOclޞ)uqpZ0̗95*n40Tz$KL57Cï-/l5M0CC3r,AY1t>S}In- v ^k KO'9/{ݦ~m#\% bQG"2Ïޕ3u Wxg##򏐥*y:IR Ro w!ݐ\4WY.`V쇵#IΝ bA$>DR]lw63aǐG7%>|&.6v, wMP3_̳:*\+EhIl|V/׸J|zsk# A9W+g\T\'1[I/ׁH<_ :F(M0(C/1N5{{_g$ݤ(x ))ʗI\u5sQNѿP&d=U"ygPC8Om)k[S>gl W4ƺO0jZ͒Tf b-T@ +,5= \H)z5`ڂĴ~#|1~G f3(\V6{is-lE0' jT ˑc%Ky[Տjْ,Mn"v_:m8)Y QA@q2g]RwNBR6Gb'J'ǥ=ae)٪:5mNc2#aĿe R΂}߅dXp"Fb5Owuʠo&JϐZR $X\oEB%E~F39/\[w[_R>fxTahrOhmqeU2^JOAc؋|„F/* FV* {L1^.- { =HG\t vG )9N?m[J*B3-pǰDUXNѶ(?'I} 9|ЭtH_Yȸw cj%{*`*0VkTˠ|$ n7fx،pPjRˉ4::Sཅ og{Yt :n@~ ;*pe vOš15G˧*BK .vg/uY> ^ )q&!cx >IFL N1m'Hbwz ~_Q/B^BހQLRe^[@6pkUF ,أIDLÏ[1{5R)} `8Ifu ܮeB-S$s2,mpt(B[;ȶ#&`(bcU_3qx ʽ*Ѻ{OM)x. wCC6ҩ@M+jz sm1tb`wg8>l}`-ɇ44>m􍭏),c ߁=i\h{D{fv$*[u(hD$ Gh6]Dj4aIvd"m6\'M9ip-vdGg5 UUmO ̣{AI2rehHNoi@H'JgkURw`w^Y7<'_!ji`2pIo,=t* Wib€hL۲^q?qmӖƉC%#8Vzdg>[Iigobv;+k$ c:uQ |-'Q(DȚJT-}.L/,]ePK>+.idNd6B&Uɓrs: %߽Ƿ*D~3y?eKe/fr<2d䆺9Sf變hQcY"H[+%#E,@lkԫ6ܯ0#|ߠQmFml %E0x&|M^&ü}˖XσGKnI]+'ۋ-@ }6/IMq"iBB=%3C %߳OGZGo}bEa#066pkXicKz:>*C@A4Q" 8 9#W0x( PTŒ!-i%h9=Y{%o ˜5M:؎?Gd.dK͞]g}]o6  g9%]ؓtݰ{G9yȟbvy#W$eq@rX=֜wV9t`e TStWXa0B/C}2m<xWJt ҏ3GFa@JC pg=DXn GE>Ok rKH> 9qYMg0"@3M8kڊ/RӢ- R^ubYM_EM~S+(gؒ_Y17?Okig<+7dpsv#N70g,,YZbdnn)8BX|[zg1M1фf{ٍ4 ЃwXWjW4jAF w0X $21rJ"p;@K0%=pKPkYdli=& 70%F$S?԰7(_ĨK´wh(sB05U.z%ԫ->  a͚]!-q; [%