python-chewing-0.5.1+git20200627.452f622-150400.1.10 >  A by p9|$jշ ծ]_i `}\W/$foI<׼zm#RwQU黭yy" ɥŊ4Sc4EL 2Tq\]?,eF},uU~F`r\֮yk`6K@٫®^:80 6=z K^8q{/v<^4cFyF[)F)'U%C̔ 127bf2685302c40d278dfb61a7f14728e10d2c21ab88ce85f4ab627ec3eb21aba9aab0a2abc9b251c6e2f6c6df9e0659341f0e23)Dby p9|YrJ9c3/t5t_*ekN'yuFP؊\TzK%C?qL]'_1±xu` slzH&nN:5 c敖BN !(H 줣ΏVK)2b~WX2ޣ~*N+N $vI`LJS|L˳Q@}'?OF!&?5ћrKSUe)BƼq< Ԡt>p>,?d+ 7 V<@LPi    (  $4\p(8 90 : FGHIXY\L]\^bcde$f'l)u<vLwxyzCpython-chewing0.5.1+git20200627.452f622150400.1.10Python bindings for libchewingThis package contains python bindings for chewing, an intelligent phonetic input method library for traditional Chinese. Only input method framework written in python (like very old versions of ibus) or developers will need it.by Zibs-arm-1HSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://github.com/chewinglinuxaarch64AA큤by Uby Uby UaTU@7f0767aa4689895c5b24590b0bbaa73f12489b9d9d97348a8ab51d8f5b8229e3f3e64c19725de4af247acc5708e8b7464df90eb51057798c1faceb8e445b7699rootrootrootrootrootrootrootrootlibchewing-0.5.1+git20200627.452f622-150400.1.10.src.rpmpython-chewingpython-chewing(aarch-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3aTU@aM]^Z U@U@SQ@Q{Qzl@mcepl@suse.comsteven.kowalik@suse.comjengelh@inai.deopensuse-packaging@opensuse.orgi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.su- Update to version 0.5.1+git20200627.452f622: * chewing.py supports platforms with 64bit pointer * Change ︰ to : * Don't run tests in parallel * Try Ubuntu 16.04 Xenial * autotools: Build with -fPIC like the CMake-based one does * Show compilation commands if the build system is autotools * Tolerate unused const warnings * Fix LSan * Use internal-sqlite instead of static-sqlite, following 570ab6be- Remove unneeded BuildRequires on python-devel, and the conflicting old py_* macros. - Remove references to "Python 2", the module supports Python 3. - Mark COPYING as license.- Remove pointless ldconfig call from chewing-utils subpackage. - Specfile update: remove implicit BuildRoot and defattrs. - Properly fulfill SLPP requirement that only the library file is in the library subpackage.- Update to version 0.4.0+git20171114.3df07c9: * CMakeLists.txt: Add stress * sort data/tsi.sr * Add Carpalx keyboard layout support * Fix warning in GCC * Let CHEWING_DATA_PREFIX and TEST_DATA_DIR be absolute * Fix wrong CHEWING_DATADIR definition in CMake build * Fix jk_selection * an API to convert phone to bopomofo * Test chewing_phone_to_bopomofo with invalid phone * Implement has_userphrase with chewing_userphrase_lookup * libchewing.texi: Fix format tweaks * Adjust behavior of chewing_phone_to_bopomofo * Fix array index out of bound error in stress.c * Make stress.c less verbose * Prefer https for web links * stress.c: Don't force set data path * Fix #235: Unable to input some Bopomofos with ET26 layout * prevent memory leak in error case of GetDefaultUserPhrasePath * stress: clean_userphrase before each test * stress: clean up temp ~userphrase after test * stress: fix -extra argument parsing * refactoring key tables in chewing test * simplify simulate.c * testchewing: support read input from file * stress: support read input from file * Fix PinYinData keySeq buffer overflow in PinYinInput() * Fix trying to allocate buffer of negative size * Fix access violation due to negative cursor position * stress.c: more verbose output * Fix heap-buffer-overflow when read wordSeq * Use strncmp to avoid buffer overflow * tree: avoid undefined allocation of 0 bytes (CERT MEM04-C; CWE-131) * pinyin: avoid null-pointer dereference * chewingutil: fix dead assignment * Revert "libchewing.texi: Add chewing_bopomofo_String" * Fix memory leak in Discard2 * Fix memory leak in UserUpdatePhrase(). * code clean up, use new DestroyUserPhraseData() * userphrase-hash: avoid double free in TerminateUserphrase * test-userphrase: add test_userphrase_double_free * hash: fix hash item offset calculating in uhash.dat * hash: fix memory leak in HashFileOffsetWithUserPhrase * hash: fix memory access alignment * Fix ChoiceEndChoice expression always true * hash: follow consistent coding style * Update jvc-convert of KB layout Hsu * Auto learn phrases only after committing * Implement chewing_set_autoLearn() and chewing_get_autoLearn() * Fix indent in test/stress.c * Fix build with internal sqlite3 * Fix: chewing_handle_Space() cannot input space when buffer is empty * hash: remove goto statement * Remove API changes/compatibility report link * hash: follow consistent coding style- move %install_info_delete to %preun- Update to version 0.4.0+git20150820.285b47d: + fix resource leak + Add notification_email + Update build_command_prepend + Do not write last element of phone_array + Prevent fclose null file handler + Check return value for ftell + Check return value of UserGetPhraseFirst before use + testhelper.c: clean_userphase() ignore ENOENT + init_database.c: Fix strtoul error checking + init_database: make integer comparison 64-bit safe + Fix Coverity error "Buffer not null terminated" + Fix Coverity error "Copy into fixed size buffer" + Fix Coverity error "Explicit null dereferenced" + init_database.c: Resolve queue-full exception + gen_keystroke.c: Use static APIs + genkeystroke.c: Fix buffer usage + Disable selection keys out of the reasonable range + dump_database: utilize plat_mmap for file operations + Fix ChewingKillChar which is disabling OpenSymbolChoice + Use chewing_delete to delete ChewingContext + Detect attribute existence by hasattr, not __dict__- update version 0.4.0 * see https://github.com/chewing/libchewing/releases - add patch: libchewing-0.4.0-simple-select-rpath.patch - add patch: chewing-utils-abuild.patch- update version 0.3.5 * Improve CMake rules - Visual Studio build included * Dictionary improvements - Remove duplicated phrases, fix Bopomofo representation - tool tweaks * travis-ci support (https://travis-ci.org/chewing/libchewing) * drone.io support (https://drone.io/github.com/chewing/libchewing) * coveralls.io support (https://coveralls.io/r/chewing/libchewing) * editorconfig support (http://editorconfig.org/) * Add new chewing_set_logger API * Prevent unaligned memory access * Reduce maxChiSymbolLen to 39 to avoid overflow * Do not store user phrase when its length is 1 * Check chiSymbolBufLen in chewing_handle_Numlock() * Set isSymbol to 0 in SetChoiceInfo * Fix 'j', 'k' in select mode cannot handle symbol selecting * Do not call GetCharNext() when GetCharFirst() fails * Successful stories: FreeArray utilizes libchewing for selecting phrases of Array input method- proper baselibs.conf and post(un) for %lname.- revert unnessary renaming chewing-devel back to libchewing-devel.ibs-arm-1 16520996740.5.1+git20200627.452f622-150400.1.100.5.1+git20200627.452f622-150400.1.10chewing__pycache__chewing.cpython-36.pycchewing.py/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/chewing//usr/lib64/python3.6/site-packages/chewing/__pycache__/-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-SP4:GA/standard/a4fc51319635d15d6b82ff0334642b6a-libchewingcpioxz5aarch64-suse-linuxdirectorypython 3.6 byte-compiledPython script, ASCII text executableRRS( CQutf-84b52ad1ff067799ea25a0aa080f282bcfae2a9824dbb05b258122d22109c4072? 7zXZ !t/s] crt:bLL oK:=8mƒJ*P˦]SMe( d'\R&MY1&c.I{\_c5--^kWž,N54mW1P`y[q \mB~x\pQo0ΰ{xMnFCDM& o*9eh'[m\FEԑv=ia˴pp-ªd*Nd~i.b*N &Nv1Cs]q4iI&يo&LXaA씧Jot&;ZQD{eT $?Эk+";'s.T O\ p 7l\IG>( ؏&Iq,VYܪ8Q>*29J~Ԭ EwFY"[9~c/ b-#j.)'XԮ9* Mio9NjHj#:Ŧ/#fG=KO+yS2ϒ0=ϜSQN$_5ilaΗH*xeGBQ#vjVF g+j}m*ғ|[`_IacsؕiqxpJp7xb:K=9md݌XE<|OՖm A5!ωURE|%=n +KwD.XޣrtKڮxy|xRglAT|X^˦h$Mt* p?әߊ^ V5 s5E1pG 1R2ԫ!.OZ%xm쌅: oP|^1YMDƑLLO,[g %8bs~n[Phq fFC9mƆt&cg7AURGe2+6s ̆ n5!д\5y7!.LBʧքxfس: f^Tv]% `m o3U JB,M}^P(tRkSiƗD0 _Kdƥ5C`c& 4F3]a+ͬ uPbOn-x0OAjzʰKH`!+<fX~h^:GUl)*mfo"4m~[R ոU5=not,'^d6L((F\*[\;7tђoD@zb+gwOhJU e3rM\v17+^`%Vwy^_SW'Rvj FMc!Hf}VQӦ -Com}}y[ _YzEt&J?K`o#["~#iC{ll@Y lKj+F3Y鍟o9[5"?Eb=^>?~MٌW":^:t da- f4[B#]sǹ"S1-5mlL kxKxv?':\i$cҶ YZ