python3-aws-xray-sdk-psycopg2-2.2.0-bp155.2.12 >  A dkL؊I%z Hc7n;*2*U ZW_Fw-c<}31DB ;{3(!'lB  bflw$./GT)3z &,@aRټ! Kҋ;PU*}]| n>QML~F1A (_J6|C:7ac׬JyN@6|͹l܂Z(()&|hxK/ bR^7481a75c285eb461761497ba2f17fd4abb9687ec32b7b148a2f02d6c9455046296e256e15347383ee49d0f3c6aa0f8dc7f9226597dkL؊I%z \>'?Ã㾬T8 D9Q:φ?/ePZ™,z'FF$+ X `sM(3y(VK-U΀+hcT KGICwqɥ}M /[YX8J05dX;SPru 9I*@,\\lH1X/S߱Xe{L64\umҋ Ւ7A$<|j)승^9}3AUe\r8-؛(P /uv!oBqf,6+Rcm X|:/.-'֙,|lh>=ƨU$3d8wjOV>Zu[CZ^Q'?󳧉oc:G_)Xv3VXC0^q2, 5! #Z!vC~ugXQ g.XKz:ZFj" `RA>p>?d & 1 _48@Daju      4  \  &  0 X   4T(48<9P:FG( HP Ix XY\ ] ^zbyc"deflu vw0 xX yzCpython3-aws-xray-sdk-psycopg22.2.0bp155.2.12psycopg2 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.dkLsheep889SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch/||,]A큤A큤A큤dkLZodkLdkLdkLdkLdkL[2tdkLZo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e778471759670cdbe648a12b03ca01f92a7fb29ac5e3d42f36a09ead6c659620dd9a471759670cdbe648a12b03ca01f92a7fb29ac5e3d42f36a09ead6c659620dd9a73ca2f706ee1349a3f7fd2de7b51208517d2e54d6e290147e5ee48b1c786d0ea13426c3da51ffdfb063b419c8b6832529168de958175bcf3f05e0a466b17b853661d09e9b0313b2d467ccbd0b51bfe6596ef531e349067771dc3208ac5c8dbaab40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-bp155.2.12.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.3\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-motosheep88 1684753612 2.2.0-bp155.2.12psycopg2__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:Backports:SLE-15-SP5/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledASCII textRRRRRR.[<.PTRutf-8f2e4d051b2783eb1b31e1ad9e982a38aa119f1cdd08502c4dc386a522b6992ea? 7zXZ !t/A4] crt:bLL ؝. bP$\!Rx 隕t V]pWIm;N_摦cbiW%I'CO⦧e*kG>vR$e֍(CQ"t5W6t,2q,uNau. e .*nc+r*d8)ic=[#FvN"13e!yᭈa JO*3Zhuf%azN/㹎9 'b =,x{E3uqwf ϋT3wê X69Znn߉03fEpG1 oqsE:_8ksY/wgTbXǨN&(f9dco[áKL㉨cAg0Ý+Eǣ(Um<y=sq?NX:.j}^}Y積Ԣmt'cf2qIip 073\$E]>Yd#$9i|!p/v ƶ3Xܑ=K"[$(}ueޕX%$`cBT uqUTԗ-9ѯ>c[}TǭQA7'HB(6qg^2ј oCt-NV`(f]XSBȝ|>8ĜT\~g/đ-gCy:CXT|)q F-fފLs&xH@0~\KpU̹HfWNLjƱB`1 꾵̩F']w[[+mRBAnwÌ2RSO$H:Fo/Ə# ?1Tԑ| wxT:_P>RVp_BDs7^aM{#^WTog; 2jsHmy4ޔ:P`+ԏۣ_Hp\KAԥmc OL<)x@K? WLa+}#g$kfiMb]'$ @k8:)M]Ȅs}Ҷ K>gE8ǍecƮ=~5tCܪtkx5]'1\bԥex >5D:7w-c}ct<l*Q"@Wh'!͞߼a$ 65/17"zR]) 6l󐴉#ء! 0-2# 5sl]Ӟ0AvgIs;0S2w!'P:YBH4车*z nj_(-Va==B9ˁ0&Kih+f7xU)_JWv`{jO) H*cP=+> c|n jI]6ZE;h AQ$C{oczeeiIƛ/ya(3 JHWx + B<z5oC7'd#ⷦ] nFInsz/yV9~|724^1~=QZ4ބ a ]uJJx:];'"^_2<:H&qRu;=5"a7Gлtqyv>@i6XQP!œyXX^?8Q4(HW~[N`h0B8HD,4y@aY4ˁc"G4?M,9ː7s.UXsunM,_Ѐuu*[\ ybn^ΕmiAFwy{TGZ@l‚8b*lw?S5xqoqu&gwvOYh9DAy] :Нm8ފ$h`| r9C*::@e|>"kUk>_[ ">bפp_ZAtt" #aob%o΍m졙Q{ק؟.8|'Q}1b}42B^YSj+kQf-ʆ W)Ôb BTsΏ.82GMQ:{3 7JSlncL|V ;Ǥ y #@) |wmaͧrpdǭO(tSdT!jxn~jGh(dB U6ʺgRnB<:H7g9 dme vA%gm P&U?7IJv4kWG+5OYfoaiXխ:n͠:HC}~^2v!H~b/wW-WdচavӎJ VM I~6eQJ.)eT3Jܔ6M cB QhN:`ӺQ;1OL"u=#xR} g=nYN@4_ )c|@8}c73~ޚ\_fHh# vZBsJAU( &팕ou WQ/ %&_fL\:A,#-=19w{7aa#N0ZvNo֝Kw"*!|1zU)N'k sNz'RUqGVͣ0Dz"j܂?OZ΄m' ]^Z<k!Vd]HIY3oR|Nw GrZwMi~?O` f,MW<(jF;^vDc'MUb'dRuO'z G>? 5qZ c3pdk<9eR~#"^J&w|@^ύ/9d|dcmdKdhXC#j59ޓ[I%QJ^V@=w pp.;Z?YA媠=4O9ysP2m^mC0ΕWwZw .ע8# NEU$ j\GTŒ~8mabGw3 n9FMDb5 Xo~i .jq#& e.̥(j>8g{.UT~K5YS=d2F Cie(wfzqĨRknoNlkJh00iNw-`=5I)eU.q']m9$/`[UJ6Ln&FJ]`S=ް v(y6x7j8Q4:G$qˁ}V쎓><]?BbF7nF@n|xaz=#`aQP:VD^+G笈 &d1[ĎD!#u;Xv`D'Æn+x3^+u[h'?guʟ_._klIpECr֖ 'Mn8 6UDxI(=p>%a֛*@w8@vmۼjc7PS;\ 4D h^e I8u քjgY#a(QH`.¶T2!sWA cȶx ֠y{VlM>bWT;O$PeaEjCM k!pKD/Pe>2VZ )OwGP] swC8߾"jZ)AU+O>3S^C7^#Vۧ&~HF.o)N)~bNmA6sb_of0r?U\MM쟵xޣ*L7zV?IK1PZ*jAK V_\>+dasĿox^$jupR0?`rw#4 Ἇ2ٍc~˒ۀk fڠє#;m !ǔZZP5歂3CI"6aao8Ң rzyt4ax)/yΔuY0rC%oAKVR3Ɠ>C˄=yX`]P*a2tbg6AAE,;LT ~IcnL!rfֳ4~5(܃N^ YZ