python3-louis-3.3.0-lp150.2.5 >  A Z/=„W:رߍf-G2+] `<;?d!/?A<RM~W^`1EzCOI_hOcrG)}(Wߍ tX+},%Lj ۥՉ&TЁ,r   =ڨl~wX ̬wha &PqA7YUX "WFV2hiVM8ͻÆu/( PSiKGefbe7ad47cc06b6362ec489e738217f700b848c095db62d88798865abeca12a95e808ef2e92ada5767d9582590de5a660b2c8196vxZ/=„<pH]sVfbcs EBn]|!w.+4P^_T3cFc:td0˒ |9,mObylދ%?d4P>n<`4B<\»/LP|~qif;9O~ KPc;9.=2sAGEƏ.A2Bk{R41 P {+HP)j&[VB CZmnz] o][&>p>Y?Yd  UPT\`s|    ( . 4Ljz(89 :FUGVHV(IV@XVHYVP\Vp]V^VbWucXdX}eXfXlXuXvXwYxY yY8zYDYTYXY^YCpython3-louis3.3.0lp150.2.5Python3 bindings for the liblouis braille translatorliblouis is a translator from and to braille. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. This subpackage contains the Python3 bindings.Zlamb60 or make runall Removed from make check because these checks are checking the validity of our tables, rather than validity of the code. + Braille Table Improvements: - da-dk-g2.ctb, mostly rewritten to use nocross and hyphenation table. - Most tables: removed the default collapse whitespace statements, if you need to compress whitespace, consider adding compress.ctb to the list of tables when processing. - Corrections to Unified English Braille Code (Grade 1 and 2). - Corrections to apostrophes in the Computer Spanish 8 dots Braille table (Es-Es-G0.utb). - Corrections for double angle quotation marks and emphasis marks in the Norwegian Grade 0 Braille Table. - Fixes for a minor problem regarding the noletsign in Norwegian contracted braille. - Corrections to the Italian table. - Corrections to the Hungarian grade 1 table. - Corrections to English, U.S. Grade 2 (ABAE) table. - Further reorganization of the tables to remove duplication. Move litdigit opcode common parts and include where needed. - Removed obsolete en-us-g1.utb, which has been replaced by en-us-g1.ctb. - Added dictionary harness tests for: en-ueb-g2.ctb, en-us-g2.ctb. - Corrections to Nemeth character definitions. - Corrections to the Esperanto table. + Bug Fixes: - Cursor position calculation is now based on the same code that calculates inpos and outpos. This probably solves a number of bugs. - Fix nocross opcode processing. - Fix several buffer over/under runs in lou_translateString.c:hyphenate. - Fix the '=' problem, i.e. fix inputPositions calculation for the case where the equals sign is used as the dots operand. - Fix a bug when resizing a table. Previously not all references to this table were updated. + Backwards incompatible changes: - The feature that allowed a mapping between language code and Braille table was removed as it contained a out-of-bounds access bug, was never documented and probably never used.- Add python3-louis target.- Update to version 2.5.2: + New features: - New tool to trace rule application (lou_trace). - New Braille tables . Inuktitut grade 1. . UEB grade 1 and 2. . Korean table. - Braille Table Improvements - da-gk-g2.ctb, fixes for transposed â, å, æ, ä, ø and ö, corrected/improved harness tests. - Corrections for en-GB-g2.ctb. - Corrections to the Hungarian grade 1 table. + Bug Fixes: - Update gnulib. - Fix a bug in the correct opcode which causes sometimes random results when translating. - Fixes for compiler warnings. - Fix some Valgrind warnings about invalid reads.- Update to version 2.5.1: + Braille Table Improvements - Fix encoding problem in italian table and added more character definitions. - Rename it-it-g1.utb to it-it-comp6.utb and it-it-g1.utb2 to it-it-comp8.utb. + Bug fixes: - Fix outputPos and inlen where an input character generates multiple output characters.- Update to version 2.5.0: + New features: - New Braille tables . Estonian grade 0 . Portuguese 8 dot Computer braille - UTF-8 support in tables - Improvements to the python bindings - Add a doctest infrastructure - Support for Python 3 in the Python bindings + Improved C-based test framework + Improved documentation + Braille table improvements + Bug fixes - Remove checks for outdated openSUSE versions (<= 11.2).- Create a tools and a doc subpackages to contain the tools and documentation shipped by liblouis, instead of having a liblouis subpackage, since that's confusing (because what people are usually interested is the liblouis2 subpackage). - Ship COPYING.LIB in liblouis2 subpackage and COPYING in the tools subpackage since everything is LGPL-3.0+, except the tools that are GPL-3.0+. That fixes bnc#779253. - Since we don't have a liblouis subpackage anymore, add Provides and Obsoletes for it to liblouis2 for smooth upgrades.- Update to version 2.4.1: + New features: - Czech hyphenation table - Spanish grade 1 table - New tamil table + Braille Table Improvements: Icelandic 8-dot, Norwegian, Portuguese grade1, uncontracted Spanish. - Changes from version 2.4.0: + New features: - New Generic Farsi Grade 1 table - Emacs mode for editing Braille tables + Braille Table Improvements: Czech, French comp6 and comp8, Generic Arabic Grade 1, Romanian.- Update to version 2.3.0: + New features: - Multiple table search path (with LOUIS_TABLEPATH environment variable) - New --quiet option for lou_checktable - New functions to make libraries relocatable - New Braille tables: Swedish, Sorani (Kurdish), Ethiopic, Serbian, many Indian languages , Icelandic 6- and 8-dot, Catalan, Dutch Braille (for Belgium and the Netherlands), Flemish Braille Math Code (a.k.a. Woluwe code). + Braille Table Improvements: Chinse, Spanish Braille, French 6 and 8 dot, Italian 8 dot, Generic Arabic Grade 1, Spanish, Norwegian. + Bug fixes: - Fixed a long standing bug with an infinite loop in the table compiler + Improved documentation - Add pkg-config BuildRequires to get proper pkgconfig() provides.- Update to version 2.1.1: + Bug fixes: - Fixed problems with the Danish grade 2 table - Fixed problems with the Marburg maths table for mathematics and the UK maths table for mathematics - Changes from version 2.1.0: + New features: - New tables: . Added tables for Portuguese grade 1 and 2 . Added unicode.dis for Unicode braille - Modified tables: Updated Danish tables - Implemented language to table mapping - New format of error messages: the error messages are now reported in a format similar to the one used in gcc. - New opcode: added undefined opcode - Python bindings: . Allow the user to configure the maximum output length by specifying a number by which the input length is multiplied using the outlenMultiplier module variable. . Add compbrlLeftCursor mode constant. . Add compileString function which wraps lou_compileString. . Corrections/clarifications to docstrings. . Add python binding for the lou_hyphenate function. . Added python wrapper for lou_backTranslateString and lou_backTranslate. - Add liblouisxslt as an example to python/examples. - Add compbrlLeftCursor. + Bug fixes: - Fix the output cursorPos when the compbrlAtCursor mode is enabled and the characters around the cursor translate to multiple braille cells, such as in the Chinese braille tables. - Fix outpos when doing back translation - Fix the input/output position arrays for characters in the input which are undefined in the translation table. - Table fixes: . Fixed a bug with back translation of '*n'. . Fixes to the en-us-g2.ctb table - Python bindings: . Remove unnecessary imports, allowing the bindings to run in Python 2.7. . lou_translate* writes output information in typeform, so allocate enough bytes for it. Fixes possible buffer overruns and resultant crashes. - Miscellaneous: . Fixes to the man page generation to fix issues . Do not invoke help2man when cross-compiling . Documentation updates (issue 10) . Removing noletsign defaults . Many small fixes - Changes from version 2.0.0: + New function: Adding lou_charSize function - Changes from version 1.9.0: + New functions: - lou_dotsToChar and lou_charToDots function - Added lou_compileString for adding entries to tables at run-time.- Update to version 1.8.0: + This release contains a number of improvements notably the integrationof gnulib, the automatic generation of man pages and the addition of tables for German grade 2. + New features - New tables . Tables German Grade 2 . Swiss German - Modified tables . Updated Norwegian tables - man pages . All tools accept the --version and --help options and are documented in man pages - Corpus based test cases for tables + Bug fixes - Many small fixes - Rename liblouis0 subpackage to liblouis2, because of soname bump.- Fix python-louis build: with the new upstream release, we now need to build the library before building the python bindings.- Update to version 1.7.0: + The main new feature of this release is the support for UK and Marburg math. Other changes include a new tool to check hyphenation and the usual improvement and addition of tables. Also The test suite has been enhanced and finally passes + Fix for library name and Python bindings + Documentation fixes + Many small fixes - Remove liblouis-build-fix.patch. Fixed upstream - Remove liblouis-dlopen-versioned.patch. Code changed- Add liblouis-dlopen-versioned.patch to have the python bindings open the versioned .so library, so that they don't require the devel package. - Make python-louis require liblouis0.- Use python_sitelib instead of py_sitedir.- Initial package.lamb60 15233047053.3.0-lp150.2.53.3.0-lp150.2.5louislouis-3.3.0-py3.6.egg-info__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/louis//usr/lib/python3.6/site-packages/louis/__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.opensuse.org/openSUSE:Leap:15.0/standard/8e04511051f8a3bb731b997366258c01-liblouiscpioxz5x86_64-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledRRR\uz}0!utf-8b81a58bf63dc0ccfb26a7652e2225e3e8faa0fcc7e40f17994a0107265fc80e9? 7zXZ !t/|] crt:bLL ~~F^ZQצ2sxԏ|Z j[=X>  s "+YGy?9UroZ "\Ã1E=gܢ R HVN`{sCJQ D ab@a _^}:1UȓaGbE5F_!:N6ąoN5Ml7qvƩЍ18=|$}1@dQ f Ŏ1!P1B|Sw]y*{ݰD׭ lȭ;rEum8ApޙEBG&Z>|Wl`Ep=w=ƨmS?)q2t0 ECnk](!m}hՃp~U7|ԵL|4f@mᕸYKV=vxʮ*Ӕ^ɩԂٍe Es$n&o(L Zݣ#y;Ӥ m88QyEfCdo?BkH!";(}qSznv3B.3ctC.YVZ!vDwZE3Hr7 |J`xwXx\R<"?m9:YtCщK38>Cs}KxDB0S]O#H{+Z18$w3apM 1W XvE6hP2حϏkHOÏB3&j,kQ-o$Ki Ýw)Ogu D'1bDGeQ%ZwrEcM l4Zd Paxg 9ph/Na^8&Kl&1Tjwaz'm)hFx C ֽw8Z"l9l;0p`WPvѼ3 x WT\/gvk~/.ao͠jr.N/˷_B+ P2jfWpwB."RqGYBjݕn`xyTHjmc\mؾ[LJL;x\J1W͂9YPd\Y/r:Yd>"nBҎ*q\mLH ?lFȇcؒZJL#ydz".'la]k,LjLS jӣt#(֜[l@Fx9mOZflR,Xe*W+PEs4"s@YGa96zhsl*nXωhbṯ\t+\NsS~FոY%L:lDisC)s+xfBv bLLrH&DP0Ψ}'rpi5はB"MU'.GvRt"=cp IɃS60!nu{ iWtxy:y[^6- W,rli W_?Kt>۠׶r7q#᪠nMG{33hv2z-&"^ĈF/T:`x&fj>*_80oBy<]$3jju[`WsxFܰգ &'@#PRr҈^}$Ԛ*Dg'vKThy>˻?6a1,uEdðk4"Lp1<0s2'e^+JmN(g\#;G  d[#9+*؄haYX*Coa# Da_܄Vtys}EL<1/ 8R)piS%iGkںיJ, 7e1O}=yJZeݛsѝh2-I!Ac&sxp,u:ٹ*hYo%Fc9K>0yP{+ +o#Mke3k~c Yd&B(놯^aq&8e+xpw(`}}sXNk,@Mݶ bEfӣx}bg5jRQ %&Lp;yd\ͪd1T@t\\M A'OsX|)=o%zyǵr 4eo:qҩ꡿&R'>B_2?8T4GNHt}O$}𠯩[fF !R̋e+=H/3!&o]6ă u$^ %2gϝ~[yJ\3(lqh,i-6O&O! 9PƟ|N9 xFy,ݙer8LQvU9:o'š|K]uGIsbU+7J(c9~WCO_sp Ɛ3P@ё` ٌ0SqLHR8#68D0qt)D WZr(I6t[N[Dc>}.n ُͬ__PIފ;k+o'nxjOcz% f/1"60RNins|d;3%L7Y'傠5aG|2`vJhUQCO%g(xsvg %[xXLBߔ[rl@_*){;rJ򡬤+ǸB)ÛPw<.G7q*8*ĚNw /!DM ;j?$rn3hNS8 WDM%tbѿ+͜8&{6ʘ/KGɌteǘpr`q+$)B<d z*Ypź`ĵäw/dc'$,+a\&!'I~3Mؘpom: h={x!}/rҤ4 =cc"ʽE<ŃZRغWF (N|}W/uKe:OԾy{*Cz_ Ո)6Tݡ.WfynfvaTtۃ&W1Ԫ$JciQ)^ө{kZ|0خ?6&Rոut/W0f>%%*L/H&{@Ʈg08t ~z6%"D*,[ߡ{N)#Bx}DoXdrZ{p7i^B7|LaGfv&] Ā%KX{),9U PB6r.OrFdHԄŋЎ;Y<>5ׯFjg-Y*Zn襝B>OMxB_ZCH"xwAM,ae wa#Fk},rVzó)xl3RuDhrG'Oold \"ŒSOOo"DhP"9*?S+wK(P&5YHS*E >B;"bku/V$p4 bK"eL[[qC>,Kg槲OOs }>Z&_.DKgVzJY* /لE~n./;S',9T[Xe% t8ajn{-F2vD/XWX( `u~0*CEd8xT