python3-aws-xray-sdk-mysql-connector-2.2.0-lp152.3.3 >  A ^[/=„<HE'9mjuQhՁtWPnh/O-Qs{Obz%r?W$_P (d;M,{KXf`H$R8?6EwD)8cf1f207d5ca64796b804c5545a96b623ea6943cbb6dee9ccad70816326c2706fedd4738a16358f2a898d790047cfdbebbe11d177^[/=„qE$RA\&c3:/!W6Ɏujrg3F #%ĬE?ULbPkNרVK[#Bn4҆Yq#"ƟϨRMR*] #2xS"J1Gd Y :TBd_z9 2 yr N:/V?TMY>/UVꜜ?Ι86?]zC#MAfjB>p> ?d'- 7 bHLTXkt    ,  @  h  2  < d   Dd#(R8\9p:F3GH Hp I XY\ ] ^bcCdeflu vwH xp yz Cpython3-aws-xray-sdk-mysql-connector2.2.0lp152.3.3mysql 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 python3-aws-xray-sdk.^[lamb58:openSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch/,]A큤A큤A큤^[Zo^[^[^[^[^[Zo^[Zo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e77849961a0aadffa66df5ccc87c414c34d2a6ae63ef930cb47b0d68fc35bb57779c49961a0aadffa66df5ccc87c414c34d2a6ae63ef930cb47b0d68fc35bb57779c8eb9e33bac96ff96ce50006534a2c4d983488262cc767493dfe3ea175d7857ecdf64bcd23ae80ab9f853d5a328c0c4b11f8b1909e710d9e59549c05a9f3741c841576d0638078e9ab65c59ba1161aa6e5b66b6a6a1fae26a6d0a1f5de5e053b3b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp152.3.3.src.rpmpython3-aws-xray-sdk-mysql-connector@     python(abi)python3-aws-xray-sdkpython3-mysql-connector-pythonrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.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-motolamb58 1583061990 2.2.0-lp152.3.3mysql__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpatch.cpython-36.opt-1.pycpatch.cpython-36.pycpatch.pypython3-aws-xray-sdk-mysql-connectorLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/mysql//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/mysql/__pycache__//usr/share/licenses//usr/share/licenses/python3-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.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRRxD'0%evutf-81009d4ef467ec64d07f8ff7e6cee15af6d3d2f4ef9450c1e87c1311368e518bb? 7zXZ !t/B] crt:bLL ܵݾUZF}dXL 5Zij_G~;h]Ojgi^#sz Œ{p((I}4b4BVFJoI݋c.hv 1ќ7l\NWMckÛ0ypes4$ Fj@ņJ,'n>P]-(Z,D*6pjfdM&Iu:~W6@(8kح{AͼE^frt,C@(&D3WRӃvƧ%#&})c=?e4:ISGi%ߝѳ. bhcs]3PI~n藩O5D >0m<APpF̸',hm5!R^!h}L0 fto0*t^ⲳQ0tbW- &f]!$i~|.,&AeryY {#@<#IВȆM3qZ2 \` 9ٮd^ve9+5݆׌pTO׎'8-l_̨9KZB`!1o-\rO֥]tYf^wG#l$Mf<\(U( %#GͿ`]ʼn>ZoddU"YW:*cA-:Ԗ{sQqZbP7#2x!,}cw<N-KrrG[U(YOϊgJ&LopD1Jݙ$UY)wH)zh<0vX0YB5-(0i&ӊAb;h%Fz28_=9]sdj3ӠO_]8G e5@*6:` ^ m_0?f2Z+.<ܭhm5_VMBjiP$+F^;6kvWHx<_%t) 5fI}̏cgs)t!u{- f0^Ѡ~u1_ sz:#t excݭhN%C]cv.rl'W(Z0 Ah tVH~H;sJkG6X8nvjfN;b?001h#@W&}k6 Hg]ҀJU tZy l9g"G0LHFt96Dn`J67!HF.6e!ͅbx"f6_ G?TvB_%9AW Ѯߚ2ɋ谉-0^z;$-^z[χ9k kvSH< hbX4C޸9erF+sr 3Z ip $iOl/qyRc@B=V_i`6jl0TRD$ӋhQ䓓#tE @-wn[-}~ꌌ1[y5ǒXkzG*͞u:4}q 8&,&^¿I-d̀KhD&sRZRhì<ȫrN1wmFʹ%Zj9' 8GRfP5t{Q8Eڑ7}Kl[6G\uk2hhȕy*4@k?RHǘ6i!D?̀?$06/|mTG(z#od͈hptGV}VPyݡH-JL}+;>JC+MM'V ŷL$7v"ܬ)Jqq6Od9O6Zh WWq H@qw(J/giEOU8Ow4[ԧ&!u)klCzlX6VTTMOLEc6%o12x bgP@i/߄HLu[ iY#jN-ǮLB)]7)C'Е#ȒvlVU& cKKU8p=qdo-;vR0ٻNn'S6Гerq EaBd* EMjF=|rYyy+ 8[# % Js )AmOV%lkpUMS#;.TXeU_Hİ{i U ?ް ^𰒪ϟW`Z:s%ܞ>\KY29?g!aA2Q~r"ߤjVM<ϳ]tQTv]Unj4c40vrHJ?L^eD!Y |6k0 Ez\sz?D7Y੟֏jےuM:Xr!7 pGN#^6Ǝuδ̢̦Lagi~Lpo}8\L}vsׂq$I$CU3p}x0RSM+xF5 /} 1:Gk$F#%jRztijQϗuKjqǙ5Ā3<3  %ώYly_$M'2(8EjEѤsdx޸W䕣[p;R橁eM@j9) 0 )):s:E)(]½$A8[肷5Zo8?@8S8MNU.c;B:,ƚeߝY>f'vY&0<1yPέHnPE+z=kF VL?KbO ͗n \{rW7디^yn(Ŵ5WYcy$?Fo!^%2@]^8_R-ړNc;N¸P[x_̴b`GVڕZ4BVTwLutjfkYuu j&tbLUNR^fll5 "yB2  9ɸ2So^=O#c;SV࠽c-פT!e\/B, QiǽFD?`C˺!DS,g`l͌mņl-Eؔ] }7z ս6셿4/gQLeٜ}bێ4F*ѨL{?DR;.Vs b&+h=f*AcJBMU}RwQl>؃Y6gɱslJ' __쒼=l%_m&sD4?c44XTڙYSئetyjPUXR [1R5wη5㏽)ia@g#ԮQC B@T$&Pw0Oz mp%ra̬6xV䩳[Zkk0 Garo(.4tNVahzsG@*ADbnr +GP4 ǁ@j%>N&XG%[pGsVXZx kMd{gzJs29CIXY-Id9;/ĺ܈\6y=K !F"U1 \M uZYD؛{[J.5Tjֽ׹fӼkb'LF"as,|WpڅAٔ#TKfQ뮸]Z6PrOO]}ef-3COנ9@\\_R.A'>d& އ$(D!Vmg+D^t ~ +ORVfݎ¨o8')y  YZ