python3-aws-xray-sdk-Flask-SQLAlchemy-2.2.0-bp155.2.12 >  A dkL׊I%z TG ; CⵛU_͔mVVs>{@{ (WoϪWKs*& <^w?p+huefƾ$dkb#$j[}q\1Zy![>9L]Wz!ε"~L rl^je3zùV-/(ieeRn#A9uoR: r)]I hj2r]yz޾=ĉ,sH-HFؤvT⊳0'Ȯ Izb© +W PC}Jl5$v_6 :Lf*WD0LD3g:c26453508d2818bad90debabb5a6250627aa1ea3b3ce0d56805fc790fbda40668f098a95416889314f52e578bbeedf299d514760;dkL׊I%z Q9_.iMdȖxbDg%UKƋ0UI8HT>V4Hjd8 8DMo%` K "NP}zZJ=ߠpMUn%.qdz{Ukk@e|Xw0m8ͪ8A_7#g"cALZDw )bt@ ' H#{4#Uұk/fgQ4I~*zQCp>?d(. 9 oLPX\y  $  8  L  t  >  H p   ,T | h (89:LFG H I XY\ ]0 ^b cd+e0f3l5uH vpw x yz4DHNCpython3-aws-xray-sdk-Flask-SQLAlchemy2.2.0bp155.2.12Flask-SQLAlchemy 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 Flask-SQLAlchemy backend for python3-aws-xray-sdk.dkLsheep88M SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch * * ,]A큤A큤A큤dkLZodkLdkLdkLdkLdkLZdkLZoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184e8293907eebbae855e6260e53e42638b675cec19809003595835920f1de66d0d64cb9b8f41a03df7a8d42c4ec6f94d9973c2f86ff25e28efd0501ae4217e623912d1ebddb4add2cdae9487c24ae5f1f846c767b19eda62d90db50add0ba38d3bb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp155.2.12.src.rpmpython3-aws-xray-sdk-Flask-SQLAlchemy@     python(abi)python3-Flask-SQLAlchemypython3-SQLAlchemypython3-aws-xray-sdkpython3-aws-xray-sdk-SQLAlchemyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.2.02.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-motosheep88 1684753612 2.2.0-bp155.2.12flask_sqlalchemy__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycquery.cpython-36.opt-1.pycquery.cpython-36.pycquery.pypython3-aws-xray-sdk-Flask-SQLAlchemyLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask_sqlalchemy//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask_sqlalchemy/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-Flask-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:Backports:SLE-15-SP5/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII textRRRRRR.[<.PTRutf-8c2f7a24f59149e632857ab4655f1d9eede041cd3aa31cf8052891ae27c630908? 7zXZ !t/UG] crt:bLL ؝. c_sy ئx(_ 2;imR^l= 3}gOYPҝ5T엣p}\aC r,?e5U{\.br!Ct-n{lN6N烧a(S|C'9`m@i9]Z j_wco7/Tɉ 8HwURdXNG6dd^9r} l2܆uڐ"P(Y7=g -PDS!td稘t %ĕMcoY1/+!ZH ~cݢ08LSFGg 52i6A2 UxQ1*eCOCD/D+U{m,أXaK&{=?pj(\h *NXP0$Qq?7zy.:r9.auc"|ʤf[07]&{DN<^:=tζn= bj]:[3R-L:3#fo%:53V$/%* 39k[t!'0|rvso6;}Crbɯzӡ.&&wʃ+'Qʹ$Z\}n0DEbXmL4e"nR n#HVH](Чy)W#% ?{\ UT~%[o%<JW^ Ҟ6v"IhT!ؤD%'K[olU0pw 83 e:E|lJnYe w5ZTF6.mgZδIUݹp)Y~a vQ|a-ޘ %nW]P|_m)pه>rlR_kY#ޣ=hǒ+tk"5v.r)lgO,>^狍DHd;~wF<`xk͈LVQΒ˪NP5R'i8{ULN@O@#22+d?|X9Ԫ>Yy^`P>%(@h|,b/M&)('6׉,]&řx=(/^@}=u$ קt"Cbӧ+ AUd`LrkrB OśEN=)2+y4W\q.x+Y ナq\tWuuQ_!md{ՔX5,|UOBnxb~b@"_Lj4lvyvXc ?SIwjX"TU =>8`~ʧi|Kq~,UR7!t'sJ=KDѻO/Ǿ<uja7'קE#pNJ`uS`p P47FnKĔӂI9<#|tC!I_0wo{dJ uI?4渋=;p.uczR-ZR ?jCWyqH:=7 %ZgQ9/ܭ&Dȯ37 rh2`{ ˜\ah4'RSTwG_!E7}E)X9 "ɅɬҊvtUc2C-l1+,F7͠cf~y;|OG3z ZEcLAB좃^2jObZ<*E6$h S{Niyrӏx_JXѱa}&Lw*xOi*`wpL$`RN7\-,"!9GuE^=d B l2OMĵ>'odl5PЯZm۟y0vVBiݫΔt(nD 1V-+bEY̲=}_D,T.yƅhEv-uMh9n +H2Zv+d#B(B hVVSYtzЉtuZa9L$l.X R? ۓqYS390hIFN0[Qz(ٲ&Jz7C@o(H^az?| [\gov,pv8ɱ ZhGᆜc\Tz;̈ |rP կe^LJ$-nP_7PAO,X"6 FC;_zN%`YTMQLKUk]ފ]T0{燂f};'`bTyNdtc> v {Gylu6krkcBA'\7y4p}-BKLgU R8=̷Ò/_Jkj"VG'{jxhB?ҭ;FU8ڏ7U"E(m/}$')E ͊2 A%{TϢ~M ւkU4r3ef;x{n`s]ȿ!BQ<^ix4{&Z ;lzRqr ˢ%eg5;òSkUF=t}oOĒDq '(o8FQ тTD\m=,pgz|"YDxy7 qߝͱyvNMI]&k*fVΛ]7({A TR Ħp9]<:2Xv*M&~ LҶhԔN\`ߩS!D;4@*41 vbf3^͆хbȇ0ח'3_lKؠi^62y6lы`𛞙Owrb!_}T&|?7567NQwvNw@sxTgj}@o*/{ txjb&;T,J؋¢q'3S4Sx#lśk&^cQBW*4%J O49p_;G#y4Cn(/)c(!wJ-=}_9[;rz\%IH/Ӹ%59R; - yxo)8 "jRԹf2ajgS,> C(:=ߋ=Ũb`O/ 4~QbAeԬu}&=5sl܁'3=Y&= !$3Nxb]8s~ăYL6l1ğ"9^/pj߁ lфzMk:nnzyoȣ#ud5b|ln)2|iвVXO QFnuUWYe ( LUuXyF^`r\Ahr1m]?gFޣ`=jJ[vs &oNaUW?G2cZkzO8L Aa nR6;GT_w3!ךrէ%q(lf1N[%$Xɭnxiuݪaj@P0Gb2E }=!]aީžs bIW>?r1V4k:Hm=if ?KdZI{' A6Bk!lLi \w{yzo~ V|lagB Q{LڴB[bw4>^ ?jX4E_TO|-wRX{8~`6E܁ԉZp " ~xCɈ^L 54|msxÓPJ*ױ@Ν=# eW,;3!Ck\>oGAPsBzi`dnGcB~p83g.Қ;:Y{Y'>\iuz(9qG{턑,q%ew{`|q[ni.a}DAJV E6!/a!Z(y;\9gK;4| * r2 J?)Io&Gï pZ>MR ,lL'DI3eZ3+f봋І5my' 0Ȫ] YZ