SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-Babel-doc-2.3.4-38.2.noarch.rpm :
Sat Jul 23 14:00:00 2016 arunAATTgmx.de
- specfile:

* update source url
- update to version 2.3.4:

* CLDR: The lxml library is no longer used for CLDR importing, so it
should not cause strange failures either. Thanks to AATTaronbierbaum
for the bug report and AATTjtwang for the
fix. (https://github.com/python-babel/babel/pull/393)

* CLI: Every last single CLI usage regression should now be gone,
and both distutils and stand-alone CLIs should work as they have
in the past. Thanks to AATTpaxswill and AATTajaeger for bug
reports. (https://github.com/python-babel/babel/pull/389)
- changes from version 2.3.3:

* CLI: Usage regressions that had snuck in between 2.2 and 2.3
should be no
more. (https://github.com/python-babel/babel/pull/386) Thanks to
AATTajaeger, AATTsebdiem and AATTjcristovao for bug reports and patches.
- changes from version 2.3.2:

* Dates: Period (am/pm) formatting was broken in certain locales
(namely zh_TW). Thanks to AATTjun66j5 for the bug
report. (https://github.com/python-babel/babel/issues/378,
https://github.com/python-babel/babel/issues/379)
- changes from version 2.3.1:

* (Bugfix release because of deployment problems, released on April
8th)
- changes from version 2.3:

* Internal improvements
+ The CLI frontend and Distutils commands use a shared
implementation (https://github.com/python-babel/babel/pull/311)
+ PyPy3 is supported
(https://github.com/python-babel/babel/pull/343)

* Features
+ CLDR: Add an API for territory language data
(https://github.com/python-babel/babel/pull/315)
+ Core: Character order and measurement system data is imported
and exposed (https://github.com/python-babel/babel/pull/368)
+ Dates: Add an API for time interval formatting
(https://github.com/python-babel/babel/pull/316)
+ Dates: More pattern formats and lengths are supported
(https://github.com/python-babel/babel/pull/347)
+ Dates: Period IDs are imported and exposed
(https://github.com/python-babel/babel/pull/349)
+ Dates: Support for date-time skeleton formats has been added
(https://github.com/python-babel/babel/pull/265)
+ Dates: Timezone formatting has been improved
(https://github.com/python-babel/babel/pull/338)
+ Messages: JavaScript extraction now supports dotted names, ES6
template strings and JSX tags
(https://github.com/python-babel/babel/pull/332)
+ Messages: npgettext is recognized by default
(https://github.com/python-babel/babel/pull/341)
+ Messages: The CLI learned to accept multiple domains
(https://github.com/python-babel/babel/pull/335)
+ Messages: The extraction commands now accept filenames in
addition to directories
(https://github.com/python-babel/babel/pull/324)
+ Units: A new API for unit formatting is implemented
(https://github.com/python-babel/babel/pull/369)

* Bugfixes
+ Core: Mixed-case locale IDs work more reliably
(https://github.com/python-babel/babel/pull/361)
+ Dates: S...S formats work correctly now
(https://github.com/python-babel/babel/pull/360)
+ Messages: All messages are now sorted correctly if sorting has
been specified (https://github.com/python-babel/babel/pull/300)
+ Messages: Fix the unexpected behavior caused by catalog header
updating (e0e7ef1)
(https://github.com/python-babel/babel/pull/320)
+ Messages: Gettext operands are now generated correctly
(https://github.com/python-babel/babel/pull/295)
+ Messages: Message extraction has been taught to detect encodings
better (https://github.com/python-babel/babel/pull/274)

Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* changed to https for source url

* updated source url to files.pythonhosted.org

Sat Jan 30 13:00:00 2016 arunAATTgmx.de
- specfile:

* update copyright year

* no README in tar-ball, removed from %doc
- update to version 2.2.0:

* Bugfixes
+ General: Add __hash__ to Locale. (#303) (2aa8074)
+ General: Allow files with BOM if they\'re UTF-8 (#189) (da87edd)
+ General: localedata directory is now locale-data (#109)
(2d1882e)
+ General: odict: Fix pop method (0a9e97e)
+ General: Removed uses of datetime.date class from
*.dat files
(#174) (94f6830)
+ Messages: Fix plural selection for chinese (531f666)
+ Messages: Fix typo and add semicolon in plural_forms (5784501)
+ Messages: Flatten NullTranslations.files into a list (ad11101)
+ Times: FixedOffsetTimezone: fix display of negative offsets
(d816803)

* Features
+ CLDR: Update to CLDR 28 (#292) (9f7f4d0)
+ General: Add __copy__ and __deepcopy__ to LazyProxy. (a1cc3f1)
+ General: Add official support for Python 3.4 and 3.5
+ General: Improve odict performance by making key search O(1)
(6822b7f)
+ Locale: Add an ordinal_form property to Locale (#270) (b3f3430)
+ Locale: Add support for list formatting (37ce4fa, be6e23d)
+ Locale: Check inheritance exceptions first (3ef0d6d)
+ Messages: Allow file locations without line numbers (#279)
(79bc781)
+ Messages: Allow passing a callable to `extract()` (#289)
(3f58516)
+ Messages: Support \'Language\' header field of PO files (#76)
(3ce842b)
+ Messages: Update catalog headers from templates (e0e7ef1)
+ Numbers: Properly load and expose currency format types (#201)
(df676ab)
+ Numbers: Use cdecimal by default when available (b6169be)
+ Numbers: Use the CLDR\'s suggested number of decimals for
format_currency (#139) (201ed50)
+ Times: Add format_timedelta(format=\'narrow\') support (edc5eb5)

Mon Oct 5 14:00:00 2015 arunAATTgmx.de
- update to version 2.1.1:

* Fix Locale.parse using \"global.dat\" incompatible types
(https://github.com/python-babel/babel/issues/174)

* Fix display of negative offsets in \"FixedOffsetTimezone\"
(https://github.com/python-babel/babel/issues/214)

* Improved odict performance which is used during localization file
build, should improve compilation time for large projects

* Add support for \"narrow\" format for \"format_timedelta\"

* Add universal wheel support

* Support \'Language\' header field in .PO files
(fixes https://github.com/python-babel/babel/issues/76)

* Test suite enhancements (coverage, broken tests fixed, etc)

* Documentation updated
- changes from version 2.0:

* Added support for looking up currencies that belong to a territory
through the :func:`babel.numbers.get_territory_currencies`
function.

* Improved Python 3 support.

* Fixed some broken tests for timezone behavior.

* Improved various smaller things for dealing with dates.
- changes from version 1.4:

* Fixed a bug that caused deprecated territory codes not being
converted properly by the subtag resolving. This for instance
showed up when trying to use \"und_UK\" as a language code
which now properly resolves to \"en_GB\".

* Fixed a bug that made it impossible to import the CLDR data
from scratch on windows systems.

Wed Jul 8 14:00:00 2015 toddrme2178AATTgmail.com
- Split documentation into separate package to avoid build loop


 
ICM