python2-aws-xray-sdk-psycopg2-2.2.0-lp152.3.3 >  A ^[/=„ҵwnj V v'e>Lss9^3GLŰ.NN#s*$+CPn3DVȼ+r:>C#XDIA4spw\xI]K@9렶> n6$W:<3".ڒoXR/m~"b 0GvZu29VyʷQ6r4k.Y)82AY$$Q6=^[ϱ1gKA>p1luA6ă@ys(TZC$Ϳ'I[J{82ngq,0_/ޱ)jk(WEq_'ya%x:, 'ėyS=>pA?|d & 0 ^48@DW`k      $  H     @ m  (H((809D:BF$G8 H\ I XYZ[\ ] ^^bcd(e-f0l2uD vhw x yz,06xCpython2-aws-xray-sdk-psycopg22.2.0lp152.3.3psycopg2 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 python2-aws-xray-sdk.^[lamb587openSUSE Leap 15.2openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch/,]A큤A큤^[Zo^[^[[2t^[^[^[Zo4d6267d8b3692a3038f474b00985328fb476e91108827f7dd5aa88482d13e778e19262f532da157b39706725581e4dd5a3e18fd3d16f4895c220d006dbfc4356e19262f532da157b39706725581e4dd5a3e18fd3d16f4895c220d006dbfc4356661d09e9b0313b2d467ccbd0b51bfe6596ef531e349067771dc3208ac5c8dbaa126681f25608f7e5ce7470a23c9f4cba5f89622bea122b14832f2cdb82e8464d126681f25608f7e5ce7470a23c9f4cba5f89622bea122b14832f2cdb82e8464db40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp152.3.3.src.rpmpython-aws-xray-sdk-psycopg2python2-aws-xray-sdk-psycopg2@     python(abi)python2-aws-xray-sdkpython2-psycopg2rpmlib(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-psycopg2lamb58 1583061990 2.2.0-lp152.3.32.2.0-lp152.3.32.2.0-lp152.3.3psycopg2__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-psycopg2LICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/psycopg2//usr/share/licenses//usr/share/licenses/python2-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.2/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledASCII textRRRRRRxD'0%evutf-88a91565c5e67657fc99666b3a58b5cf19a02ad42c862c6e6ce8c2ce4145ef91c?7zXZ !t/=] crt:bLL ܵݾ?lÚ dt8sGS lX@ wUr 5q&*b뤯Gy+3&%Ƚquò dX6sE5TD_{,YgZAcZ?b`5c׺si{/;@ /TLߌ=Q'o a{N"~Pn|"yiMTgs!JQ«h|{l,7Y gzqBv6xgãt>hLd9t17} .~ >zwwN|%tl&#Slqi9wc?;|ɰ@)W37?f .9˼U}h"0mڦ49 7%|A.?(QD< xXEkjY)~Q&0}#T$B$`Z8fT9#Y@]8aAZy)4*}K1nYJ%!W[![zʖŵ&t['V -Qb3q3tn< 6"jd~mWݩ`j NY0~\%-I,f]@͉CB8VD]%ʓ&Eκl௢}W/uUQ+Quj!nAٙwD>to,)菁tdb=A>s1"!,ܣ2h#-; \2P}^>ruuudòLms02Ϋ-EYp;Y.^Odž\ѡ/4:g[4ijB;ӌe4XmV4x~B56x'̿Q5!#YT}?܄v:^Pnn/‡Z^q.( $1^D4J"eCڲ%^8/mѳ8F">}*i 3 TW)9z-"0.!YhT}Jk]g?go+rx4yG;Giz$w}o{36cGu؞t6褣~*'QNN ܭƷpBTӊahӕz |S0d)jO w1J/Bb}cF$%+bb;bSO&w:G3 Հvz!Z $ ?YQ]+y7#Є`4R(m7?4oÔ8圱]l}j3e61 "vozhs {`uH.ӡ' a1)鶭؆A(zW 1=v䴐UJ!:pO:;r3>/h!{tMV?))[]I,8fӧĊrL>$`X[`g!y 'H-XBx!)_>>K > !+g<2@Fu}*֢X(X;0Y7+AgLtbe$9m~b0DҔODHqڛsIҧ9Ku:7-o-->8>r*)(NEO~m,ko)\]ظ`"ؒIj 5("^$nȰ)=TC(/ۋ1͢GmG뻭n3} %lz\IJ?*Xb,1|SŚ&r|РGL&Zk[ 5n}*,|k@6vzPϮY=kI7v:Pt=ٖWHf9WY6j}V -牻ǵCk " ^o@GFFC͋R΀*6J@M/vHMAPx0t&(\h(zzwH:#OVecS \L1Ql=ҍOr~G>A䠬s9S+]:j_@M.>ck#=z"(?swq80.5 ԓEOX9 S*)j{pZVH$`苏O qMΠPsqRKlO;}&2Ηv R9|l15ĭݷ=qZ`;Dqq 혨mq|k/Ѥ6{YgMmr oՅkFq*z^T[eypTǴJlGD*E4a!"To?k.&xQq]CXʢRA T[FNPbbm SWV{fȴ (Cu L[@C;"s@E#ips*SeH#г8s}hUtWfҰLFDYS 4NS^A֩Y{΂uNȕ}"B$  yF|i:퍋 |͙UlRnthwH)y%D}mLu?mq՝ j1"<ѨIj^eMrt\ oRѠ,Sʜ*Qyᥦ%xE`\{9GQ'K\Iqh0(rviP'-͙M:3y~n],M}k SWCd7=ӎ9& @-Ϙʆ&\&IuX4 k"f }R;XJ@}FH+2Q}#KBVW΁h*UB^P{Šukj/Ho*Εnk"@vRDItq*(Lj]Uc6A !nnZ[c.S}ۏ:Z3sp ͌kbkkR'e~4"W='hFZK5\aK}S1#3LzRv&ddz/Z+^vVTRu̿][玦q +8Hރya/8WOΖ,Ӑ{CE36Ԭ@6lcMOG~@#ukhنzN']C]=x1X]bJ0qy P'-/fW˯$4w(:uPׁ,C "C7?[Ee7⒖L W`b >~kDR"َIo#6go7؁#?o^vڏY7U rǻJ˒28m +JR }A_gI#=9qWDԑ7ɶ^ = HX(qF T~ǰ@*)BH"Zh,Ѹ=)'w xۃVK\Ǘ%}Wڕ0]4kE]jhzb5?;"'=\({:tݶ YZ