- Update to 4.1.1 (2022-09-05)
* Improvements to the GitLab CI integration.
* Several minor updates to work better with the latest pdm.
- Update to 4.1 (2022-08-25)
* The standard substitution pattern now ignores the trailing dot on $-string placeholders. I.e. $foo. is now recognized as $foo. (GL#12)
* Update to pdm 1.3.
* Update dependencies.
* Make sure the doctest teardown gets run.
* Add support for Python 3.11.
OBS-URL: https://build.opensuse.org/request/show/1006718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=9
- Update to 4.0:
- Use modern package management by adopting pdm and
pyproject.toml, and dropping setup.py and setup.cfg.
- Build the docs with Python 3.8.
- Update to version 3.0 of Sybil.
- Adopt the Furo documentation theme.
- Use importlib.metadata.version() as a better way to get the
package version number for the documentation.
- Drop Python 3.6 support.
- Update copyright years.
- Remove obsolete python-flufl.i18n-fix-setup.patch
OBS-URL: https://build.opensuse.org/request/show/948294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.i18n?expand=0&rev=3
- Update to version 3.2
* Add a py.typed file to satisfy type checkers.
* Improve some QA by re-adding diff-cover, Gitlab SAST during
CI, and testing on Python 3.10 beta (except for Windows)
* Fix pytest 6.0.0 compatibility
* Drop support for Python 3.4 and 3.5. Add support for Python 3.9.
* Translator.catalog property is now exposed.
* New abstract classes for defining the types in this library:
* TranslationContextManager, RuntimeTranslator, TranslationStrategy
* When expand() gets an exception, the original exception is re-raised.
* Add type annotations and API reference documentation.
- Added python-flufl.i18n-fix-setup.patch
OBS-URL: https://build.opensuse.org/request/show/932382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flufl.i18n?expand=0&rev=2