python2-aws-xray-sdk-mysql-connector-2.2.0-lp151.2.1 >  A \۸/=„iT:¢&ĆU&99u_0`{Hq.Yi*Z@gW= l.& W.)><E҉A*hSC}\l 9Șt뷉'0ٶkR.8!}CDqz\nH P$}Ds_'Ÿe8D] 돱o<-/J^. Cp]MJ3+4ΐ[]DRcu6020358a8ae4bfedb3cbc70a05d5329d694342446b2f09385fb97c22e65e9c1737e35b45aadc6565dd5bbce8af8d1184261ef51c7t\۸/=„Cֱp QsOj9U^eF_)-OaAcRNi쥇p"^Mn[F# Ez%xnĂڸؾ˛ ѭUԥ/L?7 B1,!AV<Ջժ>uRok 珢(]٨DP~v.E Hʕ{,X_DP" W͗c_H< dp*+1cڴQ2L}>>pA?d'- 7 bHLTXkt    &  8  \  %  0 T   Ll+(Z8d9x:B;F_Gt H I XYZ[\ ]( ^bYcdleqftlvu vw x$ yHz`ptzCpython2-aws-xray-sdk-mysql-connector2.2.0lp151.2.1mysql 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 mysql-connector-python backend for python2-aws-xray-sdk.\lamb077openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch/,]A큤A큤\Zo\\Zo\\\Zo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e778f45acb4dfa05b89e89bccff3118ab4e91c0e329828d96332dd048d83f6f6b3bef45acb4dfa05b89e89bccff3118ab4e91c0e329828d96332dd048d83f6f6b3be41576d0638078e9ab65c59ba1161aa6e5b66b6a6a1fae26a6d0a1f5de5e053b3b1c0650cd528f6d85e19aba328e38da273264c6958266b829c54befc9f7f79a4b1c0650cd528f6d85e19aba328e38da273264c6958266b829c54befc9f7f79a4b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython-aws-xray-sdk-mysql-connectorpython2-aws-xray-sdk-mysql-connector@     python(abi)python2-aws-xray-sdkpython2-mysql-connector-pythonrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.72.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-mysql-connectorlamb07 1552261066 2.2.0-lp151.2.12.2.0-lp151.2.12.2.0-lp151.2.1mysql__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-mysql-connectorLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/mysql//usr/share/licenses//usr/share/licenses/python2-aws-xray-sdk-mysql-connector/-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-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledASCII textRRRRRRl&w+] crt:bLL sj0Ya  $\F׃Z$_r(@)DFUmtNgi{s7*cX̠[`a@fs8SG m3ݲ;aׄ%~5}~uGX=WߤԶs,anu:,7R#Y?>uG :d4=ϼE#Њqe:{m%q2x=U-pYF4Yp!坨nU(vSvIM6S@?1}iUO$հI`O`&PL yAE;q u}:UH~ x:<{#AnMBeD (ݪ!1*A4ÇpDS<"6 "ze(;_ guƣzWįҩgG >9-"fACmo y?R@k&p>Sp ǧWNs (^琋RLcNZǿUXos[2j䍵hJQτDǵ.G$q1>-|a(uދmCkZAlpC-n-6uN %\oѫv愬k<#kBpꪃls%vܐv=wp FgOSq?#m?.)gҔf!@δNߗazיyX$Do[lK{6$*@{;;2ְYow”7}1My4og~Ccx]F!?!k ˲'F 05J=R#=Nοyll}bJBWkB@e jb> *ɭt.m@qh  LwߙLKL~qoznT2Bs4@s5ӘtUD֍vLo'neNFBwO\m=T7`2ᓪbNNy@1#K?bc=ϓ$D<ǑwIvlF0S.#6 WĜw0H'sڵ]k|nnN8;YDg0I%߅.EπHHTrz =ƧI]u~plGN)/|$~Ĉn]5.asmx?&mΖ@A,"\oG׷׺pHtf)- .'RZxh8JN }^&~_ ,e"b0\J*/GN֫vm̑K: @࠸ s/C=!fm[#`z&>EJI;hرKې:xOyw|~e7/^[q&b+|{qGOx-1GљT^|DŽ +@|'Ez)P2}h,rԷ|E q0 rCRt^KS $"1BTve0(lXnʪ~ϼ^WԲ{vpʧ7 0:>?kSKYC C,Ӓj*yР<4D`NjN7uU*˪wS9"+?UcO@Oy|gq8ZT7 0G= R)}q]F,P 5W3:p Γ:VJӦςv#sksA%j)T R 鼢`iPb]Ba`BtNT_| 9Y-LB=bҼQ?vH#[gdt}/f&YuNs#uPZHZ\aZKUPPsfk\Ur>?+0X1hH0׆}FWQMu^J?45?^FF2:3R8_K,,›8`\%|J!pӯmwb "T¾,CJO:WxނxTuhd{5oS ̞SB)_Z':gdOel‡~ե^0tR_I,bR4AΦv<~koKUkaIgՐFY5R4WI "YMsK?U+. m[pV<\dc{;hbro$*3/5ʮeA CK=8iH#3FW7ɁNn,PJ0\ ʔ1UZPx/KI&z;/[Q J í6~PE-U>Qw]Fъ;kAcV\d} i׶g98i!*4H|=MV0rkW-he(' Xe\:$J*g){(N񚔆l*G5ceY@~^بV> 0B<b* OX nܫGw'`~@A?wlB)0%S,4S_ <|sֈ=xJ)^`8UGk;'rY*.w}!* bvr*)+(3we Zt'ê8aeYΏbG\g +~i mO؎\ljgs_1~+ B6eS"79_i<5xw tQѭL_Q}wY'H=W' Vl%E;͵S6﮾.0D}^||FnETM1"CI?oKCw>hajc{{B?}IsNI0령o([,[sU+"XQ穊'U+Ry>tc'DN _B( h:ΰT7/H6YM(>7lyv?HD 1В9VA>؀.G*6 Xgύ}6M2V릤ĸzG/s3/zvVVPgiP@ 3}րTUGo" Vة98#ᆯf4LRU>շ2 "肬XRpmgl?yמi(B -h qO<=; m0od𧃠V kC] st1`)bΛ!t0>>쒲KEB5SR%ogFO??'] D|q/ S+|pȳC:Mny`[!VLO ,IYΌO^WpC YJjNDҡ!mu)\d$sϒo'-rn"b|BoLQ ZqiFa(}kO YZ