python2-aws-xray-sdk-pynamodb-2.2.0-lp152.3.3 >  A ^[/=„CiǙdMK#|\9J(IsTYrFOjephX̘au{ FˣUgIp aV?hq$my'}fކ[úZ}yZw@4׀8[5",sݓ}MKMOUsHzjߤZ-c_lQkUX/G;S]D2cc2afa739d06107055c61e31c53ba1028a28c4c5c55afa2a5f8d2ddb1e5ab9a44c53a090cb0a0adae51c4c5f8792b59df6260e759^[/=„yr]"[%6YPGAOB`ϋ,1j(Rv96<ظ]Z m|, >9=΋ |nÈ\$={j(a'I.50Ű9}7R)tl pA?|d & 0 ^48@DW`k      $  H     @ m  (H((809D:BF$G8 H\ I XYZ[\ ] ^^bcd(e-f0l2uD vhw x yz,06xCpython2-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 python2-aws-xray-sdk.^[lamb58?openSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch. ,]A큤A큤^[Zo^[^[[g^[^[^[Zoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c83110bbd980a0b92a0c1f34df2bf26fb7aa0cb1d11ab5ff0a00f434460e2970956110bbd980a0b92a0c1f34df2bf26fb7aa0cb1d11ab5ff0a00f434460e29709561a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e551db61bbb781e8606d5924aad152795c8df1a58f81f5286a5c19ec409307a82021db61bbb781e8606d5924aad152795c8df1a58f81f5286a5c19ec409307a8202b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp152.3.3.src.rpmpython-aws-xray-sdk-pynamodbpython2-aws-xray-sdk-pynamodb@     python(abi)python2-aws-xray-sdkpython2-pynamodbrpmlib(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-pynamodblamb58 1583061990 2.2.0-lp152.3.32.2.0-lp152.3.32.2.0-lp152.3.3pynamodb__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-pynamodbLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/pynamodb//usr/share/licenses//usr/share/licenses/python2-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 2.7 byte-compiledASCII textRRRRRRxD'0%evutf-8064038782b2a5e23b9ae7741ffe5be4f22c5cc2030ac39daca52bbbe52490509?7zXZ !t/F] crt:bLL ܵݾ?lÚ dt8sGS lX@ wUr 5q+G-_[ c,l+džg _#r,AXHFal' 9T0a^LQCnn楉1j)i,݉MUG7S6yR5):=Tޡda#q!qqݲ*ftBQ#EGVF(Sul;]̞itG^ V]{q_Xmׯz'R'z1`\.q"DaZuAìdE(ZcJ@"tDryHɅ_ۖR|艺*@VܤUڑZ&RGȕ9{%%wtKd.u hиnrs]] L(IA2EUYuV9 Ƣ(wRrP$:D]d݁:k070#f4JwnNOuKĺX!ȾjFՒ0nXA iTRz.*[w9"иfmթ/v ̲ w՚ Mg@s  ml{(I{Hn 'O1leq9?. pTF4"aRM̐]P08!vL Ɩ=/tiU!7' Cи@ql F Q"&XJ'Ⲻ=hi]oQ7?8W9/8|-Mr\nyUN^B'}ۦJ%<HϛX~mg!sXǀ?ʉ&DR& K&vPezw%T$C ܟRgߗ3~7cFCm ]KhndVeY2l!MM&؞.(J{wbKiH?ǥ=(Z1˙$wwgϤPF =Gag`ܪڂ`tZU!er[W"TC#Aq'z*^ 4$)/B/OKwYkx,ϲԾ']Ws;eW<'ڊ3}7/[]/)ur8ц5ִepLaq3A>=S"!Pq$eΤ?)P!@ u9 ZΜV>yht#^%3[CͿ^#q_HЍ}bOƝ4Rc D٬X{a;dNH:vIO"GAW[ѓ*X;d`>Ki7t=]j8$k7lg]" JL9bTi^o{__wP e-QW2U|081h72XX/ B*8Y!vy){C#>/:UfXM*fGcG RQGPl)&4.8{h=')z^kbŁ"ƔStVA/F:A 8ffϵ3A{nrSG;^br83w!;vO)'cew8ue9YC-{#5zSsWRB?܍'aVɟ׾Lth2Q N3:zx{lzpb@Xa%n} &)E 4…á-y vt"󬇍m6mo\ ^k)Z]8[FssyJP0xR;*{3M_lG]Y]7 *wHf(%bX1dp .[qk5xDpmu6V>RJOCI_Ep (|K0ץOadҳCx\m7M:g[R };xC«͊9xqO;L" [x-ILN e8Ԓ+XB94[GࣞVTLdhjtc؁(>Yv!42B ?oB*S;@Fd}X1 {RrmraA 'kh95A*Gսј6#ّ:M=A l$;Y%2Zh[tMr1a}kUF*CEa!f3yS`0ҎuD9j=H=.Ք&L /}lLI`o-to0IЍߧG9&|Q;95dwN}'RuO 9)v2aiy/!%>2@Hw_ˤ=7?o*Ѯ6 1n!WK5,̄U*;cH{Sfg"2[+ ,>AJhO"oyxvwR`|)~o Kb:ZdVf y|v"`/\,Xq/[t*Nd>[hP[oB-m:aS jC BiZ$ IFB-r)_e'EA  zQ-_'~X|)i sVؽ$<? C[qs v 4WJ+>MuS (F"2= ٴbκ N*fn" *fwl@S;dId]R4%0W>1qې:`,*꪿ČQU;u=mLXQ?ٌC:M#bW #>|yo'wC=Kcbx=o`eꞌ|f!=o{}G8&VaY EM@o|= ]Wʻ@<{$(C|SbjMmS 5d¯"ŃG?lwd?Ucwk l=3D5Ʌll>M#ʺ|jdXi/\Qa{eY|9pj LFJ!r/kࣧ=.tM[CI,:>b2:q6h| Wt7fY$9**/WDylYJOJt] /EҠN9z4DLLYG,"g?-KOdfi+,i5EX3NaGu B/&N6H#=)Q%+0I4?G#ʏOad9͒M(qy~wS\ž$){F_w=Cs]&'Fֿыw<ށNNeC1:{G-kr\Kb5 "xәDPhn"z4'ndEQGMן<!A7SNs#.F|F,HO(0AT9(c R 3}iI7HhIbz[8ꙩq<16˯våLVS>٪@'rƫѺ .E 0'nu"Kd؟4-󫐹g9S T ,%@?Y^^/(kQ2>A⢥7Q}l ;RL40lR RpUTsضNS6":ؾ:bh$>7n`%ncY-jKwv,r g*vyگOS!]Al I`NcM\$<`W-; YZ