python2-aws-xray-sdk-requests-2.2.0-lp151.2.1 >  A \۸/=„C0M\0`&Gr`_XxqOAQSg /]ZǖL֬+3+m?/ vg!2 (tHM-NQ$Lhpޕ|>\ѭCfnygJN(I X+pqP)XZϦBԺ"է%Yk^-ƭ@0,q~nș-8qBްN@ac610b9666695da5c0126100ff1be9b1acef9b7c5e5a812548b65b9e1a4a00e7b88fa03d332f4d8e07cf7923d837af98402bc9547\۸/=„Tչ*?$i,Gr$M #GV|%oKZ %4CE)["ga0 `cBp\hWiul"`zg8U孕Ea]{})e)>D0Z,[el8`p*&ӛR(\$άEK Hw:}nvVD7t@x!\W;YcVF9+ᙽ%8k YYG\pGA>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-requests2.2.0lp151.2.1requests 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 requests 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\\Z]\\\Zoa146836355cb93d0489827f6109ab5e13d851224b72297a22be955dd24f75c8349e118f2011122238f5dbe625bf6981deff96eb5773afffa0588fc1d86609c2749e118f2011122238f5dbe625bf6981deff96eb5773afffa0588fc1d86609c27c9e157efba1636457164e1090f97b59b28c918de9eab9e627a2dfb24dda4ecfdb777c4ff3046bd47a0d6548fb6a82881e468a35d306c23439928ac6003f33caeb777c4ff3046bd47a0d6548fb6a82881e468a35d306c23439928ac6003f33caeb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython-aws-xray-sdk-requestspython2-aws-xray-sdk-requests@     python(abi)python2-aws-xray-sdkpython2-requestsrpmlib(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-requestslamb07 1552261066 2.2.0-lp151.2.12.2.0-lp151.2.12.2.0-lp151.2.1requests__init__.py__init__.pyc__init__.pyopatch.pypatch.pycpatch.pyopython2-aws-xray-sdk-requestsLICENSE/usr/lib/python2.7/site-packages/aws_xray_sdk/ext//usr/lib/python2.7/site-packages/aws_xray_sdk/ext/requests//usr/share/licenses//usr/share/licenses/python2-aws-xray-sdk-requests/-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&wQzAaqVP퉅JE 3s^a %Ѣ=jXWj>cpL篷eDk?2<|:цcZ!8f*gcu/c/@}Z0Ѥ} (PMS|F+a{g*/ />b .6W()a4kV\;4N4z`t񲹙8&_PyG XhF'ȕTY><~g06+FlV(\zAI1?,_ bVϩ3 ?*'f9nsyRD&L7/Ӯq8Ynݪg$zYR@,%4x&GbKt`$J^P͵KCw1UBD+w-葊wVe-േ88)7Cyus``[0C:e~m$HuYgʫ-4V-RbYc!W4|&hT>>{Em+\ ݉3U?naG71̌ىZFmZ&F"-J 9K~KvisH Z}?޻GpV)h@qhpWn:3#n3ݵ7f6G]xG[zuK\1%S!0wK Ί5Upl*e6T#/* '~*쫴`쾬K>@i{XjB@ude^CZX_ϔ_ bda IR2Z;(S,&-mV)tt8^f yZKs½ Ok줊|ȃ1Y9{\unC-{#r dݮ喒ISMQ|ɀñEؠ  #m),imbc, D1r!uŵ[*NgH]& 3]q1*و~VɭiFѿX4Mc@BL|}%V YXOד-Hŗcu[FiMlv>@jd6з$vݘ@s0;cS42RSL6[5;1fϲK=όƼWm#L&S}|FRf6 Dc\0&Lw>~2/8}12>ѫ5W&恚nkS0={\]| ^gV,Nu|LtdI}M.eBy)\I;5"a(H>}mxJV,Ucܟ<`΂{Eբ]u- `;׆qbZ6+,+ "N9qC؇)&qd8!>n0H ]γ!̥b)9兯-0Neͺ%8EQ]7POS6MJ30:]NN"HĀQK}JזX^Xx{7xLO.'.W)!}8ϸ!M)(f(d oQG<@m2:tyaxZTuK3 { B9R%[O?|qHh|PH<#s?SW~ӾM{fzU@xC ›SըuAɩK\ު^ô<{;X?:C~)X 2=?RaDOElVQH'8*{UoX4󹝃ΘD;36r=+LDFzzOquFQR3ϻM"FVqPG2Hݑ)D{+Bڠ.GGM˹w-(~jnJn1/dPdG> 麴T ,Aovƚ92YH{9jrEcS"G<ָ!rwEn#OFVl869&cIPSlӧnDro;踘y&F#j!D\bwȋXdJlάAjqy͛fUj Xk%*s ci="BUАݭХ~M: e|[\f2=q4!h /W6T)%2ٜu9+t@K*=t,:58uhsA ")85/`ľid@ ͌o$؛:}bo‰5"͢| J@<{ysK7jܛs}9nŢ~<ϥnmZ-Q>vK^tJ^har)1Fy ` 3!6}2~R=XMv; g;Mq{Y҃f4SB܉tsPnLqiEZt5X:-}=K1fUOu2F|"xF9/2DhуQ>s BזrT98 ^m[@:XJyL6\yʊEy(s >\l$9)QƝ>O_qM3ðɳj S`qxe Ru@FL]`۞  p0So#R>98l~0o-Ɛ2 tPQ-6C'2 uKވh 3g.qc]ѝ'&]mM.(bdP~^py%O5rBZTҧaBz@.Kv~q-%㯽#Bug\CەU?\K#MmVn3k\ e@wd܍~N)X4 C=$@I;d8 Ő5\:Vj83P!/}_D_BVp 5r6s327M/TֈuЍJ#)o5\l )\g^^b$P-;7GHju>3?(sd:ID9'?r#Nn 6`=JZw>%Tj`z&V~Ü2eS'qo!p*`t#FRrs)M^Pu])ϜɰdG<&Ŧ؏lT`;$4@~]Q\+53dd9Mg܅8:r;$9dP< Xʒ(l <:%P50khP˥(MLxܝ&d4@Rsqa<:G<*|ħ"a P8`OypNdv>X!:{p .|4<5 {a gh:T]˭>[@C#P1*.B$VK9,@!*Ȑ&G _vx`+ΕM= >k-3Lhzz/"y.tx29mذY=ˎTI7]L/b x7|4C7;L8v/ rۖWo4-:{'K. BIͲa6쥄LceL +_ 2K.ciΌM6'R>30|e|٠mr:q6/i@&&{g*?,3} ;g MAv1cE'"|3Y?rP(GߗdFN`q '_'HtTohW*|csX78UA!CA ;ϼmƠ*DjWY;jPm$C۬ Efs!:=І+Q%Q'ືeeksn鼌+D_DkFT=?zO, y1v{RM҉]}V $]&Fk0s@ 0