Changelog for
python312-django-rosetta-0.10.0-1.3.noarch.rpm :
* Wed Dec 27 2023 Dirk Müller
- update to 0.10.0:
* Fix link to polib. (#277, thanks AATTgamboz)
* Deepl: use the PRO API endpoint when using a PRO API key.
* Limit supported versions to Django 4.2 and 5.0, using Python 3.9, 3.10, 3.11 and 3.12
* Wed Apr 26 2023 Dirk Müller - update to 0.9.9:
* Use packaged jQuery instead of the CDN version. (#274, thanks AATTstephanema1)
* Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233
* Adds Chinese (Simplified) translation. (#266 thanks AATTchenluyong)
* Test against Django 4.1 and 4.2
* Limit supported versions to Django 3.2 and later, using Python 3.8, 3.9 and 3.10
* Proxy Deepl translations suggestions through the back-end to avoid CORS issues. (#271 thanks AATTrafaelromon, AATTbiermeester and AATTmatthiask)
* Format code with pre-commit
* Replace case sensitivity check with setting (#273 thanks AATTpatroqueeet)
* Fri Dec 16 2022 Steve Kowalik - Remove unneeded BuildRequires on python-python-memcached.
* Mon Nov 28 2022 Daniel Garcia - Remove python_module macro definition- More specific python_sitelib in %files- Remove python-six dependency- Fix path to memcached in %check
* Sun Dec 26 2021 John Vandenberg - Update to v0.9.8
* Test against Django 4.0- from v0.9.7
* Arabic translation
* Translations via the DeepL API
* Fixed unicode handling in gettext headers
* Remove six as a dependency
* Move context and comment hints into the right-most column
* Add extra styles block to the base template
* Fri Jul 23 2021 John Vandenberg - Update to v0.9.6
* Mon Apr 13 2020 John Vandenberg - Update to v0.9.4
* Mon Apr 13 2020 John Vandenberg - Activate test suite- Update to v0.9.3
* Sat Sep 28 2013 p.drouandAATTgmail.com- Update to version 0.7.2 + No changelog available- Replace python-distribute with python-setuptools BuildRequires- Add documentation from tarball
* Sat Mar 02 2013 alexandreAATTexatati.com.br- Update to 0.7.1:
* Fix: value missing in context- Aditional changes from 0.7.0:
* Support for Django 1.5 and HEAD, support for Python 3.
* Upgraded bundled polib to version 1.0.3 - http://pypi.python.org/pypi/polib/1.0.3
* Support timezones on the last modified PO header. Thanks AATTjmoiron (Issue #43)
* Actually move to the next block when submitting a lot of translations (Issue #13)
* Add msgctxt to the entry hash to differentiate entries with context. Thanks AATTmetalpriest (Issue #39)
* Better discovery of locale files on Django 1.4+ Thanks AATTtijs (Issues #63, #64)
* List apps in alphabetical order