2024-01-12 15:23:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cmudict: updated to 1.0.16
v1.0.16 (2023-12-14)
Fix
remove version caps on importlib-resources and importlib-metadata
set minimum Python to 3.8
remove version caps on importlib-resources and importlib-metadata
|
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-10-17 18:03:31 by David H. Gutteridge | Files touched by this commit (3) |  |
Log message:
py-cmudict: update to 1.0.15
(1.0.13 and 1.0.15 have no relevant changes for consumers of this
package, only 1.0.14 is useful: an underlying update of the CMU
dictionary content itself.)
## v1.0.14 (2023-10-13)
### Fix
- **deps**: bump src/cmudict/data from `697cd89` to `7cd8fb5` (#35)
|
2023-03-30 17:25:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cmudict: fix typo
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2023-03-16 01:11:52 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-cmudict: adjust version check per pkglint
|
2023-02-18 03:14:26 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-cmudict: add a comment about minimum dependencies
|
2023-02-16 04:43:54 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
py-cmudict: downgrade back to 1.0.12 to fix bulk build breakage
|
2023-02-15 19:19:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cmudict: updated to 1.0.13
v1.0.13 (2022-12-19)
Fix
added commitizen config
explicit ci jobs
publish on tag v
added release workflow
|
2022-12-17 04:14:24 by David H. Gutteridge | Files touched by this commit (3) |  |
Log message:
py-cmudict: update to 1.0.12
(Change log entries absent for some releases. Mostly commits and
subsequent reversions it seems. Also some dictionary updates.)
v1.0.12
Bug Fixes
restored returning a file-like object by _stream() (fa145ec)
use backported importlib_resources for python 3.9 (1adee16)
Continuous Integration
removed dependabot-batcher (a517ca4)
dependabot: updated dependabot prefixes to use conventional commits (570b36c)
Tests
test_cmudict: added test case for dict_stream() (08f2a08)
ignore deprecation warning for is_binary (839cd75)
v1.0.3
Maintenance:
dependency updates
migrated to poetry
added bump, publish, release pipeline
|