python3-aws-xray-sdk-aiohttp-2.2.0-bp154.1.34 >  A bxޜ!M@eeḙŃZ#zo9ajd!^U)$@3{mC أi2E3/uQ_!F\TܠQts1[;bH"ϯFbg7 o vTL4M Ӧsϝ IF)$p@6H%?Ej3mw?&5`C6TN-wCtI{8J\ W> 3 dB1v\z(sӈNtk7 O+"5142e01e7dfcd488dd4e705bb4883321e50592a229d191c9a078d044e73b27fa949299e148ffb836c9bab2fa4f71f7b287c7e172Bbxޜ!M@eee?ZSԋL ğ!ە=aaO,gox^Qɼy"xbD6rAJtcwhټ\V! b\ۙGϲ`;qnu&~!ё15qKB?I;6T:m2UC|uZnª"p> ? d% 0 ]48HLir}    :  T      $ X   <\|,(^8h9|: F?GX H I XY\ ] ^bcd5e:f=l?uT vw x  y L z p    Cpython3-aws-xray-sdk-aiohttp2.2.0bp154.1.34aiohttp 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.bxhci-cnode2-m0eMSUSE Linux Enterprise 15 SP4openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch 7 7 ' ,]A큤A큤A큤bxZobxbxbxbxbxbxbx[Du[DubxZoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855a04aa655813889760bafcc8f81cd50ecfc6ab5db243aa1940814a3787bb6fbf5a04aa655813889760bafcc8f81cd50ecfc6ab5db243aa1940814a3787bb6fbf5de9d6789e9b73419dbb4eb6c0e93249704decf19542c625ca1c6316e5363d6a16b83493db49d7d8116255ff9c530d3299300d0520868fd5a003bc9372d8b05b74d6010c9aab553d258ffab9317e4875361836255e09c402aa655dddbac9d44b78d8297a3ad939227b7d151f9c85f15c1149530d8b817652de9dc43feda9f2569e751edc2c66b612844ce3db222d5e6a529328d7633907099d35d5babe95dd6ec8f6e280c2677fcd0a3a1e93397f9eeab03b537a14a58d520e0b3621f2a7427d8b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp154.1.34.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.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-motohci-cnode2-m0 1652087248 2.2.0-bp154.1.34aiohttp__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:Backports:SLE-15-SP4/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII textRRRRRRRRRAOutf-84bfd8e328f12f0b6e55041f490e3631acfe5bfee1b4ba3cb55b505de2f6c1339? 7zXZ !t/o] crt:bLL > F  q7c,ۅ?Bnk~D od|=#iZiVo3 &0b(XHi(t8cIMso1~Ey\uFR+#N.|4 ɇC8{5H{2&b|*j> >2~xמ BM"i6ޘicxk~44zźyG4.㕣 ΅* kξ/)ă:Ya9(Ez1kEb m5Ff8'׬!vQ}L=/X&L-8Tʱ0b*~Ln?B}}ArD)AO}\HJySb%(}Ttu|JWBvY1F%O Z+rw3e_Ĭ9t޺1I>'2^97=G6O}r &1{z\dL+ K׸x X^EV> OiXy[3[ejJ|=%ଏR-0$AyY>*q '7F6auׯi˥:טEIkI %䞒ώOi`cIt+6 ^M$9tݜ.{yaw3'Asy˃ڍgiwZ%0%C? ]s w&~7SS0ʴɣhoP6#]~dzJ d;]zOnj gF1Y'u*'Vxu < =l띇s1m~7- 9FO#*8m\p]MQcEVɍŇi=gگNjݴtq^/}e7PAr^PkVP1J<8:/z^c?tEN3/6iO㦙(H>})DW?UOB4}rpEYqWɂR s{6xkJjwKcnzFNp1=qq' +#Av9tYu~-j^@,{\zv("-y1I6XUܖylX]PYi;5KZ8V+>"+xQY o[AP2W)\e*ERNz݁G#CاEB%UQ/Cw) Ȍ&,ہV:YK2ޤKf@9" B^[|;f:7ص\-j⚇G1 ~~"g(c-xfFbjgh_SL/F-dkޓV%jĢIɔYwH@hSn|fl~)&4gBy!%'Vï,xѠ 4ڥI%࿉ADeV{Nαfo$r{FoiWސJ9Bv|U^T>XyBN~^'NM~vmf"i>~n&U}Bsؕ6/'-4$AY.dʍyg%;1EJ IUz 0;+F&-(P & IݥtM](| n<]T#92㔘.Nۏ dTVd9Z_kki^=H> k*M0u􇶱 l'A\ ݰЀ $c :bs@ EJU{Z.V#@- Lr&mFa> JZZC⎋o6=fzbPaۓJ嶯Ļ_{/3Lz4(@$n@zx krėV,n`upi:;<ɾ5bxn,BhmN-/ Y$ ɋnt&|?8:u*硳߸uTj ;6HOv²#g$IW*DL4;g,-"q+-{(mg kUh4V4cIBz4s9+rrWp)}S@d{e}I&@NN/vOM_8N Y| >AJTb5#^s 3^O*/bm_I?G2qDml]qN8(_2Wg ;5 AĜo+姉-N(du"IMǬlgap]C|+O=LXEj& $dG{?Gd؞mըx? Ջr=W21s[r' 8>Ru"Hj&E5x=MI&Ih ΃jf:=\G]B*O5Y\zq_#|XO֣`J쬟 %f5d,EzyL9OFV%ۯʮs\H8.䡥Jh0eY<^,d )J“eyM(40.a>f\uTdí<1p||5q GpQ-/9+3^Iy_#V_/`KӺD t zL25TI{J>N}vZ mCEdԒ{0K贕޻Һat7F\[7q#c^e+v|oJU}oC%I&, &+V#M-A?c]JaE҃r dCst]1,vQ"X㟣Zfin~ ¿9>l c+ߐTM)Bಫ`,+X8oeӖM/8(e }V0DB~6ZZ^bɥO;:ɩ_Tj2j ;Q(}&}JԘ<_uO^(|J *{+Vٸh$27= Yzfr..rJ7IjT@C*ROˠL\9<5\Yԝ%CuU{̛C7,7A5$u`wcX$ͿY >UQaf=˰4xmr Y"'^\%0nnq]CHs➈f o|s§OeE,yۑq U_j)f^0KrdQpnig[{}W RK_N$PAs} ~^H U氵%Xi7R%4~kr*#Upi^[Ng"j]`ij9e3mop辀&c6珠.f{|(=/l})}DcIUR=.e0z%ƍ߰kbƥb5`>)u3ϱxdx2H_hrC֥z4[zB\-5>c7wMc"mqY0kT!P_"#̞gz1+:o.TX,?i\2S]k06.&A: j&sWȣ_mJz; =Zz\ۨڶJ{c:y;=؆DNYiB@p ci#89Ǎg[=e^TW{'Q_&Lͭ7l+wޥLyj<~)QF? <4:@&P)u#_ɫ%"9o\)@=ڑʔ{p r ;u)ٵ̄gNJ*Hb0Q璳.#'v+PB!jV6EY|Ki,SE)C&z"z5l,fT91TܸBI|RIK* Z#j O}$0N]kEÂp v3DTY t>)rṞCc+zB>|=[~**/yoV+ de5(xVՃʇTY^D>u*?Z9RCW莆8< J_06'{@“ٌĮ}"?ۧ[;uzY5}"$kWq*l}8:^vʦrEޫF[ wu؅f(ym-eA `\%&`dGLY1(Ll7o r/ОL䁒;uI!i[YAfY֩x/ 4f3^ IױszF< ˦W}ѸEZkDnAlidt!M |Y>Gib-J`:y-JOϹYŌH>TN'k9>!hocbUz c!䋷/e2ҷQxU3itǫ:dopxRSeD8dw硣޺r3~[ g\ϥ]7b0Hp"n7:CMjг JS=H 02 X/߄J;/X- K`,nͧ^VY԰jp"̽Gn8xlB.,? [Ϫ)XdTcZb6uŜ~u)Ko^W/dh̔M ? _.g5֠>5hA9 n VیX9R:`@;-[iQ \E!x6S*fH7 \:W4)LuH9&w7wUkF.;P YZ