python3-aws-xray-sdk-Flask-SQLAlchemy-2.2.0-lp151.2.1 >  A \۸/=„ͳч>((99f?Aql m5[ř fKN5z6}ZA?Pò_%{@&iX#w*~o2J{0T% hqn*iQ8Ff?k-Xuq\3@%a+}D|s4?%<1G]cr(wIݜ\#?SQ"TAJ2xbgOHw43a1451400752b5092434b1bd62b1a0e22b0267d562f437adc29e569f7fc90dc90018945463c2e30b3abcc403eaaf2d5f8702146;ԉ\۸/=„Ctf;XZzjc,OmZѩ 1-_y>@x b_#%aJ8 bՓ,g^BbV߈RC{%T-b!jQIkc`[t'aХ9174F sC&{fBYݴ@ZIJy5T?{0y20ɠrrG?<~/;H_{gpk/d_!B} 7]F68UH>p>?xd(. 8 nLPX\ox    0  D  l  6  @ h    H p \ (89:@FsG H I XY\ ] ^bcdeflu, vTw x yz(,2tCpython3-aws-xray-sdk-Flask-SQLAlchemy2.2.0lp151.2.1Flask-SQLAlchemy 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 Flask-SQLAlchemy backend for python3-aws-xray-sdk.\lamb07M openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/aws/aws-xray-sdk-pythonlinuxnoarch * * ,]A큤A큤A큤\Zo\\\\\Z\Zoe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184c67e0ba049433f3b095c3cd6ed3bbf8315358f97cea3845910b755b2e0bae184e8293907eebbae855e6260e53e42638b675cec19809003595835920f1de66d0d64cb9b8f41a03df7a8d42c4ec6f94d9973c2f86ff25e28efd0501ae4217e623912d1ebddb4add2cdae9487c24ae5f1f846c767b19eda62d90db50add0ba38d3bb40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-aws-xray-sdk-2.2.0-lp151.2.1.src.rpmpython3-aws-xray-sdk-Flask-SQLAlchemy@     python(abi)python3-Flask-SQLAlchemypython3-SQLAlchemypython3-aws-xray-sdkpython3-aws-xray-sdk-SQLAlchemyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.62.2.02.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.1flask_sqlalchemy__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycquery.cpython-36.opt-1.pycquery.cpython-36.pycquery.pypython3-aws-xray-sdk-Flask-SQLAlchemyLICENSE/usr/lib/python3.6/site-packages/aws_xray_sdk/ext//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask_sqlalchemy//usr/lib/python3.6/site-packages/aws_xray_sdk/ext/flask_sqlalchemy/__pycache__//usr/share/licenses//usr/share/licenses/python3-aws-xray-sdk-Flask-SQLAlchemy/-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-linuxdirectoryemptypython 3.6 byte-compiledPython script, ASCII text executableASCII textRRRRRRl&wxWr,b!\խ T" 6 morQ{Uhט]vKFNˁu~d5Lgl:X"UH%B*JT b~AT'kz2**d됩?kZ=6umhگ9sMa"}$XϿk|eb ,89!EέB }cB^HؖnXD6"Ɍ7: fvHrK@j:VkL`6{osݶȮ1WN87%XL iO*됺_!Z rZVwSUeAdVv yE'Cng_W)b"!2Va$i] \R3X ĦBE4T^29?-ȟEP|^RM`PPWЎ3WK棂8c}/X>+<3c#Bg)*U2,tc4ni~`r< >^g`qJ h[KTKJdF#nߛvm="1Ea;e.l5JZoL!JHSu,'eKgp; Nq W$Ŗ#xQ3J|f̖̯Ku~@s c$玶'4 ]x G(ɔ4vf%="ݯi*yMqeoqBhGvzde+,4#ꞗjy܊-ޙ!to,{.[}!f!QO؟veu4D oWb1!J|;A#6඗ fEbHU؞-6/L~ ,Tdu*%o6؇OLt& d?wE> QDF;xie JTWeaP: c2pi\4O(wY38C =!wp+4SPc,Wȡض!ϟ;ۺrayu[vXb}5Kޟد*X.wbyoYE$R /T/!!*5rWG{L涄'R%Nm'FnO)w |>5ĿvG2mG Y^?i{|} Hi`gOӗ!S'{%Š _Ӓ-oIK48X BF97Ux/޹ f!E+[mr+Y"  z|B*9,tJ1DI 0h 1c]sC8tB0ujaM/Νˤ<;A*:gUsWQ?qY$6N1vXAނˠ.` *Re6'b0x^k9DaVRB ~_EpqDx͝*€9>wn|l!Rbue᥏FHJao#B;"i$IX/>qi:#9ekK:V"4(qa80ZmA<Tze=ucEf$^ GoqBDSLsK}śF-$i~EmҨ-or8ȃxAn+IX'`]y;۝D5Wv}aEwŀB5G/mzEoţ[V%8OWIXfDDIH_$B[V^Hް4%g}%*v@@>I|uǹGMȧ,q?QH! ;0|)%ILȤ ѧE> $ @Z~E2"YV}]`6185f!}6!MNSaG,Mr@t[3%@I*VUѓpsMcZB"N,M/pVbX5pZ~:;. pɿ69Z4݀A9lozch:"H Vіmrpa k8 0SĿIqjdeO2vawe# [#P{p-T X$ g;Dun]Poeۣ@{){e;zYH]zoNtYa|}E¹>i&i0Tn妴.Ջ9lKziM;&b]43'ѧ1Y b}<ʌܧ]'/5Fy.d:M;!$h&e8 as!,pBzI,z{U’|?_زdK[cLWgcrNM>Z 5)S@R&Fj- iz|(c4)(ӖâTwӤÕ%8^zmMRlWKM}Eް΢1{?HlElo& j?2 Ty&M=+r!5R0X O1%A!s[&dq{BRzгKqn-,3~^d:W],ЧIGetH!PaTϼ57AP2VWs]q1zyd *iY0 åkhYt޹W^KD# ݹh|617n|\4F\MH@5Epfn9ϥƿhA8z 9ntOm}c + =Nea#!lOYŖ3})ZDxk y>$LY&\tD I-EPf<0xkG"ymA92(%㾯lG/NŖd67aE#NK+$WVᴫt6!+B\+}W87V$qZyf cnp`WWvwThsC^A}*kV?ʈ!%&b((1$hD^_BEG6IU8PTLMO+AjRhfrNtGwo6<7FZ)gʬLp{gZeYκ_XƩ~2{Ee4}7ap f(p*KK*w+i[{m xzE\Ot1|Tm9Fuޢtz ޫ]Fn~ q^DUU\9xA8`K0k32vۣM8xTN1[|lQNuƝg~+Q#IN`5UWaGm) *b- ɣS#$;W/&wJLRVi|m!U D%q7쪳Y&!2@o4*Au<- :2О_9r: 7@Nx&߇C ! OBBbI 7{3H`A @H #VX~EoC#l"9%J]/"U~ʙqCʐ尀`) {uU)0rUmc'w!H\6Tӝ7[]qjJXgc~7鹓?S&%Uk',Ɉ4Jš)}Oۂ_vUзkp$'ngk:\zF-^&[:N^?]8fk',uؿc igu<O5Ar-h]ؑsfar,wnԡMTO]B݈y:!fc', C ȘM T|=WvI"$!4L,5yp~ C}V%3$?kiVBž{hof2HEU_q;{WjѹS/Ϧ|\=kݫ̠[ۏQI㖋i؝Vi=g0YbiƢۺK9 2<_xH$Q~;536:h= -Qr! U Ձ c]QNw"CKIιML?m K*EO2+= tg r7ąyJ}!$a &pg-ś@OZryxViF\v!ۙ-of' ҅=e$ohcuu1$#ܯkz,a)""@Dm Na)欪9̝_D'LX5< 劯0:hcB9;Skn3x?0X7b [ǙXQFj@l)p^8Ej_V1Z2y!p ^[̫^tƦ'8 K%#=\+AIX*^wƑ w`Nv|lsU i)J?2ag(I2"q;ejC~Ps_[#Ǐ m֏D+!nCa:"/ɮ/LQ9'>Rsl(XV<=f0@p[fꪼ.E_I!mE56&Fdno-bߛ o&X5x^2[ \`rz0vEơU9(G6% ^ߨ0Lrݙ7oBTJ:V-L<7ntɏ6c941qwk+p~F"8'[B'Ts!X8)ozmXw>MyLU$&H>.IӇ5T,- ])֖JȘz2c(#O.<9^]آrD Dž\<"Սr+ QYls] $TrPum}ܠx"* ;Ӂx>ugZL0 % |r=}}Kd֕yhI'k/؈,Vt OPj-:lo gǥ˔*WZ(E/ L,Nb0Ȫ` YZ