2024-11-09 10:28:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.17.0
Version 0.17.0
* Support Python 3.13, drop Python 3.8 support.
* Update Hungarian dictionary.
|
2024-07-31 09:56:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.16.0
Version 0.16.0
* Close file when reading encoding
* Update dictionary repository
|
2024-04-25 17:48:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.15.0
Version 0.15.0
* Support Python 3.12, drop Python 3.7 support.
* Add READMEs for dictionaries.
* Add Basque hyphenation dictionary.
* Update Catalan and Hungarian dictionaries.
* Use Ruff instead of Flake8 and isort.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-03-20 14:18:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.14.0
Version 0.14.0
--------------
* Store Path objects instead of strings in LANGUAGE.
* Use importlib.resources instead of deprecated pkg_resources.
|
2022-11-29 18:02:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.13.2
Version 0.13.2
--------------
* Add Thai dictionary.
|
2022-11-20 20:18:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pyphen: updated to 0.13.1
Version 0.13.1
--------------
* Update Italian dictionary.
|
2022-09-15 21:08:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pyphen: updated to 0.13.0
Version 0.13.0
--------------
* Make language parameter case-insensitive.
* Add Catanal dictionary.
* Update French dictionary.
* Update script upgrading dictionaries.
|
2022-04-25 10:11:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-pyphen: add missing build dependency on flit_core
|
2022-04-23 11:29:43 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-pyphen: updated to 0.12.0
Version 0.12.0
--------------
* Support Python 3.10, drop Python 3.6 support.
* Add documentation.
* Update Belarusian dictionary.
|