python3-aws-xray-sdk-pynamodb-2.2.0-lp152.3.3 >  A ^[/=„<HKͅ+n I/GOr+G\m"%!咒2n>3S֜lٷAɗwLdnчWn+ dd:tI|:r;gыUByt3siBk"O\*l XH:wuM'3ht,ٹs.V;KF*쐸2 tG]^yYxqfcۏGLB6c3f730480799f38b4b27816afcfcd93196f55c52073181d5b93ee6dea806cccc2fe1d89000fd54537a8e207192bddbf8751c3ff:(^[/=„|`" -Jb[!}!]ČKNGDkTvDYT<߲ԀmjsK<^MXewc6^,hYZFA혢=w8բ[I~ ¨eK0L\S'\3}b$îFIn*خ8+jrmGwj𣧒yUG.aWsӍwJaO91F˥7.8L>p>?d & 0 ^48@DW`k      ,  T    ( P   (H((809D:FG HD Il XxY|\ ] ^jbicd|eflu vw x< ydz|Cpython3-aws-xray-sdk-pynamodb2.2.0lp152.3.3pynamodb 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.^[lamb58DopenSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.pp,]A큤A큤A큤^[Zo^[^[^[^[^[[g^[Zoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c830da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850449b6562260746a43350065a1ef8b0d52d9c5d67942632341738affad0895e7461f19715b3c84eb6bdc993877ab7f47314065a01a398c0322c9506482317c6f1a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e55b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp152.3.3.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.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.3pynamodb__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:Leap:15.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRxD'0%evutf-8008999b2ce5a244e189d52ca7e7bcb140717cc9d92946b6ff04234b7297848b3? 7zXZ !t/L] crt:bLL ܵݾ?lÚ dt8sGS lIJN0=j'x\S)g`$"ҚjsڞA%>PTI2?^c:S( UcX D{P.кZ.IheLs!?`ԬCu_dm 9G.dك@}c4H qP\cW74$k =Q{ΰ_Jt0cLd3wH%:,?ӢZC+А'忻PP`9i/DXzKL&9 VF$VCI'W? >̡oQa)G'Q dI;=2Ǻtb:w<;va(JKNU߱u[ .}BP:hϊ;gv[q_UCRo¿ iVjϨdAnloN%Ƭ$:{s\. $^Q Y?4vesWl{聅E&Ê|4D r7h ?: Νw}aLP.mՈkՒ" N>yBd{6\1|> w 7L.ca^*yLt&%R'! [>Q 6 >_#VAx|RM]9eoزq(Q7TIQj)*度u;m~-p-JR^En3]7v=۩G@[U 3Ծf*+A%*:2na(Os Ps=SBcċV]`^FWFZN֌x1s+|z?E b˔ B B LNZzN[1#c7Z:o:O85+(FVCxF WH Syjʝ2ظ6D=}oLچGuTB@?S]Xv_7&X7ؓ(MgI/(iE[,x=9#Ҭ_Z֤D.ZF^I'2f`ltKjK4{a%p.́BK^B>Oה$j6FP<@%)P[Q$<ćTy :I/V#q[٨y|/"d~js*@;ɝ !_^KQ|wv_Ʒ:aKM9×.uyǝmFA=|!Rw}BOZpJݓ*%B/`t^eAb 098)9YWc>,50/]BqvhI =7O jlu_۽sئ}"5mb~Zǹ;ssD%Z9&e@ JfUA8cnv?^:R9]ζMsIwi Y@9a{ X%)ַ[:3CY`=Zs["?AC%#JEl3mJ9ZE6CWºC?ajy$;DLǵ/1C1]sK?,}Oݖ(rQ}1,P lo%z!"#8anz&/n!a!zσ/:P~lU[E0`;PŎn[`P>ɬ p`coAm2{KSaTE!p≟r %p8(Oy0&0uI B"r?Y\r&KbӟccFn4an_o?f3%rǫ?f?C* i%%)Pp5H8͙J}~vfV a o4`KFOīE|+jbv՝i5}eZ~50v{]R}×?r۞n;">g>M贷ov|K6CC0uUTՏaǪlTxX}8BH#\P$b3E㲯_aDpYcaaBp rf1I 4/3]o^8Iݟ`q4VB8CfGnCCXvb6expBhiOpV㼁ֹ|e GTf_uf@IBp%~$6!m") 5F(2=B0ym/CqS(OS]\PfAJ%ԭ[ŹĹ|.u2HK%h(GѮA%5 pqB}AU" 7qCk9r.)ݠ*8 .raP`[Ԝ#5iOLX1?e)-f"N֐e2D8^kBit Txr;OMM?؍IG۝K0 ^ѓl+rK9@E-H(Bkι -I?[Ev㈘"s9 Tn~ʗV\rO剙oөPX9OJt~51+An4z %.sP]cj_ j)tClJaѱiʅTJI4kn|GdާeGֆVh'İSL{/IRPfG>|p1{j΅dt=˓1{ Ƴ+0yTR7ƛPw3%0$V_m|,gJ>Gm^E3cư%jh9*T w;Ddx3%T""v go@yCEG+;`\ўJ 1P~(#֢@%@Z'DUY^F"Šh2l@:V ~c FRDZXuY!$Rp`V9.M,%eK Y:9c-5)dFNXc)eq[WݴJ3!j؜iTݕt=e+(F41fM)6bdOϏH(m"/@R8Lfת#BNM+(RLNlèg1e%3J˶>jgd?vy ,I;3H6i*]ѳzDGT^T &)cy;kYZ0h(;"z=KH9'H07[2#u'97gӁlП7׆˩xD:Td b~a;9LCX.>wnK3YśB^@,F6Rō)X.r`B&ia5 "֫z@>žL 7r_hSvnc}\AӚJk_d5>S)o3EpnT}p>:jE+Ki;%Vgt՞N^4} t/f`Wh(Y%_?ᑶ&3^V~OpW7x@S?e2m{a{JK*k o=Q5UhlK[-\E6&k$ R~@Ee9(zr3^ Iۯ$hL$M-h]Vs([&hZp_H:X!%4N.p)}/هO"9&= Ӽƺ ٔșfwf1y[># D$9`<)H`UVhl2ޚ&N:$MAHo߱HSx@Vj\De$/t㡫TVV8`e4 쁹Ua9bJ`~s8Pٌ%|yWr~b0b94*<@Dʛ01\Vq_\B#:;ZuG1KvpjBnΈt/<-C|ٕQ[UТk~PXn3n/*T[hGJKm ߲Bw Hdu8xmPykI'NB= RQ>A6t(;3 a.7~$Y;\e[wY7+] (@mC0ډo^ꝠFIeU88$7햆T_58QsM-_Lj?x^0rNLM=_8MO||QT|e/'D<$+_O775Obg_j%8W1^Di1;ht,vNg:MjI~c4znczwd{Շ@ -#ӓw:{P^a_Xtp%xA5s.I>qD1YK -2M$ ; d6a`y <圐/i $\a_Gc q WA1,IIvݿO{.K%eP8g}6UzRJYy'F, Ȅ eje|=U`B6&qϼŒ:& +:6襔}+C.&t)_7! {4Nkp#835BDX?|K窟Vz$%K ߱@qx%yS8鏷w8wzy~!%о:֒\ (lT6^D8d:்F4>iې 2GKyc! ӕS#40ŏ)m$HMc Sb$=1/?&Uŗ|T'`rc/%G()!4wN%[3N11d}5"9E`1Xu𰰹ξk5 lbs>m_yfoZ<[_!a )p!:vhqgWB$e%g#;?Q)I[l}36Х2)-rкx"|?W@cOvYl±P[}W6tUݏZEcyIx'Yq1lId-!Ʉ;RsM\U>r~փe7\fYmTA-=?Q : 芀[Ɩ-x$u%hL&)Ͼ=H3F5$Τ/: 9Ռ_u9?*չ0LpM AܐW+ƙ?[ieD=qjBJ!?G6"KҜIjʄt&̿Mҳ6.z#0 "%XC누X6b`G.:T YZ