python3-aws-xray-sdk-pynamodb-2.2.0-lp151.2.1 >  A \۸/=„it9:[43SK#jR@Z]hRkq~)Y @v>%hQT,>/[ ω({O[?͊5t2m-p35/ersoE'1Q.IxʎZ_7hMqI^̏IH$򁅑pH4N%XԵHMNn+BۑU*qG%X]W$vYof211a02d31990ec289de98e1616354e445dd6ba6786b1f78e20ea1d7e3787db7c026e155963845c5c060284927cff9b80872e7f9:(\۸/=„vNJt#0 3,;ua#TҚ)WkVM~4i''pW{ OMS5DM~ǚ8E5p(27m Li]_4kUԩYr6B I)xm @.2a&b 0ę3>ߺyͭٻ%Omkc&d[X6<Y.wk!huUe)5pn>y3 Ei3+8~O-G;ʻ]zc_?7r_=kL>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.0lp151.2.1pynamodb 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.\lamb07DopenSUSE Leap 15.1openSUSEApache-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-lp151.2.1.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-motolamb07 1552261066 2.2.0-lp151.2.1pynamodb__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.1/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRl&wذ? ` -2y4A%{LޥKehcl~cjݴaO#fk"磍g!A3GG&P9hsszP#˾3f;=y]ySƄ)I9{y:ɨ8ϘwSB %EA_Zڿ2F-μ|# 5,єn&,9QAEHx`ai8dz1zO-/s'6N'5A8PYaU `/_&&a/hic";0j22T j gZqVx٘]6#0@ ߯wlu`/£T]ȵ1/GwȳvQaoW=UW$J_}sMQlG3 wZ[&;C!RjRuؔV: %1]Pc?XKB7 Ǩ%I"YbEvwc:E;zw(Xˤ=ЈɍEVWUNrΌ*Qin LpkK⭜VFa#7jNvoDCD \K<{q_/ov")NWG4tub%Q`U^$ٯk/8وXp+)Hu}r~BqraQ  5:x6:V%~\ <ܿ==ؿ:XWlloe5{نO%{͊Ñz\1&a1*C .o`-H:a5P aHO7hv*2!6Asݗ[pzV$"1ڮ׃.I7wBe(X;$V YU*_K02ڕ2)5EQ:~9$m+Opp)-쟼;%Tap* X@~~]%$@2pL}nxR]+BJ҃g)DOw)nIc!@3i}U1jD,WNOP# E.n@B}gm9c}Pꪆ"I$9 %w(K4 wbt"n)wWJy`Sݷ$`݌a3LLCJPT#`+ ss m"hCeP m\pGm{2:܋VlP] ԛ?=\ЎË!A0=!g G7tz# )468_?4W'tp^K$\jzKKOL¡HJcG߉֠H= Жl0#.D欗>~d-iCKaL< )yE\@[ZkZ_`r; szTOa7!Ş rw1pĴk7 hjPa\ӞXg$-+`G}*1 :ChVe!f;`e&VC1˼6))Vg؂EU.9up0O#VF/wf5e!M%0Bdb*YC;v -ڞ')Vm0r rRï94 |>#NYnaz!|%GZKVșϗmU>PO{ /A2# GmNBem]#8V`E.bdtQ6?\p!g)v?m0U@7s2~`;K9x3lIEb4g;~bT{t@-v ҥh(_{:H6'T Р@2T ( X /4Ⓘ.&<@j`^H0C7fkS2=n,ycdًEDL_3$P ɵ!?3f[ q+ɹ"ɵx(RVȵ3[]͊]bM*}#ʗ3մ5XC(.8Q;aNwz6j)>'jCx~0];ْ;q]5#v L`ϨH6_  —B#f-0"Ü%q)0 W)5.4T_Y2cOas52t|`iܽ xrPqP2ͤEfXpqqSٛO*ՆR_ Kd-yDo7J<6`O / ,_N]8c;/P۵ُxVG7pA+% +) n~Z&j3NPqg,nzoy}uc>@aXp?ۈ*e{(@,R1԰?Cv6ܢ5SiVݑ+C4p 3>˪}Z|KXr6KL!@Й׈:6@cG4;! GWo>V{ #5@8BtKzc@QڗL(!/~Q-r\ڤ[ S0w,iHVP· ,dZHM ޣfG jâgnRb~rlDoS`X Q[1,F3 dT,D]̔ؾ`Nl=d%5K0e['ꊷq}}+k*HŲ`#*<%,c,pe7mTj,7DObmN[4;ioL ]0{lD@<9jczAOX= BeV/$c1ٿh3hB;}G$Mm$X xds nQ;}- M E}Nn񏶤T0ͳ"ftU `V:;f v ]}Iv1{8x(PBjxvE?vo/vVe"Fh)¦A#hQSˬ?#c{G:?̈+oU߇˾N;8*]l>캺zHs,_E mhIP~yT/ X՚O~Zb:!b: B 54"p-CXgGδi#SNEi*$a@V0i%%(9P &uc +x0ZmsQ*{ÌK& B$GAqG5O*_ R$Rܽ֟.$RZX[%F_]&Q%n)5g:wx,, ZWmݡ1ިgoz ; M /6l878dl.̈ YZ