python3-polib-1.0.7-2.fc23$>^μ%|߆ C>:$B?$2d  Lpt  @  Z  t       8 y   4(89$: Gp H I XY\ ] 0 ^ b!d"e"f"l"t" u# v#Lw# x# y$$($,Cpython3-polib1.0.72.fc23A library to parse and manage gettext catalogsPython 3 binding for python-polibV buildvm-07-nfs.phx2.fedoraproject.orgFedora ProjectFedora ProjectMITFedora ProjectUnspecifiedhttp://bitbucket.org/izi/polib/linuxnoarchū7}*A큤A큤A큤A큤VVVVVVVVUV UV Ub90bbf3dfd4714798841175ab52b0878ad4c73b8c0ff6b408a74685098db50110dc9edb71a37519e51cd1c4e3c918c11d7d3cebc54a1decd1ac913290d5e6999e15340f8b0c74e886c6dccb976ba1b635430cd273409f82ecab89bd8a2d754b0cb8a4b43bde4fd607d04f9b32dc0c1740700db60494776fe02c62520e6ccda6401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bae6af9d085809f2334b3dc48cdbf786284c4abc90fcdf128222a19489165781e41ff84691ce8e9e856429ecc66215fffce0a0baf1932af2ad4441bbfd39d81959af0e9df2452e2c0b95e4c5451feee4e5601eefe248a791d62ad7a0c0a3ff629ec198e4296135923ac95b98cae58b14eb25d41d7a1e412241393802af6bf65farootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-polib-1.0.7-2.fc23.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.13.0-rc1V@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.fc23__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 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=genericdrpmxz2noarch-redhat-linux-gnudirectorypython 3.4 byte-compiledUTF-8 Unicode textASCII textPython script, ASCII text executableRRRutf-8?`7zXZ !#,ࡡ6:]"k%w#) `>Jglu}5p(Q2QTb|Џgpf*Xvjb=n5>XR  hqI#g7$)9@C/p𲠠J%>9OT̮f}zPI,~nMf.r!ϲ: yWI,/@-o[]/ZkQ${h""#$^agV4Ҷa&1s˧=~c{٧b0Ht@see R2ŃL@(J]ϰ8JxscU>R?)aK*jfo5S`(uDE4TmzG^^|a3ߴa,lxZ^<5MD% cz4(jank"&!xXefE<t o%]>=]SUz9 '#@ 0ןB c5a" gdH"5W)urn :5XeEPΦ;NEyV󗁯s*X:YdgCrɒ=j>ܳZo`R͉^#$ MPZٍVU' kmxX-I.YU @vYw/]VG8ת1SE;i"C5mrzc!iHm P򉃀W4)ZH0_4:Pp?U+K~~7kmgko"1(-z'/pü5үchrfۉ ) xV M!69-MJE IJXN?k׈!`bi,t{j'KNwf9La(=꺳Qӗ_(d YKHv/i#]^,#v`D=q7ʷ??2GneF=0Fxsu!zD͆O3i\ ceAḵo,XRH5onaLs"wzBI1"'0B}JqTc;˗cU[{mcVBQ)1T%I1Xjܢ@!iCŽ163a^:|j; źG\J`Sࡷ|K;i7U߁ (Zk .OAt %>;]tdhB$ b)*͎m'^Bp=@{6 `hE,Y KUJ2h#N kż/>FUIj(}, 0.X3yպ~DG\-'_S蔊4.-2c G4|~gߝt {.-'Ʃ`K ѕ8 &B#E}f,kgb| #ƴ$`U͖ӄ[unJw|i6z a W)1]$Yҵ<x76 J[=,TOO!´ˇitZ9$y݊(Tbabĺ^ bu>Piָ;F*1/:IrɈ0ۼܿ}5J}ۜxY61SIAC&}')%>p%`]#NPty=WcN *lNz?1V6pvV_N2uV`o`Lʤ 1q2Rlk콛q8VKnyp\j39$&\7i}iA/ Aۅ˩n C3vi> WMr*w퟾QaBʯlj'@Nc^mCm@2=FcI$ߖ#Cw$qI^<X|[!2)lP!Hu꫺V^&uG࿺Hh/$"A@{ >,72X LѹwG1r)9A-ܒbJ?[6ہhn#. yV>24S#Ϗ~<|rl2^dܶk*ڻӉWkJlbalF*_'3N@֯ƶ[t,DU\%b}4 Px=gǖ"l) ٪.\M RZZ{oC&tɑ7ƈ+,Jm0/ 3a4ѣF=n,=fo?.8$])UX84^Y068_X?4}p9ќlBF=vlUR7WzȄD@ +=0cbsҕvHAT-o}t/sd]w#˝X!¿ Nd.7SF>V/,mYN'iM'`AځdraPl}+JY9(};6ˮ3 6earz=7ԝ[t?'jΰs g߳Sfp ;e7kҒ?#l`KIN5wr}gJN&,a)]/< ep;"gsYdPt&$dH䒳s iG==\CYM [q Jj֌lݯYŨ.:9Kw?DAv3x˹D+ ᮆ =#;\?[Z֞ΝU8ܛptI}$ao[e[LTWwfD;nɜuarh9Ł))pl(sӛ*zK)iƽ9h[\E[J2L}xq3"ғ*96$0MT_ B֛lN6%ZY$eH#zUrSxN"gXyhKm YŠG9?$YM=!ov導jEҿ $ݕlE]sC/Gu>^a0TrhTnm ?xFk~7vѲ os6TV9O. @؈U^p^;]w!])2&Wh;em+d;!. @CLIlNމ.05 y 6}l= Vj`v2maC1Aֈb-!{5Zuf{>aUi N\29%;+JQ'MkܤB&iF2C{H/vS]nFc*4 &U^@^+ NoF|*2kd&Ex1- ~j(siz_: OKZy!JVaؓVjk%M"#b3QX9CfUPxgvE6A` Je(˒N:jVgxau#$c&(K#( LR,!zwqa.@˴e]5`FY y|F fq"2w w %#\Q{Q&qbAղH-_?k hޱUAkT &wƒAH*1U׎fD~`Ƌ-%/Ge؍>["b:iu0.Z"y UZ/ /D'X3=q/zGŵo `+FPuo RyGJ 6ITv#Cb{q`kX@}z+Jbvbk0' ;Kn#;J BJe_ VAm_Cֵ-+gۢNNd24 |JL֗ehNMʣR-S(Mc5A-)>9LKdR:F}qx =v}cKcsow r0&9(BnH^t._&V0x5K r "Kfȋ$ Iֽ Ū}N;D-lWݥҗO T@!N=f!lk N Ρ?k#줂tqN{yA7e?mV0~Z <Sd7V={g{^dT1yϡGW׉})[G'`⸾kxd`:=(~(:Q}/8zε@ߣʪTrE2j;u3Yx,3RuC݃Qڻirs=&HhcS)-ʜ}pF|8 *X.->Z!$EG8?ְ [u.14ƙ8s[@/F٧{K/Ih :ǪU5W߫[X욨*iSޔ #6'G' rYU lU3:';I<マJW+*e,Tϑu|PNϗIN9@EL6rԾXLI@j %li$bD}lmrr-&M1#7T`tFEs3EkH^L nY]͇{[ * q:+>TZ.j9ݜC)F )k R݌˜-/$bA*̞*1 r.NCV&$"υ vjPiw˿A{Gֻ8]l(쾭x"N.eɐw"[-躒ky;G$2C)TgKP-NVdQ!>X4fӱcinSjw1'qhA;gI­x}kFx7{!4@PUha 6{?Gw~&ߟeͨv^ *1tirw:19zO1sߚԸ/zq(_ۈ_ѨKbߖ-4^Θ=0ժϟpVAZ? tN&T)݊nA;fx"Gb4c&]uYPXRZғb>\U&L[z{t뤌eefv^-4e~N"[۠lmxE ҽYGho2^$lUhV8 JuJ iʄ-婻wGeSS95c^'ݦO>-,ӏj-8G,\_RK. )I}`'ѐpR#9] uhBJMh:M}{,v {#]Ѧ@?պZ7~ٺ sq>}3_jyXcC^MQ P] J +zNTw'M[x MÙClpt b lw<Ȥ~R3YWnIɤ^rSU|@+q2kdQ!&7O0Y`6LU,TJZ$T(/n9Gq. `5 ^f1*|!_`X_e M TwP8 &)so(eLI%CE@DWueK5\S'4#OP}%BshSq{.Ko`{),|WJyY1E]Nq؟-=H\o O%Ĵ Uy[23be@j v]ؔ:4D Qژ_$-<,Vڡ^{aUrԈS~(bj9/7W!h{h* 2Mʤo񜖻 pP "&:uh2 Xy"G)9GF8u}YFr"~]]01O/E#]!'46Un>I_=kaU0i)tEl,{ 獸G{ ֟C Trx$,K:|>M$%d /&U,gܹ V׾45WG&i;H@Adrj]7 D[P$Cgc8[CGQK Y>x)9bk3\ff8xJx` ʞ^dCQd;Zս]J*"q'm&'B)/w;p 8., Y6DeoER3K߯ 6E0&;Yp`\BVQ/#M*ǽUspVhvQ *d)`AkHM5w\'D#"gd筃` < 3Y ZێlBVǠה)=SZ 4&偄١a7Դc]덾ׂ-33^'FIlH_S>Bq3lUFH'o>o~͑r:e (DU=wߤDl3vi&L/r:A$QCv %=E4קUeƶ&#SXc$srYdND<,=- ci:Rf _LgއE%+ fm sljn ;Hs~{xRp7Xmd8o؄=zfe9&=(Rk)I}…2i?]cX;ԨV' #g\*N~m$/_j;W2m O" HCh}!6暇{n`2$=`Et.iR98c266Q]W,wH<B"m^o w ~\ZvOר'0Wm@ww~kE݀}q<1^[SoA 4W\,{ XYFQ9ϊV @vq%Z#(J,1fOQ/eO,Ib9UE[-,x?+)mSnHq/N (0T'peX-"|Zk:0 F+ c},_VEHɩ վn+dڮ3uG1Z}J#5hm&yRrtMxGܐ'u:?y~dZ؈;5Hl1V/=_凋bLVjq`: ,@wyj^R<EN> h2?_uWwm&o'FΫuX~JE|aw{vy+>UT47<548&$W#~6~ݘk^>UVl)poa?aN+OTtWQwg.o@V6NIHdot9or'ƨ0J?_`{#`uk%}"6Gb׏_!q ~f fޯLFf@GP>{Byb v»sfae5N}sƽ^f@E ?h +H (=Lv}2&JH;%Պ^i9DVW-m AKvv+ u裻`qYT5 % !d;Mr؁{ G̟.O˿p&!}8rD'RCrhLCi툂ϫ0CTd!Q̈́RFz,K\FN4Od"sBCkE~2$~~i+ MZgąHA.S^RĬ5}wp<(MZ_y-SzIL3f}sX06  GY&C)W#ǟt ԳʼnM!K_},]*Kjݹ*2;C/ΤS-HwC,wbjNU ˗rި>$k"|%N<*yDf=` ? 0d3yy&}_V-QOsbsAs':4l8FrRnh|O5hӬFR?ӎ|gG| }n9(ӇSB 15yҿ#+\|bL'ma8oQ\BC>KB]0`k ^Yu\!FHtkװGTR.cz; z7kv&tETɫ8L]"k]^Hm\`8/N޶C yͣꯕbUYH~{E({n;lJ&>K= #+\e3!T Q gь(儫d< 18x\Ӣ,&7|oRy,)t 9NPKx(&9N$0 jd'ؔoT[-\Hmv S#R0` ʜj8ʛ23V? "d>\i{krtM`so8o GA!s87O+Y1/A8>A$#r0^6]jP,oDyUzwn!2n@΅;DORP\܌ o8U?,ۭdt/C>Cg1 a}] '1C0Q;, 5hТZR-";ixUp'dt".+',v ހ}mVFt+/C>6M F(O"숊֧A3o b }1\6[G$WL'1%*Ǭ-I`>ؽ%/2~0.E930%vg_@ҋBG I(xOa/hQ0Q,qJ>£3Qp_x%m,a=AN */RqtYXP8z7&֛YA3rN PؔQU!˭8cxV}9ZMK ~=#YѲڸ, Z))ڙéu@ `%lk0#kh^@X?]b sY{i&9V}NdNY4P_54c3bm,>8)3.HồU[CԽ'f)pkj[MX &*oowX|rgk_PSAuF938{?ãK=AaCkb_о?lf̂Iwف*TzSEVp9TXF"jƆ~?#qJcWm'ίK{"}"XXx&7#)5)i-}5A,1[Zti78h&sc|d?`Vw׹f(%џbx{Ta8jE[[Z1mI1p(,Emg>#T4jzg"y?WD:FLӝ!38Gିw>L-Yvŏ*+pta]M|3o).0{m}Ժ[wދ$j*l_Ң֙yhJ'fFπL88a4-q?Wp'ix5/:lź4:Lw:do־σ 'XN VHqdԈ.L1Tˀc\lew`Nz:gF0Clvd YZ