python3-aws-xray-sdk-requests-2.2.0-bp155.2.12 >  A dkL؊I%z &4EyUhdkc 7"{'k1k5LHCXëL[MރeQ{ʗz-!(fqE#{@n`iXl۬ 1)*P|E(%MPg"L> ;&B 8)Jˇ(:7CNr>܂dNm-&;$r hŀ쇀B*% >d-!]@<2`EqHx}f{WLTu;[=G:8+fP_OЫA$5\Lb7fwGă@uZRȯWf1ܞ@3rO2'EjLKAHkhh:*'D qꇎ4d<)1^?94Cip2]_> >=XHOE'ہYuҀ*n{ŷߏg5ߥ$ĶWQpjlNJP?M|'J ƟSkd^"ƕgo2ٍ|20&ƈ|y+YAom#d'Fk0*oQ|w1¢F>p>?d & 1 _48@Daju      4  \  &  0 X   4T(48<9P:FG( HP Ix XY\ ] ^zbyc"deflu vw0 xX yzCpython3-aws-xray-sdk-requests2.2.0bp155.2.12requests 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 requests backend for python3-aws-xray-sdk.dkLsheep88>SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.,]A큤A큤A큤dkLZodkLdkLdkLdkLdkLZ]dkLZoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c83e6e046ea7c68f97bb62acec3e7d57002221f73c7669ac723e72cf3712db6bbece6e046ea7c68f97bb62acec3e7d57002221f73c7669ac723e72cf3712db6bbeccb792a53996a750cda429798798d427c09fcdb920a20ab74c5c5469aa95b7cb47345faf68c1b43e161e09020fbf2704f996e2e8763ca23d3b3da84df9c240c43c9e157efba1636457164e1090f97b59b28c918de9eab9e627a2dfb24dda4ecfdb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp155.2.12.src.rpmpython3-aws-xray-sdk-requests@     python(abi)python3-aws-xray-sdkpython3-requestsrpmlib(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.12requests__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-requestsLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/requests//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/requests/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-requests/-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-8366398eebb256c49e5401b69ae951ef17d3b1302eb34955ec0bb4fb663c11377? 7zXZ !t/F] crt:bLL ؝. bP$\!Rx 隕t V]pWIm;N_摦M{?) MuIgq4ExP+\ώ-rq}'?IQbsf[-z(L)Z '>ɏnxE%xI80p:j%a˴@꟤6==fO8in8 {ׇa6욪5 */ӳ(!sJFε6k`Ie& Zǿ !A|,GCq/ YFBC;3;UB&l]]c";kYkV{y@k)lhw֨-v9p2*w5F 7O{Q>:^e< \T9]h̽>r}ٙA@:o[epaed/v2`t:8hk-'$`PT*0C3Ħr3bԚY |/[@V@ͮi#$uL^ӻVn!"gz`?A"s/UcsÄ=>VWz|-ղhD}w "U*[jbv)r= L_$i/fN2W;CR>mD)h_fդ2ܖG'm1:kKK$ͭzm ±(h-keV BGџ9*pOTIV#I!>脢_Is^uPx>@3|dKwHki\rd 5s],cQ pGW!M-j BnclwP_ /TCl ):dh*1xSw %6;f;j/LMo܂٪+DVGhRP~X-{f$9n<{j4֢ۛT@rL.;bX*=%LhWkꂂ W\3{8ab*pj!*I]Q : Ub8ƣ}іw D҅h?y` xIxIsxk9U`6$*ӹd)Xޑm\ciRxWV$k~9lexW-twhe?ճ80XE0T>>;ʑlUzTzQ2ZS\lfS^sI)6~th?G;z *jҚ8 W3M{pa HMTX\#2 ( $3RĨܥEA@߻V*nKQ} ^#h;+z ) 7B,xHV}q`PL{e箿oWb%w$JDa>WDQ!#eA"{JIHxaIԸw ̯scQ«ŗu$tݦM EiM`3;;4^Š>{&DI\Dx \q݇i$O_Nst pVz ^rŷiqzie鮼yHK(Hb0?{JŜr?+O n* b );RV}u&,3śS#'ZylJYDN\b6y#sl8o1%^c\C'C5qh?O#4ooDeHzu.#4& r>sC -}ӈ_HLwI_~;7\IAh,I<|!$|㵗x[[K ţl =1i;S`bkW]TX?&. >(+ZVN4o1~`0с94)_s 6HHFI5- oD.| ab!X\ qLBe/z[M+sdrkptw^yvA3hd-OXXDy"6p3;] ]VJYCf}?TL⑽DZuVI|W]3U]f *&/[Lv#Y~ii<&DdGlQFYҎgVWQ+q3 wr|(m͊:~r6 ela+:E$ykxL 8*:tQ]Lz ^E\fM))Xƾ_y3*~-8h0rp p+IAss;JJ\մsK}d>Fthp{NVIk"> ۇkq&+];ϩRB< 6*O,jsHc7 $$f-ŐKpU& D[UDjK$Inax|9#e>9TGF9#cU^nbR)# \lDRZֺSODhĪ56üP!zp޸qN[CU+9l_hJg}?&aje4z6*ںi H,S7SW, VDaݑ#(852.rs_1'&Owje1SB H)u1?Qzc]6縃'$n5$nX'$`f:&&*qF x /R5&?6L zlqA]7QE-b"/u[JI[.ves%!A~abLBJRe*iVaRTWs\5C9QeXK8X6q<%&QTkZWiz5Ι0ڒ0*[&RH[S_} JnMaQ ?,>0<~~^^"x}@=a h@t5'ơgմ3~:f ʔNлS\;;UWG+崩`Q ~߆{.UA' d5K[,\:ag,4*(̅+fa'`{40KL౺6,QԄmϢ}~qF(>"0i 2vN/rP:6kn}/[PsU (ц4;>t0&u#tߜ,V_ҟorUe=ޗkmIGvqُRn N.u~ WǫcGk!dI v3Áqvx[iIHu*Ί~ih͟|[UE{O.$w*`J/``fS3WX INزxxGN!00S0J?0MPfP;ći[㑟/DZ^ 7%#~> 7 i`[LF>yE% *zP)jl^G* av(7K??gJ#Ya@gzgGj(ʩ ٙ[l\IbSǏr? Ư% ۰D mW㗰E>j|=U"/,ڧƆf g/V=>uRER+'fQ4o$TU dVk~OVcM3q:"JMIٟ{*[ i Iٍޡ>}ޑ-IHirdZmtSIT,Pp5dƟ_ٍVKn켽 X[V5z`ܴ>[AÅRJ7͸PSK .ͽk0w@3bcƤ`D*]n 9G*͸uDJecdd}hf"ǮyYr9X6DQe-,T`H~$ܩ%y->I*܍z YZ