python3-aws-xray-sdk-psycopg2-2.2.0-lp151.2.1 >  A \۸/=„>6E$Vg*e&;.UC뒰UY\zQ6ESuX> qSo:PDd"O)F5D!qoM:ʑGR.OV*Ƙ>/Xc^Q wn0]ka=}SI^X=JU+m6fjn~xV^-V rTVh臆3;na7&a;MJ4f6ec6df646ea0ba63092248534c83a791b3b5500a1c6b7a3142dce4516dcae3e58429d95add26b7d9036020dc59bbdc4cf394bf7h\۸/=„@{qoz[o]7^m8r}@݉P5yG6 2m"P$eRb_*Wc-~W) Ht 2(JH`+&ɄҍZi-jۭu, smSze+5` .PlN}J *E佛QCD_ڭx V=.,w&)A>p>?d & 0 ^48@DW`k      ,  T    ( P   (H((809D:FG HD Il XxY|\ ] ^jbicd|eflu vw x< ydz|Cpython3-aws-xray-sdk-psycopg22.2.0lp151.2.1psycopg2 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 psycopg2 backend for python3-aws-xray-sdk.\lamb079openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch/||,]A큤A큤A큤\Zo\\\\\[2t\Zo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e778471759670cdbe648a12b03ca01f92a7fb29ac5e3d42f36a09ead6c659620dd9a471759670cdbe648a12b03ca01f92a7fb29ac5e3d42f36a09ead6c659620dd9a73ca2f706ee1349a3f7fd2de7b51208517d2e54d6e290147e5ee48b1c786d0ea13426c3da51ffdfb063b419c8b6832529168de958175bcf3f05e0a466b17b853661d09e9b0313b2d467ccbd0b51bfe6596ef531e349067771dc3208ac5c8dbaab40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-psycopg2@     python(abi)python3-aws-xray-sdkpython3-psycopg2rpmlib(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-motolamb07 1552261066 2.2.0-lp151.2.1psycopg2__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-psycopg2LICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/psycopg2//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/psycopg2/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-psycopg2/-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 3.6 byte-compiledASCII textRRRRRRl&w ^iQ@^7ӉS!b gXԴզpż\.;t = *cC{Thorr_C(MWd L X>L| c0ApW{ }f ۿOq֕F6ߢ' ᗘ9b ؍ۘ_iS=huяyV2"*rvՃYAdlSgxuKO_9r_ E/DD) >[#ꭍrABw{HO4Ћ}ieCt[ Mױ\z^0璧ܳ6HFv;f=wA1MBUCjkPFFrtH7G#xx$P1m'G6>BT*CK]ތ\\ idѲP՘Y}}άBtp<$.܉=Ak4i}Ft 0GU8WZw[S/؈cS'r7407÷;3RȨh~9ЅZύ.F<ZѥUD5b)ـyϘ鷐t]V6M.2VF9i&Tr0JfW ##A8-L)YHC~b,?iO\)A;5Woӄ|IOJ>,; I [Eu-]>*$1x΅q?1@"2nbA{'ۛb6)wT(^t pi#`7aGe}1_*1b]*_7-^􀱢_6QQ  'N8KZxCf1hٯp vȑ)xK}PɖT$jD6>;F1AEFҨKA4D㚯w2}Gp +em %j+D\MVb>xI`0VJ&(+2_հEor&0$5:x^};b\ g[;Vjs2+!LR[W 7FM.^?'+ε\H2?i{ \2Vk-~zE StEX%BȽ!E|4:y[$Br`0?'%ҼËH>9SJrS@gfeok4,lQq{X}f^PG#.R0>$ @4+/%@C㽽`xI!H[vz+zqU/GXyC~leo7e=5{1冒uPv8 a-zRhqo^jWʝe{~!H|#bp&Pގj?StƧnN'Dw=L^X'$|v}1;`P<$#nG2i r$(eTO7Zf]Ƣu@YKtؤsğ"t\2=/$-5@q$tVKn Q8\[Σe\儷)KPH򿓐 (^dE &OqjM^1J,=78J6'6r.?k'QŦZ8PI.NnP@hʹG~r|~ yHϽ/#j" 7dL!ƔFpƁ|H1אRDOyKz7z:dH) -ۧ$ZI72 VpK(+D@aGY )}k|\1 Mv,ٴ $G[Dx5AT1O t ucoۉoF,ƣ2VFy6r' y k FUό848 B.X _q?d,ﻤl{m+, 4}}DM{\ S9cB@2,lw@@Id0FoB-:='$qGW8$Nk"0{]S ա/quNĞJ^ t  1؍A ;OS CQ[\R&a4lgƂXq2"9ZhQC?cF`i}4u9rNK|+*-ȍX[":VicT&:g ; 4=v7heeW -@SS|\ВzސB?׿]>MxHݛW yre>M%է8;Cp qBrvU[rfEbb5{גr KWYQt3Bل[*ٟ 0R^j[m]"ER.0ZjY 4˓M5f+ԨɧmDq-9X"1,W6_CFndjd 0"E@\?[1~b4RUwɃ5"(0|[OL)Vj*mcr`~PuYoe $:Dfkf"dLgZNB+1RYI3qQfe|;(?GqbqY%fBY8?'s5,r}}WE!tI JJڽXNlt"!\L,xH&dӼ .(5"[z EcOPduZ 9OPSCJ F(܃>d YZ