python-simplejson-debuginfo-3.17.2-1.10 >  A `Bp9| A.ӓx@Z-$Iʪ2Zy}oݧ9U3oD%/`zOlχcqEq)K GŹ(8»wӯK!!e#̸v%̋swgZ2Yoa$ -b_,#6\ +vx.npj0Tk+|x19c9f7502c119e45f78484792b86abb7e4dd4fd28ec27090d2a1a0bd1fddafd46e8b27fc67c6040f40b0360ec9e1801c4387494e6p`Bp9|t8?~E+&\#FfSFjAr H>@Q^ ,*`c:t?4`^+C72E*P&OL&~˚giym5`aW$EB6GKݙw̹ #<%I-Ft8%I"ۆf_>w%XPd<UWdQ qis:d1BE{_tIeTbHR\)WU/[k2 ->p>?d% * Z 9Zi     / 4@O^C(_8h9:FGHIXY\](^Xbc0defluvzRdhCpython-simplejson-debuginfo3.17.21.10Debug information for package python-simplejsonThis package provides debug information for package python-simplejson. Debug information is useful when developing applications that use this package or when debugging this package.`Bsheep66*SUSE Linux Enterprise 15SUSE LLC MIT OR AFL-2.1https://www.suse.com/Development/Debughttps://github.com/simplejson/simplejsonlinuxx86_64*AA큤`B`B`B3da7f1c6e38f6ebded3be2f36a619f4d35a4491c9deb14f616ca45ccdd52a894rootrootrootrootrootrootpython-simplejson-3.17.2-1.10.src.rpmpython-simplejson-debuginfopython-simplejson-debuginfo(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.10debug.dwzpython-simplejson-3.17.2-1.10.x86_64/usr/lib//usr/lib/debug//usr/lib/debug/.dwz/-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-linuxdirectoryELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=82ebfb729cc8c21ab9177c28b2b776e9698f00c6, with debug_info, not strippedNg\݈Rgpython-simplejson-debugsource(x86-64)3.17.2-1.10utf-8ad08465eb6f0095fa0f3a41c371809e1bc62222bdab343b7961bb5683f30e5d6? 7zXZ !t/-,] crt:bLL*d7{_ `YV yQ\Pv?OahYQV]uC>^6Ce@sSսe!&!9ZK)Eg> [i; 6WVl_ixLp Ϡr~vwGNC,Ω]P1"37$s%3n|+P:n=C"֥ºYe`oH+%ּw)CCY+ S~Ti"Zbw7VP;lc-҆#¥|N-]?j+m}@!sjpQׅ7&$p֧hភ%PR|NԵ 1HuՒ@>Lo2Z_,~_,oyzL-Ͷܮ!#)Ridҽ,_T$|$eGixęA"'CO4݌0OٮD6ЋKLi|α7cG aϟ?JԷhuVvoe¿/~!XzтNͥb\y()] <ÂJQ[h&ϻ+Qhkp 4цԺ̾0B$f,QӜ #q88VP3VzhdG!\d6,K@ʴΦAožKNSU0\3/“O 3 Y[J$߮\FHgv!ͭWzWD!3'\%PIji} [oG=#Fx̛; ^tl)W-L;K@ bWB,Z/eCա9{eFJ} Ӗ-2/%?Eb~"%OXt@)ߥT̏?%}MZ\ү`CGN8,$ %TeyU#n k/F)Gw%Ln~7Nr<ԅ<ɯAG+,p¾%|HPfBunQM[𧄖YSu#W+!F/ST R9S]B<9p!J0Tku_!}кb,ɻn$ij44ޏ&2XE:D͠0])|8a'5Y 2S?ApQ@sC {A.#/aq܃I3yl۟qMvlS^ޙ E\O@1f"j|ǽN2\n<;GFm(-ݾ*?6Љi C0 /`b//pk6߭-u< HSoZӖRot:ZKLisV^}Ha3e QhIqCr: COr+rΡ/?^_JE1kh4,9)3"P[YgW,W4/)*`ݚkE0Kz1tN3-TZ̢ml)m8?ȓ8qHUamJ]j` M[9Ǫ>*lq*(`ux;lJ֪8hH\יy=)pOtL:T:~;64!nQ 02m5sR%T4)?x>4V29ĩl^z\b"I /e"YnY vK7./DcKq<5$Ou^6M_n*W8;~;Rs_M|ۡ B ϪhۤA B$)}MoenƫHuARI4̘5~{]rTf=--ܕB(P;LɚՌ.bZh?z@ d 1YKF )#QUZ/ Uw $9G aV:69m/>>K &+<:]*|ujxbO(>xǣJoccoýNBSpVS :4u=a]5!$ٗ9] "Pc nZTpP{Ka.Fؿ+ .ylsHŁ ǵ(VvL) Tp D6cd%1be(x&UBiˌv3g3 Aa$𬊭9gܾ?#_dTUn,htN@t2«MmA~C#g AKXBECK:(@ "J >ҥ1.\qiuL܎jF2Pl".HgcXCm4ᯰG~xZX; =bIJ۴c|':;APNТsuKhX:2wDAե7yL~V*q'R9#&1b F#!zOy߽ښnLu/igu*+X ~i[tIБELEDWoe`')J#vΓqG+(kSn1?+L^d. W6ze QXtF {ÞPe_cì^vWw Z:zˣA _)wЯ"*qwGʽczdy*#NKM&yH}0UtC#A$TN M>@2"XgCUսqdLy+#ì]J6=$&+,ͤৣ w*րꄵYmW@^=ZLA<~b&EK2f>< Z~z .+reA^ޥm#8uivcv#ێQYB|wdE7U AUwp}{lXC'QRu,in"ts<\>jӅ]2ʻJҍHtK砹gebToAnv7Xhliv!'eC '_k\ID9EIa"厭]c( ͣ= l6hc#lD:fiw^p&uȉOǬj)q+7M*:/uI l:wJ[eqpbneXD9&G;*hdYqQȔ;93|H'0oN+Y6msƘӵ\cկ3ㆤ)E7DSFýLA^zH$=+u⟙bWKyiV:A`C0TI왕Jq$~XֶQw$Z$ YZ