python3-aws-xray-sdk-pynamodb-2.2.0-bp153.1.14 >  A `Bԋ!M@eee/l?8.RauSB;Yn\OsYòe ""/g+vǼVz?,D1F  j" >]V)JHhW /9Z=aâ5{Vzap!Ma34?&6Sx51c1eca38388cbf018d903235295f6b8552098ea6bf5a3b5067821a7a6574349a6361e2c4fdbbcbf26ae933fa58f4e1897831bd9:@`Bԋ!M@eee+Ο_֬uЈC&>y{QK5ga# Ŗ Q}n|* ]ݏ"s^\ NČ0Y@tI" \I{KHe)1 r/%UbJdDdkS4R'Q0O[E/q.3%^ *.(k;݈bRU`>1(4G <].Xp>?d & 1 _48@Daju      4  \  &  0 X   4T(48<9P:FG( HP Ix XY\ ] ^zbycdeflu vw, xT y|zCpython3-aws-xray-sdk-pynamodb2.2.0bp153.1.14pynamodb 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.`Bmlamb53DSUSE Linux Enterprise 15 SP3openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.pp,]A큤A큤A큤`B_Zo`B_`B\`B\`B\`B[[g`BlZoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c830da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850449b6562260746a43350065a1ef8b0d52d9c5d67942632341738affad0895e7461f19715b3c84eb6bdc993877ab7f47314065a01a398c0322c9506482317c6f1a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e55b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp153.1.14.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-motolamb53 1614992493 2.2.0-bp153.1.14pynamodb__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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRR0[z2 dg wIbutf-826aacaeffaa8f85aca930d61027edd76f460be9f27b039e6562cefe8513c1bbf? 7zXZ !t/L] crt:bLL*hjti \ u};ڪA&I[к5o@X,(yAxG(RzmbKp2Mm}IyBH A |0=룯j( sV_,BP k3c2mϸ.RIbۂ" 1Wo푡M{hI+?QJzBk뇔9V 7z}5tXcC;• Wk6SAW`eas.i5|8vE(s;r$leݹʂ ȫ-ѻOe^{.,$/ 76!3o疴`.-[\]$Αk8@$"7?7β  >}+J$ku(-\|t)_oB۬l%WSf7<#al-\U`EHi?aԀ]RR U2J.h/;uj+*UzRj.թK6"-~)+\z[q86 j\§cdyYZeMEL_ FԉEb* C Hķ|PbY! ;͖ rLN֗3BZd`p^PK#',(^^=T Vp) Lu1nsK.&Ax4 Ѓ2XжyъT5:Ej&¹`;j )ϑ$ v 0s_i0m*#1cz^s1ڋ(FWQ;\R%!4wInڥY-$ C@bw1稲zYynQǕ(/qȒ*eQSnI.CWksz 7#%Bv Lp.1Go.ժf!&Vo)ΓV o|.:}j\s4"U %92"866s/18a֘f_1bhnnjmSmb129Â^4|}`HxM Rނc_l HY_P5*QGy.S3{K" {MA<)1ISrl[8,(Mw/F{w,'_J'ρvRiH = Wg#AAaB%O}$Qzuǖs;@u0$} %c&-58X~IaKD"ssQ=}([`:H^R;)Jp)-.::,9WMxt+ y|&D$5t\_FEQ{E/y:}BnFQo.l z ~%`2%Eopä}*3:i't8*|o\l0 }KZ¹mpF1u|=DtV%z0&M 毖pZڦWt& دqp[&z526DOтԧj lH1zhx]S=O_rZav; -bçe# a.6V7d{3 OySDL0C}7ɒע[lQU `(]"G0LjSQהD.C {V |2صTpݏAS| s^6J˝"s">^ X6iq%\e&|i]hX6 vTTc VSnk9ϡJAUsB|aKF]8TVf}c m+eq|Fm2 \Z9a%&C; :p3P|Zp =fطB'FnKvy۔/UtC,ZN~ߤ5Ll!Y<=كf!pqKkֶyUc]H:PF6[Jhh)ұ)g9%j$슿k{kT2lW 9Z8$jĎ7eӀٽ7@%ҹu3u:ڌ'r>׌[ԲpeyNCOTm?^֜[I#Z:?i+p+W:,vK¡Q N}T_p"#jee0kSLP%Za_e/؞'U-kV /lכdCezm>/P}xq'Bѽ;IOC^QXk$G-ԣFC㬘c࿨$ἤ~7 E{ uJZIdt{Mc*1 eG3W&R mv[oc9V쾏)4kԣUX=<+L g46NϩL6hPagM;"Ispw\Ozw|/FQmNĔK>DۗM>-.dݞI~%6$R~P?dwKA/%e]{h<0X# ^]sm?2`'0FǓ>ITli(5tf~bMnvɳxc: I>yl>_g%n1F"/pʼ&1mKߙzKV܂C,#Vapa'֝Y46iR"E.~7ymMaota2j=ڷe@fR]!i\+yY"QɵyPWmta*RZ;Q ezmdZ*\%Ȃ:ō\AeiN4Q gċ ^ P7\"{:VZgpV ]>ԺN u85|%*pgNa}.o#BʋHÀ 6:B0f`E2!DُHggM` s9NN%#BO@ZbaI2>!,heL8\ӆI ID;N1鉡tR愾2Pl1຤l} ?{)Xdci9쌡;l(RA噝f.]Oʱ_Gxsg7 aExfthͺ.0W5"_Xf'T!+;"Ae&E]8*r47@6rѡⴡ24Lږ*ˍ5z_;q'M_#m%;w#eLJmCG OdD$4R8$Iv?(x3֤nj hQ#̈́2 ,'u=c\)A} OhY'=dۿa(;BNG7_ dɤ}`8{URUS }qN%Ea Jy09'. hp.H1NƆJDtsUD0,k 1{9I@&Aq`W <%PgWovį/QѱYj|V$L *@rhӏdxXi$w_vL%@V= Pvs(/a֧xRJSli  (W%76XLԺKwf蔉,8Vtfal6\W!$A.dbx&Z g./'%E)>D ?7- FCpM"L#b`S[Bui:5o$ px[~Ae 8zrZ|>=̭A,쉔6Iĩ$󹾏d8IӾ Z#jTR nya_HjQ!kq/@A]X3)<J?ZO̗0Dd`2 m%T,/#)aTo㊲wMvɖ93 FrS*,&6BdLvxA!z9`KYGNθA< \l%rL #ï` m@3 h&X bQ8+6.xPVYV,qRm)l@-u6V'1qv0rTo}z1t!AO.0*c|I/b٥)I9וI:B3293Jï8Ͽ,u0ٝ N+wT;c+ͨv/ȺA< {Ǿ&xFP&O>\ +_\ghOb^-{ShP?fQQZJb$¬>вcMaaI R+zx !$ &8bw 17T5UmZƦP+Rۼ)ېܱqϫ}|XA㿚HC<81l1w}O/f}صɲD У H7;xxmqO=V(A,Ν[~UWgtY 61LzŔ͐b_pE^ğaaԐƨ5,WN!tcM,GZ*C:p+rPp_{k|KR *Y?JIPAȶrkj"5 `7 bݬj vd/xra}n9RFX{}TLN|6XDrǙ^@u#jٳ ]` B$ajPeb/ qD7ۆ F]oW7B"Ɔ _ϥKiw2w]4{J~:hPX[068ycLGX,Jy*.(R y