Version: 2.3.0-bp150.1.3
* Wed Mar 21 2018 elchevive@opensuse.org
- update to 2.3.0
* Full rewrite of the PHP format greatly extending the support.
* Added YAML format converters.
* Major refactor of converters code.
- drop patch translate-toolkit-2.0.0-python-six.diff not needed
on Leap 15.0
* Tue Dec 26 2017 astieger@suse.com
- update to 2.2.5:
* Fixed bug when adding new units to XLIFF store.
* Added support for i18next JSON dialect.
* Improved WebExtension JSON dialect support.
* Tue Nov 14 2017 jmatejek@suse.com
- drop unneeded requirement for python-utidy
- drop unneeded requirements for diff_match_patch
- switch to python3
* Mon Aug 28 2017 elchevive@opensuse.org
- Update do 2.2.4
* Added support for nested and WebExtension JSON dialects.
* po2txt no longer converts non-translatable strings.
* Improvement for puncspace check.
* Support for .xliff extension.
* Mon Jun 26 2017 elchevive@opensuse.org
- Update do 2.2.3
* Added MinimalChecker and ReducedChecker checkers.
* Fixed resolving of country names translations.
* Refactored functions for resolving language/country names translation to be memory efficient.
* Improvements for ts and subtitles formats.
* Added –preserveplaceholders argument to podebug.
* Fixed Montenegrin language name.
* Fri Jun 16 2017 elchevive@opensuse.org
- add python-pycountry as Requires
- Update do 2.2.0
* Avoid resolving external entities while parsing XML.
* Improvements for Android, ts and resx formats.
* Added support for PHP nested arrays.
* Added Kabyle language
* Mon Mar 20 2017 elchevive@opensuse.org
- Update do 2.1.0
* Fixed RomanianChecker checks.
* Added an iOS checker style.
* Changed plural equations for Slovenian, Persian, Kazakh and Kyrgyz.
* Several fixes in formats and tools.
* Mon Mar 06 2017 lnussel@suse.de
- lower python-six requirement to 1.9 again to make translate-toolkit work on
Leap. There is no real requirement on 1.10:
https://github.com/translate/translate/pull/3488
* translate-toolkit-2.0.0-python-six.diff
* Sun Feb 26 2017 dimstar@opensuse.org
- Explicitly package %{_defaultdocdir}/%{name}/html: fix build with
RPM 4.13.
* Mon Jan 30 2017 elchevive@opensuse.org
- Update do 2.0.0
* po2txt works correctly again when --threshold option is passed
(https://github.com/translate/translate/issues/3499) boo#999286
* Tue Jan 24 2017 elchevive@opensuse.org
- Add missing Requires: python-setuptools
* Mon Jan 16 2017 elchevive@opensuse.org
- Update to 1.99.9 (2.0.0 RC2)
* Minor fixes
* Thu Sep 01 2016 elchevive@opensuse.org
- Update to 1.99.5 (2.0.0 Beta 5)
* Minor fixes
- require lxml 3.5.0 or newer
* Wed Jul 27 2016 buschmann23@opensuse.org
- Update to 1.99.3 (2.0.0 Beta 3)
* Python 3 compatibility thanks to Claude Paroz
* Dropped support for Python 2.6
* Changes in storage API to expose a more standardized API
- require python 2.7 or newer
* Thu Apr 28 2016 michal@cihar.com
- Update to 1.14.0-rc1
* Tue Nov 10 2015 mcihar@suse.cz
- Fix documentation build (breaks in parallel build)
* Tue Nov 10 2015 mcihar@suse.cz
- python-six is required for build as well (for API docs)
* Tue Nov 10 2015 mcihar@suse.cz
- Remove Sphinx build cache before building docs
* Wed Jul 29 2015 dimstar@opensuse.org
- Require python-six: translate/misc/quote.py depends on it.
* Wed Jul 15 2015 mcihar@suse.cz
- use spec-cleaner to sort dependencies