python2-aws-xray-sdk-Flask-SQLAlchemy-2.2.0-lp151.2.1 >  A \۸/=„xt!vkG}e>.;kZgzFqc)pFg)"ˉ-V.<ۀy!5E#炥o(79/H6A'2]Ғpo_? ؄\N="8B,ͬیw jk-hLȬd"pfCt+Քg:i2A4Ld+4E f/ٌuQڈjh7*+ <7Z5c199f0f84c854705f74ced11b2cbe6a105ee7503fd8fe1ee38bd53e88ce255ffcc2935b1859eb0ebd82793212658f68e941cac8; \۸/=„k̴RlPZ<@*AHQyo@fVwWwEa;GrBGJ 7ж@ P>SzDC9u4|r>$wCנYv@e l~t@'i4Yp"QQ_ Q`igRᙟ\LGtV\PI_+vI'[=^M۞&\jԪR6r5e($Uð)XOi2EB $zi]^M'K>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.0lp151.2.1Flask-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.\lamb07DopenSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch   ,]A큤A큤\Zo\\Z\\\Zoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8559c01bf82ab166b50045e51f7503a16293839bf2d8c80b84d18e487abb107b5a89c01bf82ab166b50045e51f7503a16293839bf2d8c80b84d18e487abb107b5a812d1ebddb4add2cdae9487c24ae5f1f846c767b19eda62d90db50add0ba38d3bb84e8017808149e45aa838fab3e3857bc5119b2dc33e32c6ba3d8d1ca4608dadb84e8017808149e45aa838fab3e3857bc5119b2dc33e32c6ba3d8d1ca4608dadb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.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-SQLAlchemylamb07 1552261066 2.2.0-lp151.2.12.2.0-lp151.2.12.2.0-lp151.2.1flask_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.1/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryemptypython 2.7 byte-compiledPython script, ASCII text executableASCII textRRRRRRl&w1/X∻J2!b r(r>wߧ EcD{=a {n.T攱 4o=gov=@ S;_QinW:Uhv0'-r*ÖQ.nξA+)_Z{A4>1d)Q8v(a\ՙ_Zz#;"2ID$ꨲp.zKVH m)]0u @Gqx"z?[m]rM~yQT>A̵@g5E/5}ͽXkM( F&J='PS):m dlw#7X1";JLzòtHg-i}6Ns]%Tb/*' 6-"^u_`\u!yA j 3]WO"I5VdǃmaTwYaqA2-45ȧcktj"BɲՇ.R$"Ym 1& {(6z#=3Vw5|%k}fmM,c9}6Rr5z_IzsΠ>XM;!/܋?Z$ܽ_}Bg9_t '}]oѓpgg~z_)46Cp~)s"84J[R׀(y1zL:.'1xkY%\3U TY I?N5r/adUࠃUP~6 N'YtKU0B~䐽+z,h`t}*ע:BKc栍%-Z2C n@xWzb):yF嵘N=Dg6KugD DS<Jdt= 4ᅚ*`;x_~Tq tPX,BzX!V*Ⱦn0exBܮC✝\yi?GVԓVx*Pɤ[ >47?P~n(%U8v G5ŗpeޙ #,Q%[mfF!-uV,HŌuna T=JwC1/\NOY#r_$3bWcuPx^sOY' Pm,8BQĀ,%(7zGx tf<䖎>Ƽlt4AϠxL,QPzT5Z2#1eo!' ꨽mJzo-o,-ٚ Iqlm".>\I\ؤ3͊GE9\z'_7KL 0u,FKϾ!; C&wx/&i~kၕ0 Rj'x \WH"S[F /3nb t7BMn"iG@[ϼCkVejf:On*썬ȘB3j=`m9i̴Z:v0[5xCovz/:0ROnܛ7&)JvlM|>RP\5흗c8߸[kd c E軌<3Gc!ҧex}6J CtBrc)bvPW *x!lFz9;B0taً셜X4xHiFa+F/Roƞx" &}}LZ]1Qɝy@ mq-) C}80 Z٤!5I]=7E*o<\lJk `#E]Lc{KEAemI|(Wl7X[Bu7dl4BV/ fA^/)Ah왴I _eGu9N9rxyh r9ׅZUyIXEyoG0& AgJ=/jZR]:| H=jwl+B:US}mupMa39GRvoWOʅFNϢ̄=gO|7Dy%Kzì+Ydpҫ|Eat(%{]3qGDr?Vw/j#I үS $ǏFlZ#`b.+N%ka1nO㡛TC95Ł2T軽*^ pHsFM o ep4~/F w[E}0ϒoӁ<ZJ ;&ànQ4'?{7ޛ:\R~spig+<ЮLJwҔC3vMG wA E V:l]?ob{%z@W['Sy[ 5ge~(ZS@XJ)j;WxzN5iHu2/ԗ