babel-1.3-7.fc20$>&k|=DNa:+>9?d   DHLpt    ( n t (8!9\!: "!GHIXY\]^)bYdeflt8uPvhwxyCbabel1.37.fc20Tools for internationalizing Python applicationsBabel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.Tbuildvm-19.phx2.fedoraproject.org@Fedora ProjectFedora ProjectBSDFedora ProjectDevelopment/Languageshttp://babel.pocoo.org/linuxnoarch!64EhA큤TTQ+QRQQ907871559adab9d8eca33e6766b0ad881deb575f9f2ff83b7b4e558df31b118a1d14b8d0c97745057dbdd2afb48cec1cd4209bfb0a891d366893d6cdfe1b645990a82dea416058cf82f78ce2080230f6e2a77fd140558062f8246b0bd7acf57b8d379d53ac9bed3ad2edb74ba35e4fab399099a3f8ef99c178d900acaed2a9b98c93c3bc6dc4a9857f59e451f07a2ed20d36745a3e7847e5a0bdfe8f2e27fe58rootrootrootrootrootrootrootrootrootrootrootrootbabel-1.3-7.fc20.src.rpmbabel@    /usr/bin/pythonpython-babelpython-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.3Tp@SQ@SSS;RQPRL QQQ@P@PP@P@O@MMOLvW@LF@KsJi@I@II1.HHuGe@F@FҼFF@F@Fzh@Toshio Kuratomi - 1.3-7Toshio Kuratomi - 1.3-6Fedora Release Engineering - 1.3-5Kalev Lember - 1.3-4Nils Philippsen - 1.3-3Felix Schwarz - 1.3-2Felix Schwarz - 1.3-1Fedora Release Engineering - 0.9.6-9Jeffrey C. Ollie - 0.9.6-8Fedora Release Engineering - 0.9.6-7Nils Philippsen - 0.9.6-6David Malcolm - 0.9.6-5Felix Schwarz - 0.9.6-4Fedora Release Engineering - 0.9.6-3Fedora Release Engineering - 0.9.6-2Nils Philippsen - 0.9.6-1Fedora Release Engineering - 0.9.5-4Jeffrey C. Ollie - 0.9.5-3David Malcolm - 0.9.5-2Jeffrey C. Ollie - 0.9.5-1Fedora Release Engineering - 0.9.4-5Robert Scheck - 0.9.4-4Fedora Release Engineering - 0.9.4-3Ignacio Vazquez-Abrams - 0.9.4-2Jeffrey C. Ollie - 0.9.4-1Jeffrey C. Ollie - 0.9.3-1Jeffrey C. Ollie - 0.9.1-1Jeffrey C. Ollie - 0.9-2Jeffrey C. Ollie - 0.9-1Jeffrey C. Ollie - 0.8.1-1Jeffrey C. Ollie - 0.8-3Jeffrey C. Ollie - 0.8-2Jeffrey C. Ollie - 0.8-1- Remove pytz version requirement in egginfo as it confuses newer setuptools- Change python-setuptools-devel BR into python-setuptools- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4- fix dependencies (#1083470)- enable python3 subpackage- update to Babel 1.3 - disabled %check as it tries to download the CLDR- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- split documentation off to a separate subpackage- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- run tests in %check - add pytz build requirement for tests- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3- disable building of non-functional python3 subpackage (#761583)- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- version 0.9.6: * Backport r493-494: documentation typo fixes. * Make the CLDR import script work with Python 2.7. * Fix various typos. * Fixed Python 2.3 compatibility (ticket #146, #233). * Sort output of list-locales. * Make the POT-Creation-Date of the catalog being updated equal to POT-Creation-Date of the template used to update (ticket #148). * Use a more explicit error message if no option or argument (command) is passed to pybabel (ticket #81). * Keep the PO-Revision-Date if it is not the default value (ticket #148). * Make --no-wrap work by reworking --width's default and mimic xgettext's behaviour of always wrapping comments (ticket #145). * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). * Add --project and --version options for commandline (ticket #173). * Add a __ne__() method to the Local class. * Explicitly sort instead of using sorted() and don't assume ordering (Python 2.3 and Jython compatibility). * Removed ValueError raising for string formatting message checkers if the string does not contain any string formattings (ticket #150). * Fix Serbian plural forms (ticket #213). * Small speed improvement in format_date() (ticket #216). * Fix number formatting for locales where CLDR specifies alt or draft items (ticket #217) * Fix bad check in format_time (ticket #257, reported with patch and tests by jomae) * Fix so frontend.CommandLineInterface.run does not accumulate logging handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200) - install python2 rather than python3 executable (#710880)- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Add python3 subpackage- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild- This release contains a small number of bugfixes over the 0.9.4 - release. - - What's New: - ----------- - * Fixed the case where messages containing square brackets would break - with an unpack error - * Fuzzy matching regarding plurals should *NOT* be checked against - len(message.id) because this is always 2, instead, it's should be - checked against catalog.num_plurals (ticket #212).- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Added missing requires to python-setuptools for pkg_resources- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild- Rebuild for Python 2.6- Update to 0.9.4- Update to 0.9.3- Update to 0.9.1- BR python-setuptools-devel- Update to 0.9- Update to 0.8.1 - Remove upstreamed patch.- Replace patch with one that actually applies.- Apply upstream patch to rename command line script to "pybabel" - BZ#246208- First version for Fedora1.3-7.fc20pybabelbabelAUTHORSCHANGESLICENSEREADME/usr/bin//usr/share/doc//usr/share/doc/babel/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2noarch-redhat-linux-gnuPython script, ASCII text executabledirectoryUTF-8 Unicode textASCII textR?p7zXZ !PH6h]"k%LvLց&nkϜ#fi [ LNA!1E +EjVs.]]O+ɓ4y.Q05p2'?;Қ58r%֘wP #1'-Ec > &v)Gr  پ=X4.9҄c> DY8{y~ix q蔮B "gҝB* |+Jk05զIYt"J% Ʒckzٲ =`T[!V6St'!_H0?KsyJ/ @dSV~ qw1Y_1MJnAfLy43ve܊D0fZvn|'z5}uO \)%+Ko^ҥ˪pۏlIX'FPF9BZRrL0j)_OYd=D9B<;!R>Fڌ3/C.ijL澂4JAbhER1}"nMZXɾ/*{ݾ`΅5t>&>KBvAk3CsdY&ԁvacmpi8ڍ|E"3J]8k|8N &ӢLTlW`m%ƷO (Ҷ YZ