python3-aws-xray-sdk-Flask-SQLAlchemy-2.2.0-bp153.1.14 >  A `Bԋ!M@eee~i?,\dM.DZm43hYnQ!o/Ϸi izcBaC 9FwCei$CLC~bgU j؟ʼN1z BBvS[L7mJq qGr-mXN5ìA3dԙ˶aTD7'D<--:Gr*eOV{k~nZR]6~'F=пK߾d'V1.)U\tϬHqJp9J?y$ڱ QN5h"(;%_zh,%\ب l4G9Ŀ9d^ z%+|˓*7m f&)zA-=zUH>p>?d(. 9 oLPX\y  $  8  L  t  >  H p   ,T | h (89:LFG H I XY\ ]0 ^b cd(e-f0l2uD vlw x yz0@DJCpython3-aws-xray-sdk-Flask-SQLAlchemy2.2.0bp153.1.14Flask-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.`Bmlamb53M SUSE Linux Enterprise 15 SP3openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch * * ,]A큤A큤A큤`B[Zo`B_`B\`B\`B\`B[Z`BkZoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184e8293907eebbae855e6260e53e42638b675cec19809003595835920f1de66d0d64cb9b8f41a03df7a8d42c4ec6f94d9973c2f86ff25e28efd0501ae4217e623912d1ebddb4add2cdae9487c24ae5f1f846c767b19eda62d90db50add0ba38d3bb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp153.1.14.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.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-motolamb53 1614992493 2.2.0-bp153.1.14flask_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII textRRRRRR0[z2 dg wIbutf-8370773058307529f61399950ba7eac71045cc58c00531a35bfa147edad23c924? 7zXZ !t/UG] crt:bLL*hjq.c=n-/)HMu2!8/Fp,Tz / ͌'=GsC=] RpytUcpC/'b| RJޜZ{*":W҈'?JIzyғge0GC2dQ[Tb Ge: um e*8GXkOjV_EF4z[vwdV.KvoACc3ZãID8V(`Gwa7j4>D -🸁Mg0O$r"Il};,lIc "smC,mǂ[nLVXύbXb` Ml ,QLƐm>Xzy%*ޓo|s!9Y4WL;.p[mPr] U_}q?M0iwgba&‰ˎq@j.k+ *#=YIjُ ETSfe;B`<)q l&qoI%;fBl1aێriؼ6?Z`ać1 ;ăItA'7ϗQX? |7X`l gAX x85if !K%h(/},6s'Dא\IW0uW,),z[ƎS-.!k࿨tg=oᄵR"U ep|PTY\)cNpM%7֑x~ܧpUgawj_P@% Iv%g-m6.~ " E\͢ݎvG x9FJںӿeq;A`6k٩K\[o%|.1RNR"j.'֚?@^FRe*p.1j&[`|+aT>,kf:;KUKbi_ca 3+Z-~)FDmERYdxo˧3|r/b |N[>q{ tә'u7ZXA67o+(ꃞW/Z)C ʚ܁k|ܖ߹V/M:|QCbecf`z%-ɍX'x$p8+'E}.$-c:z T \sOq!ip:DRJB۷K8-@̌2D qx+jdDGdN$SB 2f?R4$6B4ږPy&4~ý/(  Oa$P~@Dq:^$lޖ\!I7!,ǽU1wDXYm(N5X4 Pj{jenS0vubLQq{^Q%k"ee*`ďogXT*2;m)I+/Og>XTQn;!FQ wx2Ɍe#yZ]V{ywR+I؋_DٳѰbs# )x o &%z\^92R _-8P]s $(҇[ /L M}8Tޜ61JWl_DF_>d>5\1j61u#e*A2Xe=@b8 ; vt9;x;2ortQ'!pȑŜM?^?ˁx.a{6Okӹ&D2< Y]U8*LpFB9;) V*Mއ W I >e/Xq'F~LPn8g"P%WvȀ&UPE MػN_E IDauy' oY 1n!ĶBj2՘&O'P/B}?I%#^qy0E4@Yl9ZϘfvZ"ge4!O <~JI﯒#M"s}#!tG3쨚Λɷ a$' t >)ItO?Jfˉթ;ce9c8N25Ϲu?( c$;PfYq#.ᆕ`f/sn6% Je:G5Biʺ(k9zyZ9G]o{rǡDc)2Bi#43fW&4qz;k lA$֫_2hxt=;zz_:%ɤu"Aj`iXc1&<9}x'tGJ.]>ڰD`ޟZC^!D ǬNʡ?BtBa}pe%gl`2JOHC$ܗZ_~,w) Sh)yl\^$ K\8P%@3#bJiMρ#s yz#«땑=۵|"\ 1 $ ܟ.4hl+eAAEt )B_Ǖ3UC#$%ev? <6rM; ex9!)jR>چ w GnZt#N49'ʚc8+_s^l&;buk;,Q~*:_*bJU7?{w}m\Dz)x e;z po`gpyC~Z2Zsh64[MJAXO+R^G5U~9m' +}n{W-^Õ(Cv_V!%cӃZ U9=X1h#ٶ1S ~k]*sëݳ0eDOW${.)!eͽBI$k!TbTVq~}VU6 '#'sP4_ ˣZ>wb܊cZ T&tS';r\ kە-r)v`QUX,3"33T,7&%~A@Tvj@#]/SsǫK*# =.WPW XʺՖv|:1;DQM]Aa[};eCB˫<Ղß2rJp=e0(R^bMJ ^BQp+Pk*^ړ "Mym`ob X څ,}PN`6Q,FP.4碩}T>@V~#HYo0fn-mRƗ~ Q&M.FϝU `W#Q݉ug=$%7H&jxt0ƣ ߴk JXݺT`%'B1aO@YX yi+)y _0Ȫ] YZ