python3-aws-xray-sdk-pynamodb-2.2.0-bp154.1.34 >  A bxޜ!M@eeeW.HT)sB#S"N"LG^u_[!FT9u-TOA˴tiJdO{b"'DpϝO ÷0;Ԩ꼴J &dkFr?X"UIi@BhW"(iC468ˌ ԟT6t$\FYZf-bbi<@6|h/x"Op""mѴ@Ѳ\`l!i8ݩ<"K_}| q{S8H(>ݐa950ab5400946a99b516ed433c8e9da12cd6d55f755f9b01cb552e3ff91defeafa18ec0be63c3d11d5201431cd1f05ff0880f854:Pbxޜ!M@eee:`hٹp ߧ âMJozǯUd\mWCjNa',ð&9MmʊQ.D.>&cm\WO+cT0j:ݼڭ!"0Peo]`I9^n=T BzH^lhK9} MȿPd_èSap>?d & 1 _48HLir}    (  <  d  .  8 `   <\ (<8D9X:FG4 H\ I XY\ ] ^bc.deflu vw< xd yzCpython3-aws-xray-sdk-pynamodb2.2.0bp154.1.34pynamodb 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.bxhci-cnode2-m0DSUSE Linux Enterprise 15 SP4openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch.pp,]A큤A큤A큤bxZobxbxbxbxbx[gbxZoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c830da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850da46eda693180e258909cb7d302bbb4fbc38ab7133d76a3293135775d440a850449b6562260746a43350065a1ef8b0d52d9c5d67942632341738affad0895e74e18e4d12fa4c2287c1048de83dfa1daa58c907c1bff75a9f381a540473abb491a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e55b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp154.1.34.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.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-motohci-cnode2-m0 1652087248 2.2.0-bp154.1.34pynamodb__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:Backports:SLE-15-SP4/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRAOutf-8b050747d0a08baaceedb2b6da218aa245363a9d14f2851a41abdfe0e98fd6be8? 7zXZ !t/L] crt:bLL > l!z F&eia@OK[no1x>,`>2v-`% N}(pӻ.Ise=YU_.0{̇UbN9I{Kf,')Ѯ{W P2rbOg?μџWRxv PAC3[ _i^ՋasIk7\۩ HJJQL¤zb%n ڡiu~/9>:np 237GAÓ7oo!|箯&̏![\Y#צ()~L~f2]YfeFo:s?&ݳ1#ϯtX>YflT9| zBV&MTdX4p+,EWƅ\|YHV%W:Z5FՍ+J`MUbl ! lIļ/-JB `{38[V)R{!4}#SrϥW\ƮЬ |Jz '3""bH<8'!y0.T/DXJKz x{>r8PL?YDP1~_~IcbDuhb9HN)B }=ԇ󈍈r[@ (gg3ZLB9@?9:mjA[ '(ʱŠ9T؀f&:JpmTPeZJyBc67iѾ`[)/ͨH "9"~E6 ǝQ8o,g `z+p B"p&U E{Q6; 1} za/ll?Q$%R.YxY??Ѓ){7jJ**9kCuNm?cjGT?^vH7WDT`SA /,<[r{Q/8Y<\;Z֫נ-(߄>A[XJpbv|u3c,q] 58̇i}6_QQaJwfJh+A #_ͪ~M(~#ȒRwMA{ۖO2%/ąL%TRd&m=٥gkA:H·dn2@yEtMί է nI Dk[q$@dl4{3;& 9c"yгpc7fClgS}v O>'2E2Ə!M.y+gO țM}2Mزݴw,59zK -u8{w X,&qbhzoPJŵ4{~%EFzWht;8aYWO͸aWaT -aysb;U\T-!i'x@6J&-u|yRvD k-+E~s2bV1DzD14bv.V!!lrU~- &eK&]y;YVxT_0" ɝ(D7WwBhړX_PsO隽tύ?pD]y 4lr Reu++-X.ջ;62.6g_c(xw R g6l'-=:$@9Oh«E쁩Y9mNQfC{ wM\ .4ȇPP?vGe>m[ $<hǒ٩LGT7uHpn Ƞ n13lC[ 7x{>NqBij/]^K+(OZ-*jOvP%?U!ʎ&(72],Ӯ{=(QWJm`"8$-B;q/oױt9g;ïV8tDαjȭnnuρz+q E]14hmx ʵBܡVn;Ct&R '`V.+{rc;3ʄ1Pʙj=kO9 C-# ͯ#hQ$C}Ӓ>b,"*_akg 9-_-V6unj@A|ĺ4T!jσ~\9Œ,uV< &~`|lK[K >sFZ1|=^ƯҭL Y0}ha\2EByiZne h>rktvrLJ:`f(CÛD%ٌ5+Q^J,v ݌h|;r:-_Yf[YP53 O5Q_n`fCcc"RP(!k#G hB,$AnpbnX[-Q{M֩!:σBqXfjKZG\З1~ep x:RgQ(ίyو/^ó)v k4.ӖY@a< PiǜzW͂"f0v-k6Ws^څ~TRkuF\v$Ud[*=[ [ŲG8l+5 _xzLftuxO3Y@yuʀhkU4dwUs.qϏ?A 'LRŤ`|U:b2 B=U1ey:V6`Mfu>ueV+AN^,bq$Dvހ'xSF 6܈%+5gpֺa] /Ctn8+oI{j"nmn)Ekoe˿!nNi#F':uk?0JsVGJwp^ ..7vņ@Ts/@0(+O$IBuh;OpӢv{¶oUU<0xjqEPVtϾ"q9%q~sʪ&3 M-L>y"m+S[x)grS-[,:c5讫v R1'Tσr@}aJP#mmbQh1 ));@ڠjf[A\v7;z"E$s v"0識tK&gф(H=Y|oNvu;L܈&{EcF*DP %UO9Xl0f߯=9l&R]]O,}Wj:hB>2ݰ Y=L1[+yN,H [~?֥h_tsm؆B$D˰ q]b7GI?^j0?+I.31|G!eb-K0B?KCUѿب::uh+מ]T@aopȍ%muUpL.g~oh$]q_pc}W/( $Skg[m= 2qC'jK:wD$9=(L$q+&c1>EEZ2wG'D,zvݣG1V9^\[,@0EZLe i<0zyv-8BK4 PUȑn?8v5 @Dz챇ͫBTdECa /V3qB6.C7+ f!s"YOZs ye zh!?a]M wG '< pD;w=w1]q '[lgqOR` u syd6sw(pG]˥J|fq0]]'I&-SĻ$0_4O pFI)LQP29'H>_CU"j!g&2NOO9}v¹\8v[Bɓd.J!۟4Hy-.): YZ