python2-aws-xray-sdk-requests-2.2.0-bp153.1.14 >  A `Bԋ!M@eee~t׆t/tT1A%W(i+Ŵ\!+H' U/`Oqʽ+ETQŃ 1Dz{)X?U![<6:Kz͇Q!o6!O%Reޛٍw]8e0de6a988156bd8422bea370bceb2703bce28211e6bda55b7fe1f2883f6cff5249284122821393da48558afadbecc0ad95735117؉`Bԋ!M@eeexLedV<Ɣi6lqvw>{'ҩ2|ֈ9$@bAڝ1EP*** f`>GX2xҿP]@f"8xcĝoo-Vy=#B_UwH@Ǟ[$;OVm9<=njxW~PP&Rt cżR)H''zTX]ʩ/% L[.=pA?d & 1 _48@Daju      ,  P    $ H u  0P(0889L:BF,G@ Hd I XYZ[\ ] ^nb%cd@eEfHlJu\ vw x yz4DHNCpython2-aws-xray-sdk-requests2.2.0bp153.1.14requests 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 python2-aws-xray-sdk.`Bmlamb53;/SUSE Linux Enterprise 15 SP3openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.  ,]A큤A큤`B^Zo`BZ`BZZ]`BZ`BZ`BfZoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c8349e118f2011122238f5dbe625bf6981deff96eb5773afffa0588fc1d86609c2749e118f2011122238f5dbe625bf6981deff96eb5773afffa0588fc1d86609c27c9e157efba1636457164e1090f97b59b28c918de9eab9e627a2dfb24dda4ecfdb777c4ff3046bd47a0d6548fb6a82881e468a35d306c23439928ac6003f33caeb777c4ff3046bd47a0d6548fb6a82881e468a35d306c23439928ac6003f33caeb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp153.1.14.src.rpmpython-aws-xray-sdk-requestspython2-aws-xray-sdk-requests@     python(abi)python2-aws-xray-sdkpython2-requestsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.72.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-motopython-aws-xray-sdk-requestslamb53 1614992493 2.2.0-bp153.1.142.2.0-bp153.1.142.2.0-bp153.1.14requests__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-requestsLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/requests//usr/share/licenses//usr/share/licenses/python2-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledASCII textRRRRRR0[z2 dg wIbutf-8b90dbda0b03799494e2b39fa1c1842d031d2b1724b4294b5407d584402588ced?7zXZ !t/A] crt:bLL*hjs7AR𳟄pTx֡!Ė) qWQ{Ľ—.;؏U$7kYvK~y07!D~)1GiI=ѰDU.5ɤw,ހMh} YMh pj w bHڬ hXA=" NdepńFc#"Iwմrӭ ʌkqPdIDBցΙn?R&5wu MԍCIĢFS݋Y@FkkNDkbW-jN^M8k!nb }mFe#Sl9CS6ionERF <Ɛ&͍ҫ,]3qʖf5XET ׂkH:%>d[jC(9Ϯ&+[@rXme @,_YEnT>q 虙r7vв9FXܛÚGܿ*.}AWi"3][_BjBO]U湢0KNd۱ Wb;9oRςٝ p\4XV>( T6 LSǣ5j8`څG* ;%RP:ק7I\w8}LCzEJiz_r6$`mgw.5WˣT\Ԩz;ƍ=.c=2cHXSӤ+ng붇MŌҞ: emT\fQ *\0St,WcZpX+cm[j]ǡ]fk C/m` 0L8%zj邧m1D=QsĹ:˜ Ĩ״?6ӖLނk1p Bg7Cqi^6~ zuyn%C\Ӳ)~o=n+Dl;3_ C!LSç>YD{#!H9ڤwk +wf) CcA[9-h믚bVe!lZ$rYތ-pK=oonNI?×]R2Bd K2 Ս+@#W"ZW}=!CÛ5lmWnjƹrμM{Nzn^l]*?pzu+gTBTgޗL fu}[&;N}aNOyE}Xbs BVuKMLR߻$0$/MP|C>ZYYC1AEv \lb(=r#HnWix*QbPkW BTOkd.SGZmbӿʧʾvLV*>z_025tWv~9N!M?N2A象uNmEpF|f\BIb/FLr$`V;%@fr|1}rj}MgXY>W#?m"sTMD 8 m*W(dGлAamh Vwߘ0ucшma .4^\].k7%mE1̖Ca%B#u ީ 虮z)F꘺(l y0)%i(#aëhWE,s@Ny¼%ޱ~;\ص]_N|iT'H9R`*p#֮M&]qފ]TA9YP l=~Y!:EhAi)P뼑} $.u}q2:+(=eo$riW[Nu߱Qg9vw<aQ!%3]+wM f<ןkf|/|tI5)&ꖇ^8Wq{TMχ^]^fߝ,j}+J'~MݠXDerVQK ~s[hvO]{Ꝼm/|2+)8L=^o{(_9HP45]1*hvd>C-=x8Fc'^̙H4aoYw fgdK{q}.(iu#dLotӞ|7$5oQ7Tdm? dg,N'ӅiX;W3bbLR8{b⮁^A /{)PN:{Eu1fdA5[&I( NK{uvXB 70FԏSi$bGc_2S\)Jң1w $[Gar " |hTYK`Cڣ–8NWp=!/H@DYi[8rU]j駳1EB.؟GyQtv[me( z.gMA&v h{yzy 9#;1m+`ԈрFC?Hи;{bgxg2`f^E caڭGq/$E'œ˓)By<7l:VP 20JŝzmlVw$b}+iF}DiSj uHꑇߍl$w^뽘d47YmIGps8MGG#G#H0r3Be7о`)b=3qIv& TF+-AˏM iKm(kPX (F)mͷ)LRY, D`P1{ tB\o6-K[(ԅ(@JᬽۻbRo1 @9v$$hp _׼."ڱlb/dٚTG*p4P _̓%C98dUݵĔω{7 k</pI#T+W4=lp\Ġ]@Dx[7D"0)ǿnrD^:T*jjWK6F1t`/`L)nzG ѦRxySfjoacQYKr){fͱo rSy( 3VB< Z`]ړJ KSYg^{DWjXkwzw獠pg=&lqw$T;D6Q'_'=X2C$K%mn=GCg-ͧ:w(n jC&zT!>e^>gPK!0dk^&!C9<1ca?a>…SRm9[7 G(F$<'qqc<+ U"x-aRL8_A 36I|6@6c賡Y5 ߲Io, Wma8twU@, l,fIq洁ڂ|Mwo*d;GioWdREKٶ}q,N lnIGk:i9Xm6`E̅{wR ɶeb5^by\ݡqEٟ8PZuT#be莐`GO_JĨv'9cf>)3j# Ҽ̼~˜*y@%8]-^0vWL]=_v;͢ObCF1 VI&Bn %}":g_ ʑq rF@#<;pk8>S~Գ?(o1'#[&Wd5f}>jh$L`L7ZFhb© T4Ŏ8}xin#,vxYLR2rycZTpl=a3Kq뷼KJ&>^ߝUO*XjMHLxB$r8-Ooˮ{h",κr}4R&>뉏4jV(cՖaP䌕1T[w1$a7ٰ0Rn^IODp1*naϣhr\܁GM)"? >8DdyC{a_vUgشTё Dm[=V:ja"Rq?6mnjnH4$3o}93ڹϊ,t%?:=OJ*%51XaTqT30KN'b1L) *,M:\#JnU1ֲS<}!k{މ+_1.`[y|`~;_e=9f&Ǎݷ{}$ NcHF wܬvH@ͦasS# p9Ƙ lt#Yi%+#ܟ7+XJnyD2f!F!E`ZJ\оm]^8&w'O 1G:pzRSGd:9]"+! 5*ɘ,i)P7/pˎ WrT x%bq>RA5wsOOֲޤ0.o<Փ@8 gY/݅J--q&#**7dl׽X?ca}(!zcA+Z>:33]f`t!^!z] f*75]gi*$$$ t15)Е˂c%/(V8yQNe eMS@$p@o3$)% YZ