14
0
forked from pool/python-Pyphen

- update to 0.14.0:

* Store Path objects instead of strings in LANGUAGE.
  * Use importlib.resources instead of deprecated pkg_resources.
  * Add Thai dictionary.
  * Update Italian dictionary.
  * Make language parameter case-insensitive.
  * Add Catalan dictionary.
  * Update French dictionary.
  * Update script upgrading dictionaries.
  * Support Python 3.10, drop Python 3.6 support.
  * Add documentation.
  * Update Belarusian dictionary.
  * Update dictionaries (add Albanian, Belarusian, Esperanto,
    Mongolian; update Italian, Portuguese of Brazil, Russian).
  * Use Flit for packaging. You can now build packages using pip
    install flit, flit build.
  * Improve dictionaries update script

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyphen?expand=0&rev=12
This commit is contained in:
2024-01-09 22:18:37 +00:00
committed by Git OBS Bridge
parent cce250f563
commit b9d1df8bbe
4 changed files with 35 additions and 12 deletions

View File

@@ -1,9 +1,29 @@
-------------------------------------------------------------------
Tue Jan 9 22:15:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.14.0:
* Store Path objects instead of strings in LANGUAGE.
* Use importlib.resources instead of deprecated pkg_resources.
* Add Thai dictionary.
* Update Italian dictionary.
* Make language parameter case-insensitive.
* Add Catalan dictionary.
* Update French dictionary.
* Update script upgrading dictionaries.
* Support Python 3.10, drop Python 3.6 support.
* Add documentation.
* Update Belarusian dictionary.
* Update dictionaries (add Albanian, Belarusian, Esperanto,
Mongolian; update Italian, Portuguese of Brazil, Russian).
* Use Flit for packaging. You can now build packages using pip
install flit, flit build.
-------------------------------------------------------------------
Thu Mar 11 04:58:16 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.10.0:
* Ignore *HYPHENMIN options in dictionaries
* Improve dictionaries update script
* Improve dictionaries update script
* Drop Python 3.5 and add Python 3.9 support
-------------------------------------------------------------------