python2-aws-xray-sdk-pynamodb-2.2.0-lp151.2.1 >  A \۸/=„,R1,FF=}ɕn5Ő+YJ5̣ӗۧ{8u L40l Nm Yӎ&V6k03̗뵪jb#L3&26cm!֡Pb!Eu$U]!3ĬߩI0JMCIm '7o;7y7pZXT=ؐъX 2`ECP%[L;H;6Bg:G]cFfr1d63cf4196eabce20def7907130164213ae2cc1be6effdccc7268fdd0e2658e0b79e37ea9f2dfe2e085fbfef88ee2039ed25b3ea9\۸/=„I 5]T_0'/L C2ǥ@(ja)T{iQߺ+);Z}K4ÿozOlIJ`د 8~wo3Ab%-DJei&:%DQA@r0"Os[w;?#q! Z7~k :c/B-D=  &ń4*Hʅ v/ :AQygCqW p "Llr ,{Ө>!x8s?/F>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-pynamodb2.2.0lp151.2.1pynamodb 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 pynamodb backend for python2-aws-xray-sdk.\lamb07?openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch. ,]A큤A큤\Zo\\[g\\\Zoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c83110bbd980a0b92a0c1f34df2bf26fb7aa0cb1d11ab5ff0a00f434460e2970956110bbd980a0b92a0c1f34df2bf26fb7aa0cb1d11ab5ff0a00f434460e29709561a1b7cdf763140438548fc21270983bee48b44ab4d2390778048fe30f71b5e551db61bbb781e8606d5924aad152795c8df1a58f81f5286a5c19ec409307a82021db61bbb781e8606d5924aad152795c8df1a58f81f5286a5c19ec409307a8202b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython-aws-xray-sdk-pynamodbpython2-aws-xray-sdk-pynamodb@     python(abi)python2-aws-xray-sdkpython2-pynamodbrpmlib(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-pynamodblamb07 1552261066 2.2.0-lp151.2.12.2.0-lp151.2.12.2.0-lp151.2.1pynamodb__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-pynamodbLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/pynamodb//usr/share/licenses//usr/share/licenses/python2-aws-xray-sdk-pynamodb/-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&w2Qny h&th0\ *&B) UHNbb%T) 9U1zfRZJ2/;G#'HUkZQCyͶK=%b%ZZF3zv-.(b)u=?}!-VscdB-kT9c2P MTU9y|Jl*CݞZ!7cI>y[1F(!66ǣaqDxڭ Qo6, 5`K%X0ԴUo w!;i+ţnX0ɂ9_ m(O!6$Rcu™bM /4I[&:*#egl.k6{\065/ e*IX$=B)ұw@~uq\oG'p**L'_f5/_1Mɂ(}kev&|Gmc$9?bp^nP5#t=mQ{w4 ]}Viq2))Mh%՘H!΅nX*rب> ن3ӑ^MeTlqiVd|z KNl75:f+눻 b@%!Da^=Xyq^G#vmo}f*H<+q vT쵮%]D[41I@NR} Xz@Q 45yHJG 1w#UX1v9NɃ > { $).gOYV1I࿿EgReuB-1^&ipTX ǭ@E/2 `_{`җ-jNͲGè%ZuWy[iPm%o_:gkyɛu1,&s$-OzhI]:W^$q(v6C)zVKqR -zf4JOBM3g[@Z>ɯPt(Xx-M<59]K<=` 3}kL1 ANu)RH }.Gu;CS;׌hJNC DhĈZx5#;Z1WͼTW⸖dse6N-D#}t/X",CmwY=}- 㲹rUMS鼵7[ ~98r* -d3yu.)(O2~1DF\TJH rq[xL@ q/2hu1D1}ɢC _Ũ֪g 6 7 ^:YiFqW\nX+FVtaly,l"h`XIw(t Pvm%!J=ұHۥ(f ևl5⸵*QC QN䍅#M OZ@Hho9 +<ȍ x!w''zIF+rIhp%;P?sk'mO"yGg7* k/G:~#K8 7va k)N^KF]wj[P?sߧ V8ZDLHqu銳=BXas{w GA׽a.u%ƈYHtY>)՞`#qʴZ&oqX%􏖖Q[4(d<ww?D4[{bRf f]EZE-#2]*$!)O~ `(Unz `'Z-ڜª"~]Īo L2,NpA{Qr-IAZ ӯ3ߏE1@S 9W5<>tov1*HcqJ|7$m\wg=FT^%@jV/s4Ѳ9eLl5HX.*A8޹z $Rak 1:D(@n+xuYgUtHDXc̀*f ~yyJ+#f SЙOENqbU: [{3 :'R;QTL6oNJw\&FḬPۼy+m}7â!܊Ħ(E~)ϣrHOb'Ll Yil ߲kۥH:(7sc,tږ \6%30"ҦX:MOT>_grwdX2V "^L}fS/ᾍy9 b=S*2><5G4&٪iLg.ܽ2 o/^=m7dO!Og K8}/Vk#vj] ޵>KE;`Mʺ2Txynun]mf@!?i' _F3zɃHӉ(; _eZ\C1Enb~<=7F0E%ꭅ5)K3u)炖'7``WO8ϟcCg$6 OgZ'~<:pz4+h*ҙG_7zi&)-R`%;i)iy0eI< Ƒc\H = &Я1Q?(橜P;f*P4fxn\O !9gq%DϟKlR?Z rf byjc/`r&qO#([f% ]FՓ0`JF uUa5k7GUEOaEXkX2`!YǨ\X ٸMFwncWQUց*߮ %yZ@Z(袑9۹Jl/.R~ä"0 1]jŃ@ZkY~d~&nՆG-wZza.hRKϡ&rGcDL<>*&zJ&[сtg-AodsGQOQzSbDV3M" "iZ. uyN~i-ƮG]}ytp=@_j5ĻԈRU4Ѡ}Sp{e3HƋ[:L>iލcŠ W@<,ַ/;}{2ou\Qyi1XI#P5~fs4Y[p)SX5h?4g(Бbe>(eN9"77*%sB E=b> Xݶ9oq&+O5 p~nE8䑡h$C3ʌkIG9NIuYpd ai|۰"ph^j7Phj3`X̍X#enwj"Hyhaɰ'=I]lU0c1e^LNu"mfě,+L mƩMue$b&;FKҙ=kKZ',{-pS“ Ǩ>xAX3d5+,y)ZVP| u(<4GI6I9?~,*JJh926~jUcE*2'Tz|eNhnwPXPl&{sx?QҀEbloTdANl : <%Q0u](In5#bXs۷1EktڀXI$GVj.x\Ůp U+٠R Z\c{7@A}Hz\5jmWGQ|}/϶S Z` ~0wm(,"cF?\1k=mmKFKX2xvJC _Ll#}vT7r }XVB ^GNi{O0-`K,׃rRQ$jAk,-#oIoY-W YZ