python3-aws-xray-sdk-SQLAlchemy-2.2.0-lp152.3.3 >  A ^[/=„{GÜb4L+L[O6i Snqv0 ']P_得#(A"~^{N$SjZ2Q :|f<^7,UP]N V>%?Q Ww2 zՈmTqy#ujx1z8mE&pznSkeWW9wnAWS1DNQX`V ;nr  dy6 G ޴?ߣum~bE|"xΪ|<,1+7e8985d66a06f5f8e9fab1c5d6ca32a8a27fc0c9f0f4ee5c9390546030d431aebbeb2a173151a6996965aa767a8790a3077f0b0bFP^[/=„p^>/ꑺY>4}0ڹ@B$3+gΚ3L8]^jtyVPP?p/gWo\{^6evn.Sw歑 H}-Lr蓆?OnQĪ;U9$xh-2EFE2 b@|xZTc넦U~[EMZ.ꕱ5:53eIc0N"eG,yCXx%:A!^"mQ8|/cn4>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.0lp152.3.3SQLAlchemy 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.^[lamb58_openSUSE Leap 15.2openSUSEApache-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-lp152.3.3.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-motolamb58 1583061990 2.2.0-lp152.3.3sqlalchemy__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.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII text RRRRRRRRRRRRxD'0%evutf-8837ae1b4020b30c330118007566424699d8ace7c096d6b1447917b8c51102a3d? 7zXZ !t/n3p] crt:bLL ܵݾUZ!LhzdKJ.,teKc# ['h/h!]aM@mYǝ?ْɤ~HU'$X:݅s-yrΑJRJZ럅cB;x(ft&NiH S <ꅥ=U7"֗M->-݋s$ 1ywAwn0C&jI GPTq 8?, װ%g]e(N~j>/ @\I1GPδGD ڒin %EBX::`7tWI' nLY|DW0ΧQ9S/J]7)@zĂSz)x%vˤZѲf0TI3^9Sk0j s'=){RhMv?/lhش0$Xv<BGPN4- G"Dtn\rYݕ̫;}yhC,22y( QpӒ9Y UzL^J͒tW6eM SV 0wx.t*KwA{I $O.%! R3k~M.VUOLp4-%,ϩnN^TYKD^auKAu>G[PNH!B[CYĺTrXC B>Wv/ݤ9]R=`:hUoɞH0*OpՃ1i`+M[I{.9Ѭ}…`05U3BE_NbcBuє䏐HT_$j~ H͹y:镟w>d>~VT."'#fb=Tٽ̒@] ePYtY+ Cq!.Ǟׁ>voj(ٓy,-8LGȼofySKi)G7uy]U=J % iQlZg@/p>`᭤'Ib-{Cw+cL˛oI6b=Y3BQCLeGE EA95.T7*!A9T9˗dV&Q~?F/ s?C>셂8b+Tֈ$3K .(o`d ;Gf#Ԇ_guw%^\u*E vBVFFZgNo7jA\~"aJw⢯(LU9wFMh'iQ#u؉u d}(2sX;Xnd#E{! K Dl{hicy!!ta :)BMGr-?'0 $7( KēlOa@7P#mvrǏ~TΧǥY --0$/md1Z>y#Q?FJ۳Ip0xpWKȳ`:6U.-i\!|8#B x;)M*ktLNJ~M@_FeY꾊,ޚ%^ w)[UҦD٘T:(o9x}_ >!ac8J{g8骜Ӭr;`=o9?Bϳ='M=6ZÈ.fnVV9(@;0 _~5-`^!&r^6=5*!ywNueeH0wgq,^6{aإ$p KȓZB:hLVSGkQVYm-]e#/^2zy l({in.~yG&xBrx:hQ:xt>hQf?vw)[d+X/{ $ C).HLpzh+6P'TOe_1XB3HDNJiKvs9a۞'{[Z_BcUqܤꋝF.y/87x(S"=>(s ˗8Kh[qa K]AR0UgߓLOkS?nԍx}GyaT;̏q&|'O8xs*/Ѻ|lˣ7Uk9Rk8a|h0yqm.jpXz䬆;EwQmTˈjf`bU?y`Yp87h.6"J g3sM+AYijF!%Wп.U{ w p=Y} #CqIlZ( [ RF#r0&֎`^gu%"K@Ww5{̂}E)ƲSVt9n'Qt̓˞w ,RН9c1Z&o QBuoInj/ޯ3E Zu9P+DR/n#PQj-VK!_`930&Rsc$38sGoWȻ\>˹Vil쎔zȃ12f,3>xDNYxxBrLFıf1$%T*۞)b} &@F : Fs1S!\\RB~&wQ@|hX =S&wI)Ϝ." V{N2F0^JÉFfO+? A\+.t:0d~24Ip,4**`o pٱsDX1<`M8ţ6x%ĉ=ٗui)5dGjsLdq>5EO:6[L2]U@_p/&7z!PO{Jri=妎x:">GSv {5<^xOnvul [(/MI(]:pm] ǟƲa'XH*Ƕ2KR~붽&{i@c$ QkBD:ACfƙ] &g#(?slUEA6 Xl3[ϥʓѨV$h؞8Ρun>C iߥisJC^?.bs@{KEhx1Ud@#/ґA'!:J* {i+/E׷T.Dzط5;GŽ <}Tt&1\lpER3O{q*ߩuSԏ-Wq$M-:uIqg&qsBsy& {P]Jf6bǀFDB)bڃ!hCR4DHgk=[}f1E Q#paLO3Eܖ2T1,aY[GjTƄtSf޳ԍ _Y |BGZog0yȞ7y)ٷE)qw)|{k-lsAU.|´%ڊAbEޤ$Ao91uH?_JZϫT;P+WO'CBpIN/g\E|#|fɍH OI[e"Hz&n~# 0Joothv 0V䇎xc nYol.L}kc3fT*X>YJ<6-g .o틧qe.n`|'rQ ɿiJoS+:Pն7mȁǹkfC$T wQ36]x>^W bk'Aǯ_X YiJڵf׬S `{,pRUkh:zVeʶJj;"] 9.fzVq.FUOFB/x=vx|1 K-Y_ g}Z_>0g)u}}kDҾM0(X٩OE R=T> ntϵh \D&au`\.DE8{*tLqx^5WEoJnbcvʴɒ0X㘪pK~Al@ƨ@5+C˰s8 Lbްõ$ 5A5 |]H9`߷!F%sG uV99ͶPu+eZ"ζܗ = ':, 1+}HӅCѯtgk2xj<t+%l/+Z3 {쵓MWp/OcdI[B8=j4F8$+s{KCt̢*MeYz)ᇀmm1yn"^]S"b鏍2|֠ "'ǂ>~}*m\n+!uaASkJUmLBR#d8vkl{ xs¢PcEhoA G;Ƥ>C Zȱ7`s  rیOڡH(ɟ_WxJ)ce3/BW/.9/~^4πgW rJ1r?}q 4;Lኯ r%;-팵b ~uiES$Ժ:I;`* w :zZ.$ {sI#j{ks* т@kWY/G OQ0 cfT*pxȸ6 _/4A=3d= YZ