python-simplejson-debugsource-3.17.2-1.10 >  A `Bp9|оY} pВV`.(@ݯsCy`Tj.k6SRJn-.Jlp*$Aomx|bx`<<͔^ȉxkbbpҮj&R!ܬZķQ& ="74dYh<ŽBl1ASn=Y)*L(|2f2POCIJj4ce5d1d5f192a41aebfc0bf64f32cf5d07e4e07ad1215217d1a8e3479c46978fd82b6a0365811d7780f51f367c5bf679918b42fd_$`Bp9|\uߙ2ժO"8uY)]6R\:_w:)*OHmಹ+ؚT"sSRljQx%4h>t¹+7>7sʲor/|:|gO%eC5z. O$\5oT8+7.1 sXPU^X M}*4geϻ]uĠ Fm@`hVFR{MU>x >p;?d ' , X 1Ra w    ' ,8GV|?([8d9:FGHIXY\]$^`bcdefluvz;LPVCpython-simplejson-debugsource3.17.21.10Debug sources for package python-simplejsonThis package provides debug sources for package python-simplejson. Debug sources are useful when developing applications that use this package or when debugging this package.`Bsheep66SUSE Linux Enterprise 15SUSE LLC MIT OR AFL-2.1https://www.suse.com/Development/Debughttps://github.com/simplejson/simplejsonlinuxx86_64AA큤`B`B_eff97073d5f57fdfb8cf93800915abc10ec349a3b2100ae68809e6c4fe277bc9frootrootrootrootrootrootpython-simplejson-3.17.2-1.10.src.rpmpython-simplejson-debugsourcepython-simplejson-debugsource(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_!d]p[[:[:[Z@Z@ZZNYXX~@X.@UQ@mimi.vx@gmail.comarun@gmx.dearun@gmx.detchvatal@suse.comarun@gmx.dearun@gmx.dearun@gmx.dejengelh@inai.dearun@gmx.dearun@gmx.detbechtold@suse.comjmatejek@suse.comrjschwei@suse.comdmueller@suse.combenoit.monin@gmx.fr- update to 3.17.2 - use pytest as testrunner- specfile: * update copyright year - update to version 3.17.0: * Updated documentation to be Python 3 first, and have removed documentation notes about version changes that occurred more than five years ago. https://github.com/simplejson/simplejson/pull/257 https://github.com/simplejson/simplejson/pull/254 * Update build matrix for Python 3.8 https://github.com/simplejson/simplejson/pull/255 https://github.com/simplejson/simplejson/pull/256- update to version 3.16.1: * Added examples for JSON lines use cases * Add wheels for more Python versions and platforms- Do not package tests- specfile: * be more specific in %files: %{python_sitearch}/* -> %{python_sitearch}/simplejson* - update to version 3.16.0: * Restore old behavior with regard to the type of decoded empty strings with speedups enabled on Python 2.x https://github.com/simplejson/simplejson/pull/225 * Add python_requires to setup.py to help pip https://github.com/simplejson/simplejson/pull/224 * Fix CSS in docs when built locally https://github.com/simplejson/simplejson/pull/222- update to version 3.15.0: * Clean up the C code * Bypass the decode() method in bytes subclasses * Support builds without cStringIO * Allow to disable serializing bytes by default in Python 3 * Simplify the compatibility code * Fix tests in Python 2.5- specfile: * update copyright year - update to version 3.14.0: * Defer is_raw_json test (performance improvement) https://github.com/simplejson/simplejson/pull/212 * Avoid escaping U+2028 and U+2029 without ensure_ascii https://github.com/simplejson/simplejson/pull/211 * Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy. https://github.com/simplejson/simplejson/pull/210- Remove bias from description.- update to version 3.13.2: * Fix additional Python 2.x compilation issue on Windows - changes from version 3.13.1 : * Improve CI to catch speedups build regressions * Fix speedups build regression in Python 2.x https://github.com/simplejson/simplejson/issues/193 - changes from version 3.13.0: * Workarounds for NamedTemporaryFile issues with Windows for tool tests * Make TypeError messages contain type name instead of a repr. https://github.com/simplejson/simplejson/pull/191 * Ensure that encoding of text subtypes is consistent with or without speedups https://github.com/simplejson/simplejson/issues/185 - changes from version 3.12.1: * Misc updates to build infrastructure * Fix an assertion failure when make_encoder receives a bad encoder argument https://github.com/simplejson/simplejson/pull/188 * Fix potential crash during GC https://github.com/simplejson/simplejson/pull/187 * Fix a reference leak when sorting keys https://github.com/simplejson/simplejson/pull/186- update to version 3.12.0: * Fix threaded import race condition https://github.com/simplejson/simplejson/issues/184 * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module- update to 3.11.1: * Fix issue with item_sort_key when speedups are available, and add auto-discovery to test suites to prevent similar regressions * docstring fix in JSONEncoder * Call PyObject_IsTrue() only once for the strict argument of scann er * Fix a crash with unencodable encoding in the encoder * Remove unused imports * Remove remnants of Python 2.4 support * Fix argument checking errors in _speedups.c * Remove the `__init__` methods in extension classes * Fix typo in the doc for loads * Add Python 3.6 to testing matrix and PyPI metadata- fix pypi url- Switch to single-spec build - Update to 3.10.0 * Add RawJSON class to allow a faster path for already encoded JSON. - From 3.9.0 * Workaround for bad behavior in string subclasses * Fix warnings flagged by -3 * Update readthedocs documentation links * Add build status badge to README- update to 3.8.2: * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. * Fix issue with iterable_as_array and indent option * Fix typo in keyword argument name introduced in 3.8.0 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. * Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118- update to version 3.6.5: * Importing bug fix for reference leak when an error occurs during dict encoding https://github.com/simplejson/simplejson/issues/109 - additional changes from version 3.6.4: * Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106 - additional changes from version 3.6.3: * Documentation updates https://github.com/simplejson/simplejson/issues/103 - additional changes from version 3.6.2: * Documentation updates http://bugs.python.org/issue21514 - additional changes from version 3.6.1: * Documentation updates https://github.com/simplejson/simplejson/issues/102 - additional changes from version 3.6.0: * Automatically strip any UTF-8 BOM from input to more closely follow the latest specs https://github.com/simplejson/simplejson/pull/101 - additional changes from version 3.5.3: * Fix lower bound checking in scan_once / raw_decode API https://github.com/simplejson/simplejson/issues/98sheep66 16149871523.17.2-1.103.17.2-1.10python-simplejson-3.17.2-1.10.x86_64simplejson_speedups.c/usr/src/debug//usr/src/debug/python-simplejson-3.17.2-1.10.x86_64//usr/src/debug/python-simplejson-3.17.2-1.10.x86_64/simplejson/-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.suse.de/SUSE:SLE-15-SP3:GA/standard/15d1b455d3108452ad2321885ea9e890-python-simplejsoncpioxz5x86_64-suse-linuxdirectoryC source, ASCII textNg\݈Rgutf-88f93e784b332c351cb6b78d760cbff9dec7b574b6c3bc7b091dd9bfe88797d88?P7zXZ !t/ᨋ;_] crt:bLL*d7{Μ+حwxFUBB\?y')tڛaA+GEȠ7̠u|U~#1U=9Z\+Sh29&y5ğU^wLvs|iN(0%"!p ĠAƦN3%'6N|tlo=]::6  \8?Eb2߱6͝'{Xj{aRBy/qV.o?9p~F"ˮV}dz@2&S\潈k~QW ? 5" ap(**δ̇=KB"mWh֑ȟh52(D8TM Qp6u2 ] h<4ol?QvyqxXaf)تܧQo18tP`{<~^s<#/;aS Yv0Wj%/wuXr/aGśر)I@@. 86 i83!nsI/p8uRzcj<7> 1ږ䝅\4VJ'UI>Uҹp0"& KA Π)8~)keSrd>"-]7 )yZ,NӳKYzoڈGМBDPV߯pg@cCJjJafs*#9\F4'#8<-?|nV+WIsuз1.tYZDA6XS_vk =1b|tk2&6,ڽxz3AD"qߟvyOBqu)!|e7*G m7?a?;L pɞi e$(:ce=Fڑ ,uLe繨O`#dzUr]Ͱ]ٟ FAu)z?uȜaʥI,Ⱦת:Ik?bn׆A;~q*?G!s3spXy&GZd[E:% )oU[_O/SP?{U 8Q]9t8z[܁{i?Q`sʰ,Mc˙K},J\ , .?u8(NM/"(Ґ}0O#pdN/=Q-twi܋m>{Ei:k9Ge!Aɓ~=H(:WbdWAQJ%]8􂟤2ʺi3)qflg-ͤFW7cr鯋^Z{k%DgjnFj} 7mD3&O kQ^qe΃.vlH׀ u)dE~qx|n|1a :2lB ό9PjuМl" Es]|@uɗHv^[)O`42_[nF?t2|gVuu9^8_@A;e삩GGLlM-A4%'('$V'v?8Oo-MgU[&mCO =dQ^73׽|Sxkq]E}#>!$zV$[S (4+sxUCBw~FL1n3H߹$i:!}!O tK$zzV3deC@qJIDG4Hհsm2ctkh[KO^{:lǫgj7j%b lt7df>xK( _~YV,NW<W;P$vk*\NMV~B֗yx{N-x8th0?H"擶VC3%vXl]m cP1 QwuWqm:)q_GX4Wй4lQjWfKy PLb]kyP*t%eV)EJPKX*{yA 9,J(yC4pbX_LDU8ƑSku/ W'=F%ej [^..U7٤Ovv50 bKy!j?Ymt,fTG^N iT̫9.>$&-fqbqS+(52^&:RH1NȲo(j@o$Yd.|Ud4RE;P:X`]Bu/dz ACy{LoVtyv-#RNl1=?1HBs}wRCt/CFE0LkxlDQ%tXh =rtE[xIED3t0tikm; IdYC96CM.]~[oL 4n~=Qx"KI!vt<q% )C$0 :r/k[ ,ΰ$O{Icf:AFKb?#_B֒wQ9kȹyKvB!ܔ~VC`gҗiJ̡)ψВ4eqr`=lK6U+wyڱ@8JȃnaxyʩžK#c-)~Ȭ t3Ktٟ2h:ˮTÊL p17*@s])$'¬x!օԋ vMnP:xP;4qwa-JSb5D]YUQ#IHr (0g %cidn?)GYo;/>n=:-lʺ1m@炚1vud)HbA's\}RQ1MG +qP%`0:eW XG]߅IM.z81+|3;T>U"&mS3|2!9y\N?MZ ;t v/ (r\^8~w6Y8 >aU${ 0Oϝ ]PyjyM6Ͻ~ },cN,QIl&6ٸap/b)Dczan:Ps:I'cj)YZ.) e#ʙ21D^w hEYls۳/4nk7!EE >XO"Pyfe0b,\xtF3Y 3[bw';^pb4. 5ftx"_W |F4I(wTvZpfUեlOeCסz!8G8[Rp|5q/Mb<_Еىڰ:g`ͯOD^2_ hVEwdg)Fbs9(v²s^lWb7lMe/g瘊8|10E_\d( 6v $˧KPU6՘xy7sEMJf幘=喘ᙚz$>$zڇl`'̆&ov%jtB~kF,ٱ_3,6|B>&|#w+n(r eBX.Q*K P(9*0OOa.tv_NԈi4"^)wzzt8?vHQ#4QT;,΂~>p}k|?#?G`v,ՐA+lͯecw"s`ygQJ2r-C}mYfu ?eQ`1G9.CW7P%Y- }CXYYN3[g - D]U`/4)tvTy}Ϝ짃hiFêWGN~YW̍W[iR= j )$-ף-"Kk"Ѡk[pjuMCso.xE^)'6 I“2@mz\N'1f~"M'i֨s| ơxrS +(?;ĀO作P!~No`@*}Z)98ncU8mԓ>Q^ 2l0jqlU24&Ur(|yس'_|ά*9h(7%ewZ\s!~'0kK.Rxmof ߬ᙚS?N8Onee/\n6emh7@tgBO"ll~#2Z)Aij5V|IW8MZѦ_7zx5]#^H"(/7e4AD@۴>2;!Ƣ&Fz[8QֺMCF{; Pv3뾐Y_kvny֖SH&{n,&QM+$ܪg,P8̄S~GV[bW,5~# 5-i/8aL-h7:Gvx(jʂž\1NcoJƭ<~b̨qO_WO ~ zl4E^,[]O'F\sivuT)_|&郺DKUNJZ/Q%Q.5链;9;ӭ\>}Aa$pP*]_ܨJ^[BNsq!l6SQAC{[g7\6~.w-Sj>O ,_s\ -XA .*/cxLBI!>㍗Kt2ZQTDW$7Q<i[17͎ک}QB"o:)Pf J,?A i;39_LjSwxS$[݄G9ws@YC%R Wo9.}cy\!+m `"μ1i`0 O 8UC/TuR]uEpzr\a q1а |kbːm} u߽]g@|M~ tx[D2=%--nQ S;4P:8^ixz:}$`*m{0~5XZ`,u WoXxCGANɺLwBpfa*E=La80N# qW %& }aہyMJDIpmVT^z'A(d7S2:JN`X-771T$kI:bKmL{}N؃i5}ݲү4d0?I:zKɜ3oTe|zu"vl@ޕן(o˽<X% os]i:́V} r'TN~ҴǏ&$]!~ 4UnKVi(%PCtfO.mDқQTO ۞h,[MQyI@dh[^:Z@7, -ruҭ޹%Ad@":0JA_LUllEvbX+}Y<@*p,66[/C;Ɨr' p\ZY6rQVnwCK7M3t^-Bb_N7rmGwdؽt^>~#</AՉե =~)cOֽ0 V@7jBYYg҄ք~:p`HdtCY߅G-̲kM;RYUxoQaXf8O.<纋 jb3`UEi+@O,:sñf TE2jfeRNU#UY-ө^~݌-lNza/cHԅE-(Mk'hD)syB#7?u6ABʎ9$ty_2f?22N!);$m$1~i_sYwr0o"7'蚭*s:"M=wp0 m&˕VUL \3@Z!yy3 =SґE12yNwϷ(@] ڜ4[CeFLD6Owe*1i2ümzH4Ӊ"W0N* @L {t p*ASG87c<""Bۉ)9I "@0z0s9Cp- 2|?蹣p~SJ2%W B[bbULbpq&4܌Ojֶj|͜}#<_q_$BYZ .DjEQ>L ڴ^i,3zzYsN!]U*6{ Ke-{(s)H7r#H^8>`z犈nӅ{ΗmhfdwQ3ЮpѫN5ml ݆E+m. 0 XbI"P0ؑ@c,j3:34TOwM goFƧ 4( Ǿ?dfdP&/c*d^f>B L.ܬ!l49q0D0ƾ[ x,HaƓ,0g!Ec.N[!kXHZs7(?ו^tdun;RUA_x}ؙߓTrqdrƐZz#2@:ɺ(HMMqS } TнRi ۳jN=AAE`6w ,%kǿU,^Mn 6mZ'ƽ;x6\4l!.+t 7R*Nt>Ww(Ff# ՝^χ6u{Vmm&˅nxW 4Q1GSJ6vjy Fřm4qc;)Spe <͞cĂzUT-8bFk;?-k]3T|vs!Oo>«L}e"_1_䦍=/wGko)<8+D;WNT2ĘB8**&Z$G3H}CºϲS,s N$k|gzva`SA?[`XaNj5]VAWS!]ˍ/jKש=x_Yqa*#hooOGZ_@ cJH]S,0,Vɡ]W,PqY_" Sj:*LSj= :rQg {wH ;LxS/BH _2)Tֹҏ˱m`fm fVql t7[<|!%ӊwaΡP^(3ĻS9-Es˖8 oἱL2[ޅ>uRy؟"(f\aKp&]8';$7P'ɉ &MX;YOV($5$v4#Dݽ1e0-nmp*gB7.m;1TepWD-Y3֧ n$ۋoTqgT#bbC~(]5nN@wY&UTQsȬϾ@Jt,Bh#AR5lH/THkjw0ڑ3]8:՛.%lN Ҙni놪C!Kprb9vlj kp(zL %zIs9bvWvrڢū%Qoy|,Tf,x/yEWg6cyD% S%8n"BO5l$PKC̏,EbOz&k#[U_01suHb|?MCb(R9;LŠņEsO.8N,!s@a`8'2#鑻_Wx~Pfڎ7F3oIWd۹ "p7G?I+=ߩ;gs80Ѧ/0^C]ϪdNLNmwК|_&- ey.&3PY ^Xܲu%3d1GК2HnQ;z#q=p tmed.'L4Fj|LOnG1p.a2Zdc4h,Ѿ|Rqx * :PYb50c;;W(<㞩iJB_y4 R{t#w_/A*<N_(V\S]Q k4 zdz0>|mmM& yHttc+MbONG|Buż MŵBG&D$Fq1,fylY߿5\k0aԄ}u?Kq/$kM^|[oiOUh@􋸬Fԑ$!bH4lO?2ѝ>Nh.,FuٺoA*&BCzVWۋBE]NY)jXxJ(10=OIGٕJfSU3LGvaqg}nD{^Ki/B1{G_}KIj.XܨRa+WZF;Q<*bW'g\{g g벼3qv8< +D[ېG뼑V5F^lR M6\K,!KND,O(VA蹲5U+`J;\ 'ea7bfa.t$'I}$J&:g7Dѹtn![8O@w4N6$ގsXTN$IMS3!Q%&l((F"t%-Җ^ŻЬWrZ* ܧϝY;xjfenYoBOBU>n஝rкŊdl ~F,|PWKJ-R8L2W{nEZy pS.=J kc}zX8'QaԚ.= î7mbPώJ;ekX:v_О T8ߖE3Lϵ&qvL-JGsȠ8G);++z3w8IiOR>f-!KQ3ho &3ܘn˳>p>MNj3F*Yn.dл>X2EvIqʪƪD`en[[ ؼ/nj [^%pŵ !I<@ D?TaHR!̝ g"q]Rh i;HW`zbI df2X 9KMP-Rihes Nt=N3yo+nyFhn?Ȯr0ŨW. T°,| < fd{c)i]zRngAqrRn;.cd! UVU21%-N2[<ݭ[3e;i7kF4kNk:lĕ8Y0$AΘvslO