python3-polib-1.0.7-2.fc22$>^=ɳ1* k|Ȃ >9$$?$d  Lpt  @  Z  t       8 y   4(89 : Gl H I XY\ ] , ^ b!d"e"f"l"t" u# v#4w# x# y$$Cpython3-polib1.0.72.fc22A library to parse and manage gettext catalogsPython 3 binding for python-polibVaarm02-builder10.arm.fedoraproject.orgFedora ProjectFedora ProjectMITFedora ProjectUnspecifiedhttp://bitbucket.org/izi/polib/linuxnoarchţ7}*A큤A큤A큤A큤V^V^V^V]V]V]V]V]UVaUVaU4c18083e2050cc6b9dd1581dec971573ed620d8383ce3111cc0b4b122480d3dea6579b552837b0dd24b1bbd0efa33727f5314f249331d83061aa361c118be84ae15340f8b0c74e886c6dccb976ba1b635430cd273409f82ecab89bd8a2d754b0cb8a4b43bde4fd607d04f9b32dc0c1740700db60494776fe02c62520e6ccda6401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bae6af9d085809f2334b3dc48cdbf786284c4abc90fcdf128222a19489165781e41ff84691ce8e9e856429ecc66215fffce0a0baf1932af2ad4441bbfd39d81959af0e9df2452e2c0b95e4c5451feee4e5601eefe248a791d62ad7a0c0a3ff629ec198e4296135923ac95b98cae58b14eb25d41d7a1e412241393802af6bf65farootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-polib-1.0.7-2.fc22.src.rpmpython3-polib@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.43.0.4-14.6.0-14.0-15.2-14.12.0.1V@VVCUSSQB@Q5Q5QPw@P On@N@N@MQ0@LH2K&(J@JlE@I@Ding-Yi Chen - 1.0.7-2Parag Nemade - 1.0.7-1Robert Kuska - 1.0.3-7Fedora Release Engineering - 1.0.3-6Fedora Release Engineering - 1.0.3-5Kalev Lember - 1.0.3-4Fedora Release Engineering - 1.0.3-3Ding-Yi Chen - 1.0.3-2Ding-Yi Chen - 1.0.3-1Fedora Release Engineering - 1.0.0-2Ding-Yi Chen - 1.0.0-1Fedora Release Engineering - 0.7.0-4Fedora Release Engineering - 0.7.0-3Ding-Yi Chen - 0.7.0-2Ding-Yi Chen - 0.7.0-1Fedora Release Engineering - 0.5.1-3David Malcolm - 0.5.1-2Diego Búrigo Zacarão - 0.5.1-1Diego Búrigo Zacarão - 0.4.2-1Fedora Release Engineering - 0.4.0-2.20080217svnr60Ignacio Vazquez-Abrams 0.4.0-1.20080217svnr60- Add EPEL 6 and 7 support - Revise Description- Update to 1.0.7 upstream version - Remove all the optional things like %clean, %defattr, buildroot and group tags - use %license tag - updated to use current python packaging guidelines- Rebuilt for Python3.5 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Fix the build for EL6 and EL5 (without python3-polib)- python3 binding is available (python3-polib) - Fixed Bug 978672 - This package should be updated. - Upstream update to 1.0.3 - Version 1.0.3 (2013/02/09) Fixed issue #38: POFile.append() raised a duplicate exception when you tried to add a new entry with the same msgid and a different msgctxt (only when check_for_duplicates option is set to True) Fixed issue #39: Added __init__.py file for convenience Fixed issue #41: UnicodeDecodeError when running setup.py build on python3 with C locale polib is now fully PEP8 compliant Small improvements: remove unused "typ" var (thanks Rodrigo Silva), mproved Makefile, Make sure _BaseFile.__contains__ returns a boolean value - Version 1.0.2 (2012/10/23) allow empty comments, flags or occurences lines - Version 1.0.1 (2012/09/11) speed up POFile.merge method (thanks @encukou) allow comments starting with two '#' characters (thanks @goibhniu)- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Upstream update to 1.0.0- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Update to upstream commit dbafdc621bf4, which include following: * Add check for unescaped quotes at the beginning of the string + unit tests * Fixed issue #27 (polib didn't check unescaped double quote) + better error handling * Fixed typos in previous commit * Fixed issue #26 IOError when parsing empty comments (thanks Türker Sezer) * Do not hardcode polib version in doc conf- Correct URLs - Replace README with README.rst - Update to 0.7.0: From Version 0.7.0 (2011/07/14) This version adds support for python 3 (thanks to Vinay Sajip). polib now supports out-of-the-box any version of python ranging from 2.4 to latest 3.X version. From Version 0.6.4 (2011/07/13) * Better api, autodetected_encoding is no longer required to explicitely set the encoding (fixes issue #23), * Fixed issue #24 Support indented PO files (thanks to François Poirotte). From Version 0.6.3 (2011/02/19) * Fixed issue #19 (Disappearing newline characters due to textwrap module), * ensure wrapping works as expected. From Version 0.6.2 (2011/02/09) * Backported textwrap.TextWrapper._wrap_chunks that has support for the drop_whitespace parameter added in Python 2.6 (Fixes From Version 0.6.1 (2011/02/09) * fixed regression that prevented POFile initialization from data to work (issue #17). From Version 0.6.0 (2011/02/07) * polib is now fully documented, * switched from doctests to unit tests to keep the polib.py file clean, * fixed issue #7 (wrapping issues, thanks @jezdez), * added a __eq__ method to _BaseFile (thanks @kost BebiX), * handle msgctxt correctly when compiling mo files, * compiled mo files are now exactly the same as those compiled by msgfmt without using hash tables. From Version 0.5.5 (2010/10/30) * Removed multiline handling code, it was a mess and was the source of potential bugs like issue #11, * Fixed typo in README and CHANGELOG, fixes issue #13. From Version 0.5.4 (2010/10/02) * fixed an issue with detect_encoding(), in some cases it could return an invalid charset. From Version 0.5.3 (2010/08/29) * correctly unescape lines containing both \\n and \n (thanks to Martin Geisler), * fixed issue #6: __str__() methods are returning unicode instead of str, * fixed issue #8: POFile.merge error when an entry is obsolete in a .po, that this entry reappears in the .pot and that we merge the two, * added support to instanciate POFile objects using data instead of file path (thanks to Diego Búrigo Zacarão), * fixed issue #9: POFile.merge drop fuzzy attributes from translations (thanks to Tim Gerundt), * fixed issue #10: Finding entries with the same msgid and different context (msgctxt). From Version 0.5.2 (2010/06/09) * fixed issue #1: untranslated_entries() also show fuzzy message, * write back the fuzzy header if present in the pofile, * added support for previous msgctxt, previous msgid and previous msgid_plural comments (fixes issue #5), * better handling of lines wrapping.- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild- Updated to 0.5.1 release- Updated to 0.4.2 release- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Initial RPM release 1.0.7-2.fc22__pycache__polib.cpython-34.pycpolib.cpython-34.pyopolib-1.0.7-py3.4.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtpolib.pypython3-polibREADME.rstpython3-polibLICENSE/usr/lib/python3.4/site-packages//usr/lib/python3.4/site-packages/__pycache__//usr/lib/python3.4/site-packages/polib-1.0.7-py3.4.egg-info//usr/share/doc//usr/share/doc/python3-polib//usr/share/licenses//usr/share/licenses/python3-polib/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=harddrpmxz2noarch-redhat-linux-gnueabidirectorypython 3.4 byte-compiledUTF-8 Unicode textASCII textPython script, ASCII text executableRRR?p7zXZ !#,੍6]"k%w#) `>Jglu}5p(Q2PG?u'!8QWX0!NCKBaʉX@zir!0h}2 ֊琹 ?:zqrotFUTYy~%î[wGïtsOw'2"{].0ٖ?tHQZH 68b+umOwԀ/ޭrF Q\$.5hk?L |/Wnб}4cj<^/OW\X`{íW*  ԩϽGxҤ@RRc)7:gYB4߃<§cV$LQb'f wu2`5iӤ\ܨM'BaP0ݓP=Dq)Q͠ɳgyj48zH#bg4_1q9dH\7ëIxu5>Fyz먼]2/Ջ0CEx8"0a#rJKGQTikoepB£|s*}*}Z%ԢНlPvrkvY([(©dxu"Zį M1}!|h,2>ʦMQ2H,!ZpJ`Ĵ d4f;ae8Cc cE7eJCO8*qRsgn/-h{qim\"#Z>9km(P(nkJS-l!XgYM3;ڡݭokö=O3^?2\;c=oZ[R bt"pSnAm`G9DbUyk-\F5go<ݨ>8^\{E^[ WE0De t3,_(M㌘~b>%bv1qU,dZ'/_M4|nmb^0<@hG|KG3}1/PH5x~(R BGk*q3O޼SL'CCW 1Ϙ?0TJڦ *6&cb<^dzm&_J/XB= Pׯķ@si߲3s+9eah6:h|K 'bxmEގD~@[Ȍ4JMs] ck3\,Jr7\бѮ>6Q#iۍliЌ5` EGdZ+܈\HY:v9.Yz dh*N "3&Cv{a}%WV$ ԙR*OʢWj6~/^IKF h5T?>RھV+L苐JhLJ6&ɇ6u;,.e(E]ߝtY.dzFZ3}.8tJ 3p!|4s #PM߲ P̖+ ݷalz h5DgT5)>8pو߃~OfAm o"$Be-T2SNT7=rtސf0C2 f\=ѲT{[E kCp&67T6$e<Ty(80fPܨg&Źw!9˄}bh5Ydx`@{c*ZH[z)J‘B55hyõڢ! f*5Nܙ5&-d?ǿ+T]ac$>Ж';%=,òU%<-AMnr#N@()iʆ#1;?1q]qiY=rbY̯T#V@]jxTF#G#S#fG[,ݗe^Xu^= \x^.k}ZjW])gԪ;L<Ÿ;yՎyRT+-~A1@e,Ȍs;m&SܩTkHS KQXSvM)cTKaQG;`QFlh4Nw-pf&_+X6`JY76atŃ)1?GmܥN`Vuh JVtN:8r=Ө(' sv4r O#TW]CNej@NC%7`t2\i&bc-+EJ7Me8t5mne :`;$?L>3Ua }XT*kB GD"(KYboΓ3@:9!nw^] Y[D?<53U tuՂZ8uC3$fXE,WHiAVB̻a2^HZj"&"/OHALZҏ )i^zvO'nϗ}ꟶr~NQNŪ$Evg0W^ ҍ=yA`zBΨgoB S3L4C%Ph.l!)}ub m%@^{0;L0zNey HݢS9- -?/ALBn_ؾ\t;vegsaXe!8Ţ}Dp 2ZF@dOx) +( _Pp_۬2\O/F\UsX=)nLu,O0y*T׀;`9gDdy@ibwqDFd oC9?EҥEA+|]RA9@PBY|Fλ@5n9kTwR@$Ş\ 9J: ~T91\ ^x|$ KR"(U"]1JI!Q\ DŽSB 25CH*8 R+lփ5H7|xs-k\x'>*3푴V'4x0.4w5lj) SJhpGtshY%w<2onC3}#p!Tpn ´QRHBn"rjp! $";ЄS5U\w] x"\mI~01A-8|b$#):-\{y" Ii|߸[{DVmˆ{otme|k`X?fOvT-UhsjX]w+81WeU^hiU G8#k.sS$T~ޢ2TvbHh ߁NӉ*g%dC)<֎@фhbQ]?w-&7orM=֓ga^eѿB\lp[8(c9X((5 fɝSF7 9 qMղ8>Irly'v1As4s_ab>2WT`.ĝy"ϡsMHOT BASXThEqɖӝ簃q4zd"iM%}1)҂V{vzO5߃ECٖ?PV)CLof`,e4ۍy5Q9U`Ω-D8S$7\y{5nV/GO+TS/>K4vu{CmJh?ehw $0OFƠ.A,%i-"̅;Ⳣ~ ^ [V)e]E<xHM\GfcG SԩԽ-°*9Jc3U)6S-HY5bİBƻ۽[\]c .@M*LVA EV o0.V˾L,ݴ?&re]2^1r4T#Bü˜KM&;x.[$[(yݾpw򣧹$j wCF8\ c xT^R*8?ab-02}D$atdP$|K ZtF@^A;O!~Zw 58 !ն &Cߞ q+\Q5]9-@Y}^]6Hp}wBɤЛv W)-3JX!,M RDb]PMwӓbf4lֵϒ݌Ƶc/ B/˦rmPnw>И=_6F>?'Iu+TFȃ;`S j$ڸ$3%IHũ^8 ٭q!I|G^A"z ]AƮ63 dXIZX.-*ܯe p]T0L!+i&bɨÌXv|&hG+I!΀Azv&?#P˙;NcIexϗXE~yDB"oI7-eu"s{8q hzR+1~MVMIs83@"m2+ Q:/ݨ_'>UXffyW ovmR1;I[yAA\t^tc)9*ٕ͚k}b'$ 5Or 2Ír胺 ,xNYv'P@:uH1 ;|hyj-;ͽj^q,>@t: am=k.P5u qfFAgbd@Af G mTpbINhUɥfSO u2,5dqÝLFj"  3!!~@f8c4BpLW S*2 t3$W)>Xd bmq}=tPnW4>+vbۮx@^3[e+ݍ@%z,vV`1pBilIW0YH~v8Sֿ}֬;8fLr2'sKj@7ClEn |<,7h Ps?pcQły۟ $/: N6 cM8 @ iγ; C qm6RRUh(2`P3_:`wUmT!l(p~NJovD`HhߔLv 5"_@1_$ 6ibSi*m4HJegry#Vj\OmBvG x38SźԊ&& f[HjVN凇.qj#}E؎?[rz@G ]0l:_ j:]7,zXLc#L!C13K,rD!n/g/8zpMƦn"|:ĖNAj,Rw)ϛʪKW:Sj "8Bb@8*h,Z J$趎5™Ng ^`Y T1g{<GqÓ "biƛv$xPG5x#}B8 ֠Dz8|wr -83wY(ܟ6]7]#v < A2yv9a^{<, **sg5؅`9e;4e.sd#A`QSD?"ꋌэ8L')(z \zm|7Z*EɔHĀTÆp0S䮉MJ\ht$6ЬK6 wOhbJ߁$KX4v̄{07ԫeZ~z&3-e[ -~8|,!a,@.0=^'+=I:Qt)$†M CJ4*zc.F˄,2*Ĕk4?s>dG`ɺo2C5Gpfk>%^@siCYMLÀ;...V3 Kv}rՖJ\ZAJ~V4H_ )3(J5A5o!pm?-y1|{~Uf{TWU\2pj==Q؝PU.nqOcQFOCnmOjϹHqנQBa13W&e n;2(z0ڳT:OW Q[1Kb]`DH@zL\U~1IV^ɖ>x4ٿZMj|#*~: j=QG{63oT= +笫SsBjqimJ\ !Z=3QZ}ߢ0l?s:8BO{@SiW';SL6> Qf~KN ~2rmvOv'ba."@sXiq8Mԧb,Ÿ cmPqi/booJY45[oįGDaXn^` \hkm7KqgxOjk˟ݿR8lͪJffA9dqK_;$q  aT 8}n7!3O,}6GE͹ܠ*RۘVC (H> L ,bZѱ 1<#] y˾[Z EOZ0g\lT !0{HzW5[5_n*hAۗT KNcYb(\4^Cxm'E Q<+44`PgX>밆8d;-J/ATiguV3 mV)pX{ $0 OC#\[#8!eg5:hZѐ@D(ܟٝ&*rmsԈ!OHCt.NA?j~UT u|,;=4'l8ƴ6>J^{ O]-"èzS4Cnؘ`Ƅe^ԁ(<{Mycs)B Xإ0{*sdh-on(%K~ v&A2EXC:֡3Z4T~njzĔR4=jA &V~g"h;vs]%=]|VoNH/࣯)!c;L>\o>|27ư|E/f\6~"opYE%ra\ޞ ]wƋU.<0[7/Vb ˣhv`CBnV02%+O"/3@^aeb;B;JgtiI#x/s]O]u5H2݅kzbYgb.nxvj{~-갮KʼnOcVf.I$wJ,&nשADZr_'8Lsu,O(nr[O&i ?.(q`zd;*C[7FfdJMPJr㧖'7 EN>i}x"2O$yИ~CWZM[?qn_ 0s͸QCp;E/hOKzlR~,ᘑ[=,}~uYBAi|DMCCvE'v=5`T2U=<[ œ/YJJGWC5Q;Ik55uFJ!:n1D儶5W q&hɐT'Bňőy_.uWB0if1U]!u(T:[HǶ`42&8CY\dTY2%"^~X8Z%@5fZVo_$~1NLY:Z,0+pM Nh9J>lGa ,|ZYVG؝2$) jpof**WbqٮA Y?GrrVq+3|8!/.y_;]YRjKOz"$dս+&.^ab Z> Ts}z0hҟY w&}VWmPCOR >'IxB7#Iw0 ˝p3L1;(Xؙ1%1%Ӊx~UYnMP򽓓({Œ2.WVw.:425ENv_<%ST?*)ޣE2 y@I.D̚ɣz9|L;@_= ״-[VtU^@Vwj ]22Fc<#aΙTBg5{h.*<隵va/HNϺoaogzݶiBAD淆l_i XM!X(,oJ4_-DUhؑ@e* $ĆL%ZVm y#LCq,adF~6:$U(0 uM%%(ƕ}-ytҙ 1CxL*׸+s@kC~\9:ﲇHg}evj{dv<NȢ&3wONW;܏w$մUze("+Q- tʲ@xU?>gS谢2HyC]_/)6Gi#i-/sV2 B;HY{ 3( kx6fl/wqM a쫗I?G* yɺ