python-flufl.i18n/python-flufl.i18n.changes
Matej Cepl 388da10280 Accepting request 948288 from home:mcepl:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/948288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=5
2022-01-23 23:14:47 +00:00

37 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Jan 23 23:01:57 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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.
-------------------------------------------------------------------
Wed Nov 17 09:36:44 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- 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
-------------------------------------------------------------------
Mon Dec 2 12:02:29 UTC 2019 - pgajdos@suse.com
- initial version 2.0.2, required by python-mailman [SLE-7686]