python3-aws-xray-sdk-Django-2.2.0-lp151.2.1 >  A \۸/=„q<2]QT(jBM-x\BVc,LD`oG[H^,p>%?%d$ . Z04<@S\g 0 \    $  ,    o( 8 9 : PFGHIHX`Yd\t]^!nb"gc#d#ze#f#l#u#v#w$Dx$y$z%<%L%P%V%Cpython3-aws-xray-sdk-Django2.2.0lp151.2.1Django 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 Django backend for python3-aws-xray-sdk.\lamb07copenSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch? SN 9 ,]A큤A큤A큤\Zo\\\\\\\\\\\\\ZS)ZS)Zo[DuZ\Zo1c31d5ca3bdc74b5a92b41b90dffb1f331bce96fe37960c4d4c83ac1c3ed9b146c13ec2606167cb4542c66c7666b83593230258308bc889867c976528c5a69776c13ec2606167cb4542c66c7666b83593230258308bc889867c976528c5a69772b9ffcffb7c18effaf885d8ff34373ed47971694da64bbc51787198fabb40b5d2b9ffcffb7c18effaf885d8ff34373ed47971694da64bbc51787198fabb40b5dd185a89dba9c98fbce29072b6e674056f68611b19879581c1c637288aad4a83323de2f4019ab56b7a9f730edb5aa6c967c4ae07784b833a492f4887c0cebb74e3f9db734cbe0ab42ed4094a6ee610ab71cf0745f3387fe191a275c6a5e7956813f9db734cbe0ab42ed4094a6ee610ab71cf0745f3387fe191a275c6a5e79568170707bef4c4b78cafaaa03e4ab3922883cff0c20e791369f29a11aa7791807c38969d9a10224184d42760b76d62affa905084e75cc0b5c98a5aedc6b851c48f35dba6c58a3d04afd2c6a0e6a9823d0a04e8dc6a163d3f51f9c26e897567e4a6c5dba6c58a3d04afd2c6a0e6a9823d0a04e8dc6a163d3f51f9c26e897567e4a6c00aa262ecb7f1cf44d1d4e080c738ba91d64f5d08c719aeac93ee05eca7eb675f46627932a4e7b994c77d0eb2543fc7908aecad94c0cc78f8a4a0373512b4c917c5bd94b55b44716f5cc55e80de1541fdca854f0d66b94dddffa1840f1afb4cd8643f8f8b05c4d5fcd03f96254a3852ebfe543ba542a55a3986230606f054caed9f12e7d929600567b99bd6e795493744c69cb5b86df4e045c57b7b79716c441b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-Django@      python(abi)python3-Djangopython3-aws-xray-sdkrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.61.102.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-motolamb07 1552261066 2.2.0-lp151.2.1django__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycapps.cpython-36.opt-1.pycapps.cpython-36.pycconf.cpython-36.opt-1.pycconf.cpython-36.pycdb.cpython-36.opt-1.pycdb.cpython-36.pycmiddleware.cpython-36.opt-1.pycmiddleware.cpython-36.pyctemplates.cpython-36.opt-1.pyctemplates.cpython-36.pycapps.pyconf.pydb.pymiddleware.pytemplates.pypython3-aws-xray-sdk-DjangoLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/django//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/django/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-Django/-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-linuxdirectoryASCII textpython 3.6 byte-compiledPython script, ASCII text executable RRRRRRRRRRRRRRRRRRl&wX) B';տmZJ=4Яg 6 f` `ٙ-z^~ !G { e3Z% WJ9H4Kxx1V)"W֩7>&^M߆Cu?cY8zPBMZwf vxi,Y ר0ׅ:?W Լ}\XsX-Aitxl<;^ |Ґ'q/8k ͰH3[0h}ʘ cws Y%g<)[vxtVTJDZ|T@r~7F \oZκ׃Z檝D3艵B2/0/r^3;Y+4o+65=r`v%(| T ;)OO {۸(('{pLpL-${')ȃNƹ,b: ԕ0iEand }h; zYq0Ozr$,R0.Z Yq u]^ru|vy+0*KA#Կ.!ۍ5>O<yOKiʼp(,5s߆m)-"vclv$_.t#j.Ex&,EHգ|MDV9ٖ)'=7aAW`놪EG;iI}'7%A n LV@OUI97}jdPxbͨk]eJQ2~e(S/i㡑qu!1#*VRT+yƑ>l-N-k,A!޵J=|Q?ySz0Od->]4dok5 7&7+^w ݁I3lA "b1>wa"AB $RE.˰a@(dޛco1]OGAm=aռ;5Qğ:'B4P 3M*E; Y nGnM,T>(5Mn[ (N6n !l1jY/uݖ3 VQ_ݫf2vGێ2 B -]"dfvSK]2ҴPyf}NQ*dn#`}I7[>PY-Nd$Id UpM^*fZOQGXy#2 v>FEE6v#p;Oֱ A;tt8"}ן t2O]: ωķ%SAd ~_$jmZ4j9̝oVr and~BйcQ Rx$9e k3= Ye?8n(iw s促CuUu\㧃IJmI,(n4fDh0 &_k .1i1- F)k/_vWN.= 8O/V*NV`wh` (~8 0tq C:@ӲN(``MwrE&")bO40yr}Z_r0 \ _frdWAD'48 a  3גѷ!2vXa~XZ6AѢts*s$H]g~3kVxZXP bH &ɑw03vZ@d #*EjE.#Yfjag#-qЏy'iڶD3aLz ]!u% |4Ț(E f4odnN nu 1ǫ$0\@ zge0>^99g_:WXOVqxrr׋/W{!%1륻-?ZѾOYȍfoFcH1xVSq /bIew,٫ 90C #>4<<0 Hzi#-mp)o W2L d\=}`{ D{rl,J<S7qK$7:[Jt? =0lyW$><TQ*a5xz-]u\(o;+PCN s?Z}ô*P'_i6%0>,8/xhYD}bQmwsA kTQhe˖DLg?MRkA%;f'= UC&z#M7tGkѨ~"Ĵ([#cVh+qIG+h6O5 t^,1v+uZ6҈B}>Q,bv_xX\tbD;ځZ=+xd䥓d*tF(MXT UZRJXX&r }#q;Ck΍o[LmmR,'?"$P59b`h{eDԷRĔJiFH da CeeԖ]C~͈/Im/ai(`Is{eD9HGϻE*34޹A)Q \6PkzF+(BT-`]m_—U&toaU%DIi(}BQ5Ti8b,<֩ cU~ 691!v>=}_ /(,UUk*P%tV_)˺o#UvtBG\_Cra#7T?iRKJ_JuWH!5IGXZb1xyN2oeio!tbvQ(4T˭ڳC0yHWrl.r0 gkS{ 'e_ .m2%l#n ]G8T5+&Y{Vcix$ .+dv<4氼&7pzG~xmy/U,)򓽥@)|-νcVzhYsUxa+XS&uل<* .H:#Xy|&]l:s<;ɠ1> Z )Fn#bb EhY`]A3hud7{d2B'ZKhjb~8FnY>bOLnUrš ͒u7˾mOcB1!4M P |- kʮh5[8Ѥ&0=o_tu s(Co`NDJF8/WQ Ŕtljn8/HU.;mJav}T ْp#m^#@+4{sD0״v'L.r&Hk;zBsV aĄw|R2}~ _1f+WéH^Rfc-'%I-)t-. "S8SzGS9ǖgDM ᠻmZ'QbLO[$PI֧n0^,9Ғ'%7vU8Xu`X01SZ^Cd(mR{i̦WE#$,b2|u'^Bu9o yFqsxi<;mlj wsU-8o*%Q&uʊ*vaqLE8y+%b-u*9!56CHڠB<ā":vI%]ޢRq(ncx*kkX0&(D"Vz)Ȏ0T71S! ) 0s'Kv:-K2QKLk4ZobA>IȄK_tg s_cqb *#EŃ,~15?ζ{g'_?F,œ 96f`b\;wgĖ YҖ5_O;tZhߵ Czl9q&y[aBivb]WjdST)r{8, *KRj_U\ ȫƂw_3 t4 J՗lrN/W|H{8kHM*sl -R_wN g(Z2 Q 7T%jy²=кUw1,k@A/9 WSD~SϥCBs|vh6xwX ONNeXvUvh_餶pssw`+!{rlӋBOYM.APi3wƨ]V{VUDɾIc5eAlbuP8}؂+Ͼé_W<ئ&t*?]WJ-Y-7~FPL6?P6 =;Bȗ[:{9}}dLdοVdU;%('ZNcgӌ{gTFKTz'F Wx&QS9'+m~ܟW [Pv} ĂLד…sF;*.A4/Zz?~F/ b\4T4JW:|z L=kI6oX?W֗dve*P$3$U57ZSK%jxU׈7Or[~}]>j^Y[\e;[,]@밌8D\(58{j:4`02 {q#(^q̖lLWI|s޼)b&6GؤNQrtSi^S77ܔQvjire`%R\|UaCue+ncCB"ۤcx߬Dر? ] QQ4i5!] S,0чvaȷ~"xOg ^⇠VOAe[#l(M[-S&ɆE@)ۄ'v= ۀ IcbHCȧI/0\n4tQ>@!][y @{2jÚ<o/mD?g,p"r{G͘I%SnZ^$nnY&w3˫yjZJZJ@`H E(SLRJmhKلY-/K&y 6̼eKЧ͑9k9 NDҌNj9gU$0`YO^FB1xo&,IB%zt5es/Ъ4` 'd?dNgi˚9 gm(՚G<%)83m||P sO1(ȇWY18ym-( q?=C9u{-vCܰo6–4e =J@:ِ=J&n/ f0)Z2, ;doCo5.cW*\vC%~kNd:HS{!VJ05<)d  ;rfi4og sw\(ӊhљ~7!()5QW+lvb#CGXQb!^ÅW it˔@'9H i佂EVfI[`HvI˗F)}:̎1HE=WXJ"L]yϧ[mvaKAvZɞ*Z;7xZ$Z3fo2v#3 '<.kI,uSO&Mk%ɱBӉg]F9e?ު9 ԏiVBR* !{Ԛ`ބ#,۔euF"<6rQC R=qn-ޥT5b۬O~٘wŲ|(>) eVw%<~f1*I~Ec~Ml?\ZCu3U#pYil: c[*f#y5v(1 Ԋ4m*9<#2'z]fZm|ZdPoMn'Զ YZ