python3-aws-xray-sdk-mysql-connector-2.2.0-bp153.1.14 >  A `Bԋ!M@eeeAvO9̷/M(*C?'3?{Fh Or6 g=@߄<[*bVup.|e!=iX #r_4zKsN%xĩlK*-鳉 >nDq,31߈ Mz 5(p?Cq"͕,|:ۯcf*B?^B+@axN&qḞ_S 8:Q^`Jd|Nz/D{QR^oPa|A z>Ru AװQe׳8K1>8mUf$ S}ӓVx ?mvPDTf}Jdqoeo+T^g'd )B>p>8?(d'- 8 cHLTXu~    4  H  p  :  D l   (Pp/(^8h9|: F?GT H| I XY\ ] ^bcPdeflu v w` x yz$Cpython3-aws-xray-sdk-mysql-connector2.2.0bp153.1.14mysql 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.`Bmlamb53: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[Zo`BkZo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e77849961a0aadffa66df5ccc87c414c34d2a6ae63ef930cb47b0d68fc35bb57779c49961a0aadffa66df5ccc87c414c34d2a6ae63ef930cb47b0d68fc35bb57779c8eb9e33bac96ff96ce50006534a2c4d983488262cc767493dfe3ea175d7857ecdf64bcd23ae80ab9f853d5a328c0c4b11f8b1909e710d9e59549c05a9f3741c841576d0638078e9ab65c59ba1161aa6e5b66b6a6a1fae26a6d0a1f5de5e053b3b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp153.1.14.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-motolamb53 1614992493 2.2.0-bp153.1.14mysql__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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRR0[z2 dg wIbutf-8e76cee573a80e9d800f149442a51ff167cfbd007030e81e8a2d74b48e26ee5b5? 7zXZ !t/B] crt:bLL*hjqn`)9 Hp 5Ք*_|2V9-HcրXp[#܁U,׷Ѐ|f]6p,QkVjh2>U>#蔊ӣDT8 Fq!/\B /x bE 6 :.0Ui:Ψz pc b!+ \Tx흚Tt3TUaJx%l ͽ` uە,d僎FoZ! яɟ.t^?pp`:")HQ9Ύ2.!W<K>Dbo-{4JsX 8ϟDWږYUr2E57LQerb뫠/MɔQlTqۊg]٬%fǴBX{+k_4Pk/FU )^Nwl}xSnvHh .qP>$gUDW/kmv,P)F:dE] KpeXb2q&pc߭T܀'kAyy+ EǞKguW<;ȘSA+) KQHTA#-t$xO.6 3J|ɼw`N؎zqsFq<^Uh HTux kz;dC!_Kv"bQO3ʢON6\OѴs۩Xxe*"3- Z߸{i724 QA]uL<.`ͩg oQoVqةE1( OSowpW5 iL:⧎-_c2hq*B ą*=512:rmhĒit0y0vP?+0*!abԼd ̪+;vi^ ݊$G^b,Mg{8 :L|ZwiV mQab%!qvfԸQZMAijwvSϝ'fMhGhe_)c{]<w &"FM+:>n6{av⨤%g{fX\9 \CNO;,$ne<>%+⬝ك9v!(bsirߟ2Ub.TaH8 3CÖ@^[TNtq H|<;cfYz,oT[{`۲4 'Cax . \x@3tNG<>zXv(F9؎U`Y̹֞Fb3T}>#E*<@)ގ68 :Oĩe\OI o .խj~ܫ6Š(.q&/JBn{QTh-G*2C JMzl2`89gn@@Ob| N$ C  ^qJR^*ɢܚ9zZxZP{֔*=Sҁ5#H|nNst"jKJ6*s)hIBoR\\w.:6^(u3ΤZg F+o6!;8EEɊn PAշRL˾ED`# Ybzj3- ]DikSOqnh y57vUv*cyw\r08R1 0r;y루]3DT>^jҟ(2\ q%%}}/AJӳ#ɗB:Z_JrJ a^DE^u'0CgN DydHgTWƢшcҷW=4<8IS9oEJ 3DdWYiսV .Ip=?Ja;v/0oԖ -UEm`kY/4+(;~cWϼ6~)?6P[8^fo 0R49C,Ҝ ^KmhH&n_NcÕfr?ZdoYhb]U}U[WN{OʝуF7eTnH9trDؿ>ǻgSo0T7SOl:}J5@WH]/ǹS0[$ap * 3Z qW5IoTRƜ\wà 4\ik+'O'Y>^{yZ*@6K% \:$R.ExµOCL I%1mRc:[30tW:JvM?z`2'B2J98&[= ED3JhƎ@g0߿dG,D!|2ߍ?,y@aY암CE0{l7Kг_:J[aW'<2_vs>[Ɗ^ Oϸ.7~W,kRáZ[|oa?N^Kw4RcxzRz>3OrY: !_A2W43/a >&9qX+m/ qO߯b| ~(V*F' qi\JɦIjR&aNԴ8UHpޗSB(~j?sm7&dPDblH{.=4DM2l*U}w62FN2<:_Xm2I2M> HW l*'9ZqSjO u8wD^ 92\qf?ym^