python2-aws-xray-sdk-psycopg2-2.2.0-lp151.2.1 >  A \۸/=„;E2+LitjV|Co8X(H,YrX:__&%z1-SjAZ1Y$ oC׀ =;f!:L} K`;\ ײap3!o['/@}|գ"v|zOSoC z^Ur뱕F'<(c'J^Ώ^V@:>\vݿO$i wsDn4;cjMLe58f6aa5189904c06b31d6a72c0f3c8c610f77703d6febcc1958d16bdf1cd14c0f8bcb6c9eab84b262e2430ea3b060f0ccbb4f20f6\۸/=„Fmy\4fzϸ!TȾFKmNKߠ &xUW`S Ouݎj$hX4X d=zV넶7+H[u<aM 8#c񋛎XpuBdسU} l sF,y;&'9ךthR4c>yA䌯ҚLQ_ǂZ4Ws v.Ky"0o~eκ+@U)懻#=>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.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 python2-aws-xray-sdk.\lamb077openSUSE Leap 15.1openSUSEApache-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-lp151.2.1.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-psycopg2lamb07 1552261066 2.2.0-lp151.2.12.2.0-lp151.2.12.2.0-lp151.2.1psycopg2__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.1/standard/772ebdfa1a1102bd7c07da14c47d1417-python-aws-xray-sdkcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledASCII textRRRRRRl&w@X}4(D.»PN㼙`x~Zp,*3}\. 䬜^=nrup}b(ީ0fHN9&(UV`:5#Oo&QyHJrrSݿ7V^_WxF,.wVl qG!kRalxCpRħ;s7/[,#֑L/kMml,5De ˶?3EK衽NB4ή@ &HvH_lH4X^ :< WMFݵkgQR[^\!(7XboŊUvbR? 17ۋkG_ sf0_H|5> jY{vK΄A=iY݈ PA69Z Y5I'B05x8L4P>J -yOT~ |fȩR&5 |DӲqȿ6T^dP 45^QP IYYoB-ͯLl0I`oD,s#|X8d \Dz>0gkX6-h-&\{~R`kWhrbO{EeJU xB ^V` _f>u+1a_Bi~mDbTڄa*,ux?F*s0ٹ%U6b6o?pw=ZI$P`E?}hHVqR7])%[\LӸwE>3j߉T*M'' TvS st? )7ߘ8xG uozx$VR E&ѧc}vt=jz6IoAnꪥq3x'EI¾oI]B*<~ _oL}amg^%~5;H(>;Bm+m*XKiXQ-U a6t`fmmO/oZ#?<ܘˤ[VO#;uMqdfj }Ї~i UZ͎F f!%j۳ }u9J.;ot!~ 3G{ \@YǕO0zʼnwX[fعXpytD[JRp/,P&p`P$T7f3Op{BjϜ-l"NAޡsE[4ҎDݜ ŕR ] . &;51C8a2ˑ Z/pB!1Uv*ο,nT<s5jQvwvK(LEp-7E˜l:cztKzAFk0MRɀp:P2AD2O_s`4gIk]yEe> !3g4&;U,=~>%O|&+7 yw([T? y]+š` &!|sk{107@!`^y?,h eR o^2pvI5gWc5NqiSA\Q&",?l t0fx$>VGT[V,(6ds6ꙶ%_폸L9^p<֍z/SZ6ɜz)v:av;{]+! +gM-mٿ2 eOEq b[[R˵N͛U1EۑHV=- E8 ʎ,Fz7t&G^(JwP}sOZ ckq)vOcns}$l0\ޖe`Db퓥W[lK"3T+~Lt3޿0~RLxE˒-Xz'72BW#Rց-cj%/4KfY YO*c7S?,C#!ܬŲ&Kcz?z>!+LϠ< >"'D0+ޕA*(ͣ띔 4` d¹fW$P*I`W 's͊G8|vS/I%).و |_oo)#x $k_̆I΋SJgGqs+US93^,0X2a1M* qHguΒr-{WU!G8+D;l3K04,ޏ4AǕ13}ѓ,q{bD?(M"3욆E#Fںk%)FH'%HÓاR~ƘR?W` Id R%A ;7F;h=?LۑTe HGg8mZܰ0scpO;ؐkbo)i\TjK :g9]|vL0MFw[Bx-M. hYyVq`DATfӰenk6H/8KKv,* wYū*ObyyluϾujqifʛxLOs0U*"M &w:oQ._G2\F q2´As1,n,YSO،_gΈ  5;#eƘ]kb2+3g@שwF ]W@;SXZN|ˆ2g8dN6V9e8F\N3e3ӵ3`.ڐɿl+nC+BwC]e U}9‡&$ IPZepc"Z#$pR_8]]>VzMg ]̮U(82ЈdȲgjbjޙƊݭ |*B1bݼɬo 6fXo2\ɇj|٬ʮqvw;Յ; 31*B!2`@6$n/4| ٍr6`v@uD ԩ (A- |gݰRUjS˄DZW[\j@P3΢N{Tt#OK A+T^SkZ{P)mgBQ(.b!_Y?[%jד"2Z?bS=#*}R#<(6iEi}jdtߟ 6K[RuǶ2 MP7%R%=>}nrҷn7}.QՖ!tgG#`d [:Zˡy>8-,X%3FN%/ܮH'A/syM,b^]&Ao,MXSo.x8uy(KieA4wP8,yrdb{h_ Kzxi*f|KΰJF[[7"޲Ƅ ~lC?XJ F| J-I f鑩lwu![4 ƙw,qUѪ1.og%{a/s2׊mjd~'D"TD,/8ce0dߧG3xr nTyԿHCZkwY7)%V v=hҩ5PZbbib5[E/a,4'f=ܟF!g>з #HJ}&P!yUT:m~f['@G+E1>;yλG_̜ȗ{a;Vǐ7y NBLi^gfqK+ˆQn~ŽDK2i=C¶vS^릢23a^UQ Y5 5ّX3({BX( YZ