python2-aws-xray-sdk-Flask-SQLAlchemy-2.2.0-lp152.3.3 >  A ^[/=„k$HW ?9~8` '(ƸGKNB+dh5a1 pzʚY{:k1/t{.^{3<mĸ -,3d;ie{DĒ.9;.:t ~mA֌*ȃF/:vv0\%`" G*H2T6Aح3I"{Nk6bc961defa052431e74e4699a8524e2ed97e770cd76728e01ea8e95efe93b4d39f7c2b377516bf60b28774281dacc981fdc3be8e; ^[/=„qu(#fbYW21\:̊c#N;a,v{և >t; _$\mgJnNyft1b1M}-˶ "Pfy>+ ,bCYԕ `h8xQ*rp[_̟voD{_`a~Tԡwa׬.3+{8 OnEW5dtFToj"3,A= s*) 63a1ƬDևr7K>pA0? d(. 8 nLPX\ox    *  <  `  )  4 X   P x d (89:HB{FG H I XYZ0[4\D ]h ^bcZdeflu vw` x yzCpython2-aws-xray-sdk-Flask-SQLAlchemy2.2.0lp152.3.3Flask-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 python2-aws-xray-sdk.^[lamb58DopenSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch   ,]A큤A큤^[Zo^[^[Z^[^[^[Zoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8558cd0f33d776b43f642ec7ff226fe409d74a5e0ddd77a04a85faf81a010229a0d8cd0f33d776b43f642ec7ff226fe409d74a5e0ddd77a04a85faf81a010229a0d12d1ebddb4add2cdae9487c24ae5f1f846c767b19eda62d90db50add0ba38d3bb84e8017808149e45aa838fab3e3857bc5119b2dc33e32c6ba3d8d1ca4608dadb84e8017808149e45aa838fab3e3857bc5119b2dc33e32c6ba3d8d1ca4608dadb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp152.3.3.src.rpmpython-aws-xray-sdk-Flask-SQLAlchemypython2-aws-xray-sdk-Flask-SQLAlchemy@     python(abi)python2-Flask-SQLAlchemypython2-SQLAlchemypython2-aws-xray-sdkpython2-aws-xray-sdk-SQLAlchemyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.72.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-motopython-aws-xray-sdk-Flask-SQLAlchemylamb58 1583061990 2.2.0-lp152.3.32.2.0-lp152.3.32.2.0-lp152.3.3flask_sqlalchemy__init__.py__init__.pyc__init__.pyoquery.pyquery.pycquery.pyopython2-aws-xray-sdk-Flask-SQLAlchemyLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/flask_sqlalchemy//usr/share/licenses//usr/share/licenses/python2-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:Leap:15.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 2.7 byte-compiledPython script, ASCII text executableASCII textRRRRRRxD'0%evutf-868b51e29314902c263e696515fba1add49292bd50ce26332b2b823a933fff0d1?7zXZ !t/Ku] crt:bLL ܵݾ|c& [26܁a1pΠ~wFbr#粑A{u+/o~r1|^ 7q E]1 ˒Bd2QU#dxZZ`g!Vg_Og\a5O8 2aa2CE(D<bcڑdoR߉]lqQh @Ho4)W9Fuې3^}~g嘟T>1C3+Ѧꇱ^_[̸ļ\r׭z37θ|{ˌo/c ~z#=ݧlYsR8*ީRsF?F;D6/kȸ.솟 Yo%8 :a'R]}!1V[r \(oĻXqc5B@.0igh~t"eѪCẍ́԰< xH6)Ǧ$`;qE M ݐf#lmHf:[SjȇK5J Ϩ%3ӱ$ .0F$>=am"eMZ= ǸSҨ>ҨgO0 {M.f倏PmYU ŷI%O~Yo88lH)w挛rӼlu.?x33VfCKnl˧S]+REgG" 4oʡTa듴Eyo]ϟUjqGMBԹ;qpH-S86-BQYW;D6e-]& ω M!g5NxXukه#XciV7F<#aD/14>e,'i, ʯV$^G寉ٺLj+hcf<e`8jJDr2&'Oκٍנ tAkXCTC%Ura?[Ɇ94?ϑw>iILD}Hk{m2ȶ{Z4%Σ շs4i>P0g65BThA*XML Yv:t%3(VU#φř|ྺ.˙~p5m.zm{ȧճ0_;RV[O &mD$p] ;a sl|n'r\͕+81dϷ[u?aM@&=6VMwx*yp˓+ ^ =Hr.tn ƪא9D TʫsSbbJ4JGYgs\W>._#y6& #\GR3u*Çe~ǚz̍Ỷ=*c&Ua },3B2' (/uv*f:ȉj}<#uĭ-8&̐@ Jz/~b)nA~_fĕn;8fKHYzhFS+B:4#?s >ע) {=GFtq1w,7ۯo]Yo)q/2 'AQh)wt(/NL)uu 6d^q}8w ĚB>7PP9,rvP+{H?Ks:!ۯOS9c8F ˚k(@4oѱR1tZw8H«@Β: u6/J H}OUrFvå2=Aǥ<7[JSĽg^1:Cov!zW3t7<ۻs #,kT=yW?J50Лe N {3xUҀwφ,x>oPmwzJI*b5;cbtfGOI'i,G9"s/Q^!,hkLw) B'7xk5[gQ*4Ĝu"Qf[h| i D]: ~\zpj)EҞ_FIG4ݳRōQ dEڜlZTahg׼qa\k#p Z\nBoJUw&@C:ڝq Ed5;*e Ip+^eǖ,3;!YPkQ'{k[^2sZb&TakӤvz\셍P}f.>2O>)Q>P&D\ӉrFuo֍xp([2I,O%a(%=xAϸ0- t3eF06B, ;lǔPńs] 5f1Ys8*) 5RyAh ?qӴ0*yӟ.Q[<$zւpDyR'R`^/B"U- vHYP`;!VUǧ=mGoԟ\+@iB=cVeh?oLҎ@iq=jS/V ]<`V8m*6tq%XL䟾ij*^_yˑ(8<?xAzgȩ1?xsD'C4C~ b PFq3tJ#ʍனo#9&*\_7? [`aK}2c fʆm+^_]E{ ;iE>-e#+*aL0m-Xqڰpf I*!]|C=` [?O1 PSsoW[&LF^j+%O@:>9$ f\= omR;i#h4^g:Qt &-IS)%A6%cwˮz$0z:I_m.X+oĖfrZ42mEUy5{Z&g[ d~Æ"^Fdy)*^od Dg^}-f)Z._ˇJ_\tŸ{Տq0j.,CǪ&HItbꈀӥÙ nlȤ>7gO̮XZi|#ޫQSߪݗrg 4/ZZe+IJ"D͞\ A,VByT ; Ҋr=`6nsu O9G.,'8̦שfhۉF^*+V2inKT| LB?쓅C\>Fg1KVc31j"Odt| N 8^ T~$`0n >#zӑGtz逊}ҏb[gϚžpc&X ŸA:3 :8YI TӀ* %?(&Xm7,S=#j^ЎGv5E,Ţl1m#S%h={x:LL&!0{i[᷏7mq7`'q?ޫ"WAZJE{@b%pYhv kvȼk3m!5hڇ@ ە|O1t6@{X,Sahm%s eWukmK$0 æ_#''Tpe.F24B.AR0Xq9Ys&4n61+vwؐ>#8RָCub(g>&Ɠ5BIX*G6JYkvЖn v foƁ *Wr[h7L⧲C;#'7A??ĉVWGxC r_>Yp *ŷo2UBwfVLfNp /FRupz.T~Jl]Y"˚,#s:FzoY=ℽ˵Nc.u_UPWiϋ>ؓ^{';l=[_PJ}];C_s:.\SGp;ݴET1L>ӤM%QI9iOdUnczW7srɖw}=us8K[S-オz4*q!!$,ȗFW%݅nn 1aBC+@&7">]pX gËxjL*zqRegmo2`xl-5% QG"XU#!+ u{s{ȑjs/P'ˤohˏ[^FE9~^|fuvysvz1A㨭}4ɳ҆KtR2_ө=Uw]+8Yw3×ҳ%wxaM#JVviVM=BK“"3
bMOœB: N͠3BxazouB;4Q/7|/ԗԝ YZ