python3-aws-xray-sdk-SQLAlchemy-2.2.0-lp151.2.1 >  A \۸/=„ {ֹ=tO,<p>#?#d"( 2 b<@HL_hs , P t    hH(89: `FGHI8XLYP\`]^b c!=d!e!f!l!u!v" w"hx"y" z#(#8#<#B#Cpython3-aws-xray-sdk-SQLAlchemy2.2.0lp151.2.1SQLAlchemy 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 SQLAlchemy backend for python3-aws-xray-sdk.\lamb07_openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch I,]A큤A큤A큤A큤A큤\Zo\\\\\ZS)\Zo\\\\\[} \Zoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8553aac83f1df1266a182c3dfde1b39a24c8c0815167bf717377213b80e674862583aac83f1df1266a182c3dfde1b39a24c8c0815167bf717377213b80e67486258e221896cf840e0919afd770a61ce68c0f66697b3edabe85ec699b1a70d607b777baabd605838d601129a4be9b458687543bc1b9cd1af53e6e814f47e7d0f14e779ed1400e945d302067bdf67acbfa8d826e567a68801e9f5f3fd508f81f5def2e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8556f4f7ad3dd293cdef399179f392236359080d2951592dda3d6c78e296c334eba6f4f7ad3dd293cdef399179f392236359080d2951592dda3d6c78e296c334eba1edce032e5383d69f6ee0b96e5bc4c6d2622b1854b901485b4fec78fdf168a3641cdd59d468329c716052cfcfc495b7d5295747f1373026e1417bba9369a2ce243e082989171277785ad0d7a5631926c021a9c0088dd4c72eb648b502eb80b35b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-SQLAlchemy@     python(abi)python3-SQLAlchemypython3-aws-xray-sdkrpmlib(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.1sqlalchemy__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycquery.cpython-36.opt-1.pycquery.cpython-36.pycquery.pyutil__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycdecorators.cpython-36.opt-1.pycdecorators.cpython-36.pycdecorators.pypython3-aws-xray-sdk-SQLAlchemyLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlalchemy//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlalchemy/__pycache__//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlalchemy/util//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/sqlalchemy/util/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-SQLAlchemy/-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-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII text RRRRRRRRRRRRl&w3h WoJv*Y?$E_.O Mpb; K fZ{8F̜4; 0<D%u 즊:o6nɯ/YɌF-#vSǑ~ߦ&ձxJctPl){{31IsϠoh!J{Ѡ m){E>}AK#}}|5DdTQ9˿IROsR>ˌ&[F[*+~_f^ivo.IBx0Xl8o/͙eCKMɱHovDqa`FX&& Ǝ2o ) Lqtߛ +!+PB\]3m;Ѕf#\Kn ïv6_PcDm_cPJeQs0%݁۲')t 7\?p$sJ_P*EluV2ucB"##A><~,0$Eء5c_uV `x5U'qbVʶ)C'iaQբͤQP{;r' P`vRkhvu`[{Kf^3Q;bMzCNVU_~ w~*iӷ(z?,] 1cDU)r,BͦE*i;Fܭ_ 6O$(j@XOE~Sin3#һa+NZ4gH"_N]IgCow0(nǜXQ1m@_ߌǩ2[e^hXy@r2pjb#9[e1߁[i)p-n əyMܐN\Nn#-Ӽsa=2اZX~s gWbX'@>%LT`; YA s'7WFZM57ҞSydg~;k%6uRYaf5 x9Iɪ }M)>0 -yQ$ 2,H`-:Uy3ݯ`hRfR|&LNʂ W1t*ts_AT ],V 4wVoMɠyB.*,`|N:wG>AM~t=Sl0:?)eySVin݆|xN/N1y猨S,]@`LJ+jأ lJ46A(+Z7WaQYhj6OQ ~ aa^V龿HwY[ݻ >[ì#ܗHj|&f;2Q[2SײԜzk(s.kCG ,V*Q^^*p k,@iPMnA8\OpSGxlkk٬ו9hpv_]rq-)l匮+8ZHF=0H-3۠,-4asQLM\bW~-ᦩL[~^Y2 ͽWń8]jNbqQ67=q1ڇ2yIp\1ZPsNz/]B]XҶf 5нǗk3wkb OF̚A*~ ")nOg_д1^vzCiO Z1_%,"F9n-VX+0&,M *OkW]Ásn%C,WlcVGqس:Pm~,lV IU\1 EO,+zxhv9b۠} X[}DɪhYy&צ؋UQ5tl"3XW$Yoky}\h @ r^\wA~i5.*seN["",7}&5ݖUDI2g{ʻJTCM-%"=X_RC\G^g؟P |u%.JO ~?M Vەv`wG2mQAX㜮&K +vZRvP>\aF)Hdڕ!TCri(:ʘJGE$E#ՙSI*fp@)֭I(㔀?d SYX7r|:&;=GH"}i 8uҰ1UޓcqvyE{IV{5ʞX#`h43 XͷtZTTxi<<1y 8Mi\t[=.8Ȏh8N`d& uiS0M)O\m曘B#lgq%V33 ڟorR'>w`}](gg_^n1ɷc;jzO` w"9NUᙷ<@ݐ$FC%?{PR&ڡ|=|)VyJF-[ V:x1:˙_bS^{6DV*J.:LA˽c* |"Ko]LMV'^D_ǯ7 =LN|b6FlBtJ\";lhV7<+a]p@\JGJX l!{H=c*{&[E>Nr"Iމ~:!_Wxa;% w] RY}`Sq?r*&'KT7o\yx&GC>3;jEg^Z{=P&Ke^(fV\ ?P %~2ƉU$%E5P-q̗1U1 jhs7rO+P{߇iy@5 k¡-QBl[U<97YIqI9kc,1CbJs 5_IAITAImd|堍ˈLhՔO =((Hf"Latrƃp #AW0ڦN! %J6y$l O(3:V  dž&+˹$T10@zn*Q`JI+ q<CvFhZ s D/SUl,F3xЛճprĸ?X]:đv kbRǾA_P90 هg̶}  ߵp=]ye$GfbZ֓ ?DGSAFL]pZ:X%/-w/+]rXVvíUt9-E,`jz'R'x{W g[XvEmYy<82d/I~´)8#P)$n\!!>SG7'"*?5w""xJ$Γ]I;*A"OQ9tlQ3J\Fz~*H"^ C5QP<ͮS-Z1M+QY;`4)Z@5G' B:@raqhsT;^d/J>s߸?/g0-Hm|5d61vGmSRY͓bX lg0b*^F[6%̈-(K*p&Yċ\_8+ ]j|R\Z;YPW|k ?eZâ/`ޕ\cbդh6aP~ܣk 2bݷKG^DfqЩ܁2#"R+6 |_"95R8=SD ;3i1pӤY&`TrPD@UT -#ZH(h-wz`D2?ܒ {zB cr5$ck:ϙ(Ha;?oйeL{[v i-iiߌ<^kX$ _͒@  *hNkՔٽQo\z-Mž1ULsQ77#4'nky7k0In+EM5R|2b`vvwJ@Fn?BV88EZQȥo ˤK`\^m J+jVe!dתpHa3 5M!*7ebе \#,VԐ>9I6:l\\2HThQZ5|`(.~PwY+ 8h7Mf]<B{*AOiCDbR[: O<̇Ix#^/cn fg7<bC ApxsR$trߌ؛ˤnlql-n͇]~C[,_lI'w1 \ww OAN?1~xP.MPG*J8zokw&U%PvN0 -$47jdpAp3+)JgZE[|A.#{URqeȀQ9ץ6!Jg;HE+N\d|j\`ИK\CaJR?.%B R|/"{5:%rBTgt$z_="MNJhhM2%) (E5.SbZ'5pT6m;aB.yI9z7VYZ߂N= Z YZ