python3-aws-xray-sdk-aiobotocore-2.2.0-lp152.3.3 >  A ^[/=„{Chv9jYk]eר nO F/`b1mMG|dٸ:AFTE*S2W%EsW8n|ƶ|tkp ̪0lB6[-%V$ݖ7]4y{8Iђ^̀p5ӜЬ^I݉Xx,4Z {& 43  S VGJkʖVt9PK_|L'6d379e452c6f059214c534e2adb459a59ca69c6bb6618b2f2c297b84db585bd01f0736bf0abcc46280e5a92ff885c73f5a3f74f27,^[/=„A`3]&eҋA>II|Ua^wzmF7 @12DTnn5IBGadI~8#G-w뼍- hʻޑQTᶼŎ})l{t`Ӎ׏9E!\Ο s4сbM'a7>^Ĥp 6mˈPb)7G3~efp#i虐V}z]+آ1u߻ P/vdO+f"l^e6tps)BP>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.0lp152.3.3aiobotocore 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.^[lamb58:MopenSUSE Leap 15.2openSUSEApache-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-lp152.3.3.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-motolamb58 1583061990 2.2.0-lp152.3.3aiobotocore__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.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRxD'0%evutf-82bb759ae196a7b8cb367c786e80271ef8bcb83d6049724bf2c91bad7be0c28a2? 7zXZ !t/BO] crt:bLL ܵݾUZ7Bgr?68 9jhzTf(Є]xsG_DǹQ"<_iy335I-!zt昒◍q e{Op_1Ѵ"ݔ{z+ԻŲḏS;0Ɋ x'_r_wT?iس^B{ǃ36L)[6XR,lya6^ͼZsVO@ݱRTRrSAчImD7;CmfK.hvs6􅁘e#Ƈ1O =I2LΉH\˦L,𐠓3,]8/:, O8s t阢:wSqy?ƾX O֔\TrslM]?~ tSx:EIfFǮB $\`)nMM\I aVpri d]a ީHfEV?ǒR_’;'eC{ӎa[+T >^Wd-̕uZЄfSr2NzPӤ/;$?>X&OA6T @¨>ګw1Z7pBrۃ<޻|Ue}ҧ騼VvaxnɖT0'WGU74DF'a {6 `CUQa?p^?)h1Y=3Rw4Y!5Ei4l(r#Z(7-Ϛ>Ǝ\jGd-Hƒ -o^(>Pk&6.P12m 9ջq[ᇙ >COlnKkHP59 0~t"}U\exmؼ(Ejdl3+,>t޵0~Z JrI1b>w/9zeʢ󷍾y 4к$bM$;n?N] q B'BڹW'GA$bƆ飮hd\O{1c_a0ViQO 7R>S|0©[sΰFi3F#9v G7'[NUH^+Z[i4[(oARޚ6i5cKcܻ18wɆꉂf;27в@י8# . %p&U#Վl5Tqa[rBzbLiUGQJLoS5IeZ.`&P.o > (݋ZbY^u2]yz$ #Vf^G%= M EvX@f|NN1V6%7_zmD &YODSLzRԪ a75Y Un>..\@>#"5)$i<^+4 h"uSѡ~eȽ C-hŃDwVcfjsfen4!"F% 0tNv"FMU]@M lYaw Wp*5r4`l'D'ϙnSE9Wc*Rt.pJh uw' M/j @A sbR 7q}~dW`~_XB;VTW \:Fy1RbxZ|Lsp;8CrUW%6WTݖN vՅ86 ;==StQ6N'}~f9] +G}NǗ<ϭ֯jyk1Q,v,|]m$cJ.[@&{x4MTٵ@G96[_s=ܒSt(k ;H&RB!o#ǹI<,19P-6\ ˓E]l+l[NZrܽflNI`oAbUHk$IL(y#gf,5I@{V P5{̈́9MS4AHΖ΂gT1AH / 5 ~4bN;7 l",ZywHz <Гi+߁̙7ڐD۝Śc7J3؏.\@u ;fsIEW9“3|Ɛ Kb9/ӿuG~U0MBYY]F[CWVb2z92?i-Zq D *fЛv%Y,T)z&ut9l9?DS (wϡPt\ ;FBg9)}㦔EYal >}SG(}wP"wh>*/Gs#L|o', ,LyqgLmWsd"(2Ȥ)ՇS:TCWg+s|J庲AR?o;W> tOk]UYa {a,xd$A21:ʂ%IbzhUV{=6(CǢ"REku*:00@ N^@DG\a+%RV2Ē ԄG22"6a4(BqkۊcMk$.Ȑ**1,G@|?lӘ(Ez7u嘃{+[q R⇋۫G I:\,TJк 1>^LH0U_y2X#vȻZRɑ^11=;A[Ӿ*67,( F`ؑgrVY$Š*r{%QRsz=;t`{NNT6̣1yd0*6aDJ` qZGмu vMށ Yv&›fؑIa$( ,Rx K0vR>%ZMH$@SMzI&~XcC 6pC0Hjy<3#dnуe,~v99SڰzOմB9[[^i*ueQ6S74Җm^b^-/` Q·6Ve %ÈVscv*g?)d.oJwc;"5묐`!q~6= BQ6!F8aĀp~6vC %x{)\쒻:,s&\Up3g4& M2R>;[dɞwWЖ<#bG}{T:* wǘQ@wGڟaK]ݍ93r޲b'?fz,LuR9ֳSRf t$rfbO'Ql+#OM3H~Yg =U20|caB`XW&|: #XPvO}o&v?;9(盌"'/vwZDc3--w+K =?hO-=!29A8gO+h-Lx[s7!>юw$Ͼ5"!*Q&5,@ 4$=~JɥbڇYa0(OYH؀A@a hbxixӐ|Co؄4[$[c"t)+ףgx׋SRQp0~wccZTƉa6|1F^qO1D>@k!"*NFvǐ$&9*e?a)#@Lz"8<92B˱9`ٞZH^-ŋ9KTlpY:%錅7K4qFBb_d}FlPYRoR_jLdirCahПkIjP |}9PHⁱz~Ğ[^dOp~/n4V e'gW㣛IūNA$sĭ˺ϣ Gl?#pԄ,\ ʌ!磀]??n2!  "(Є"T YZ