Path to this page:
./
textproc/py-cmudict,
Versioned Python wrapper package for cmudict
Branch: CURRENT,
Version: 1.0.31,
Package name: py312-cmudict-1.0.31,
Maintainer: gutteridgeCMUdict is a versioned Python wrapper package for the CMU Pronouncing
Dictionary data files. The main purpose is to expose the data with little
or no assumption on how it is to be used.
Required to run:[
lang/python310]
Master sites:
Filesize: 914.034 KB
Version history: (Expand)
- (2024-09-14) Updated to version: py312-cmudict-1.0.31
- (2024-08-07) Updated to version: py311-cmudict-1.0.27
- (2024-07-15) Updated to version: py311-cmudict-1.0.26
- (2024-06-27) Updated to version: py311-cmudict-1.0.24
- (2024-04-15) Updated to version: py311-cmudict-1.0.23
- (2024-03-18) Updated to version: py311-cmudict-1.0.21
CVS history: (Expand)
2024-04-15 16:36:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cmudict: updated to 1.0.23
v1.0.23 (2024-04-04)
Fix
deps: bump importlib-resources from 6.3.1 to 6.4.0
deps: bump importlib-metadata from 7.0.2 to 7.1.0
v1.0.22 (2024-03-19)
Fix
deps: bump importlib-resources from 6.1.3 to 6.3.1
|
2024-03-18 16:10:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cmudict: updated to 1.0.21
v1.0.21 (2024-03-09)
Fix
deps: bump importlib-metadata from 7.0.1 to 7.0.2
v1.0.20 (2024-03-09)
Fix
deps: bump importlib-resources from 6.1.2 to 6.1.3
deps: bump importlib-resources from 6.1.2 to 6.1.3
|
2024-03-02 22:00:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cmudict: updated to 1.0.19
v1.0.19 (2024-03-02)
Fix
deps: bump importlib-resources from 5.12.0 to 6.1.2
|
2024-02-08 03:09:34 by David H. Gutteridge | Files touched by this commit (2) | |
Log message:
py-cmudict: update to 1.0.18
v1.0.18 (2024-02-06)
Fix addresses issues accessing resources in Python v3.9 (#64)
restore using stdlib to 3.9 or later
|
2024-02-03 19:24:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cmudict: updated to 1.0.17
v1.0.17 (2024-02-03)
Fix
deps: bump importlib-metadata from 6.7.0 to 7.0.1
|
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)
|