python3-aws-xray-sdk-pymongo-2.2.0-lp151.2.1 >  A \۸/=„u[N-뎟ڼ2ئfD{Y'Vm _wg1[@:^qfIY(ma7~TE%]w08n=XZO=s Oq\z^ ܛW[43a8101a458e6b41b2488da757ba8e2e11090f781f592ad6cd70f304e0dfee6630328a8b1119083d268fdc4296d09454b67cb32f9\۸/=„N?BqaڀZ? .S<[jhZ&l,=%w~E;;h8n c a;`xe՝ g6{DirI:*PnRN=D$|ʬ]C3%!ܫ6CqZ5-]`i6 }w0#I&!W% HFmA d3ja:57FT6P;QT>p>?d% / \04<@S\g      (  P    $ L ~  $D(#8,9@:FG H@ Ih XtYx\ ] ^db`c dsexf{l}u vw x< ydz|Cpython3-aws-xray-sdk-pymongo2.2.0lp151.2.1pymongo 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 pymongo backend for python3-aws-xray-sdk.\lamb07IwopenSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarchl c c ,]A큤A큤A큤\[m\\\\\[m\Zo19b31906aa08bb4fe09b0fcb62c1602a3c0517b69812138c982a400078e6e9e9fb6f1414803d43b7ac4e2a8521456cdc3f4f21bef1fafa4827df4e583e080eadfb6f1414803d43b7ac4e2a8521456cdc3f4f21bef1fafa4827df4e583e080eade0daed3f82321dc7f31cbefe8475cc67f9877fa85adcb378899378bacbfb1d8144e7ff6e7e7ef2cc0da0e0bcd16c87abd4a85374ac740c6ce8b66cbbb91d8c8cda99d7fd660bca4ff6b623635105a06ff22acff0d7a5b0432780038b0c95185cb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-pymongo@     python(abi)python3-aws-xray-sdkpython3-pymongorpmlib(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.1pymongo__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-pymongoLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/pymongo//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/pymongo/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-pymongo/-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, UTF-8 Unicode text executablepython 3.6 byte-compiledASCII textRRRRRRl&wsQCV= YZaIMm,FۜgŧO&2}G8g{⟵i79 x[C{x}ifG$0GوxBr$ HYœǩ*| D(&|~#|llꌦ@PSΌ1eD)C^͈uW쐮ZnC&= x}<_o_&1_I-GhU#P¼644Ḩ6r*j!=jmmXucW1 JG&rIL6 ;UlYx"' ~QCwzH;pߏyiOvk;– TSrG>mIvxpcԘȋQt>" l{w:LUa)'cV@QXde9F2[^ >P/USr*"4>`jers3_y$r2ЛЩ5fgdMky@OŽoimgݭYK}յx-I[)T:\YDZ#մkOq{D4 flVgL@Zsh{z&}bUΕ/Cq$N7kԽ}^=(}cAd%4>$U!Kv@{-Nd ^ĴT*Wϧs_3@%, ]'N )[ohgD&GU7:ǂt!Xe~^cEFG79>[b^PM<&cy Kb4|y>bK _2[$4^=]Z(閼C,`&{Cl\WZRds׎_%%mYpxDBd.1pMrfZF+-{5Ҟk;w0}$jG^=Op=@GbUs6b@MJ2sJR?*Q>s$(4}bxƚpub"T>jX'zi?lppoyj:ˠfI&C=PoAN 8ay-BF;2&c㵝3:$P0߰b1up7GDN 31t` LQT}UH w5Jo$\+L%69V#sc9 B, EYuH"OY/B-ƈ bH~EwYKtxf$q&FQf$|p"C*DblS!o}S[p~M%QRxڞ[)i6AЛ3kR3Wmj4ǥ&˧N{fەaЊbaB42!޵bnbNC+G?y~?$:kC)] eQh!;/;La"FGJW]g$\w)$ 0t}Yy[³2{P ᴭ_"E/"2T4VvUԂvG'2{LIyjX9ka]7K&X];8[tD_yܔhݺ& $\]1C\.8I6 #*o)# h#ȨLQ'$ũr]- o5iU2%04+E?2!Akmahܦn@3p$I aHtYD¢o[M(zro$"X8E$'ͭn5iqY5V]ЊcDڈ@i ꜠lSAi:2޸D)Jؙ06ՇB-qA)s'Θqk=W<镁UqlmGNwq)1rk./0 4UF`Ax@/p~% +:ږܙ4w=SCoFy9Cx2ʆ\ ڗ3zLgp܀踪m3J4 OkKzy6i=1)q^K$u)];݂{?l*{rByT Ve.ؘ(,hN_>yVi+Y46"ZJ:q(@ޅ(AG7,x:b}H0ѼM(dno)YIoH' bHe,QçOB b:^ob{# W1qhcIi!jZe{cb w-ܯ-J\;1d+0-C!/]P3+Ƿ[4oSh*Wŵ>ML{aVdjfȈB^2f" 8zO6 FU9Fc(8SA r&/VwJ+U(]j?LmȘ -&?Crgi^N㗿ϲK wʪ55!J#H_Qw<0OMЗpLnyVE|Df9u3;:rz\Q;q~M<0J̚J>d $'Ӯ]i;VfDӜ'z~$]WtxƳagZфI?Ook>48Y9;6$2lCwU3K )=9pq#:%"3@Jb OyHV[tfxԛ/rjSlS_$!ªo5m{AuB:'Gp$Xtǥ_!"u+XBCdU 7iIY ـcAp4q y)'."wq+x;, ?a D@&5:Ű#Zx($QVlj&ґ;Ij:*nnzLڨ+:3qpmGi>rf}="I$`Q9Tt(Jy=thBCH+o/r6J@jG̥U9+3,fքMO@r>5|*txHʼnnMRR>C9~"+* gTQPl1ɤɭTp޻?˩@Wr`3 YTOI 1oxʶtsLWtT[LB6~abu;2?-)8H7,*!oFyөҦ|Fjw>*? XpW_>XaW(",*H;[pQAb]fx/~ AP-q:sMJ3>E'W .3xD aL"gĪW0h7P%}}FF4^W$}Y :H $c{mh_!L|;t7DLed[܄+_ n{GQiɷVH5I\A74-o|I31j[fNqkUf:w2ؗFB|sHwߒۻ/8 T d E A bh_.%6:эW&T\b%Ww9s9Q si~E#%SգĎaymmc^*7{-;'΂"4t$#QFԘ6V!I`Ԅք!b9Iޥ09xZݤmxNElj@b*yPbs0LxP2׌C޿~sq.u!*0*MMw;n*F9|٭_3"3)|/h=&$b!056ԥFҤn ~x솷f}zu>Rg"J("}CRr4͛A>6܎t|?o=6:5s-`#{0rkm0 Yr0A.kQrEtIjĪ<[@z_`KiI*Yr:ʷ.y<~-Ԣ YZ