summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-04-24updpkg: SpeechRecognition 3.16.1Tiago de Paula
2026-04-05updpkg: SpeechRecognition 3.16.0Tiago de Paula
See <https://github.com/Uberi/speech_recognition/releases/tag/3.16.0>
2026-03-25updpkg: SpeechRecognition 3.15.2Tiago de Paula
See <https://github.com/Uberi/speech_recognition/releases/tag/3.15.2>
2026-03-11updpkg: drop Vosk model and testsTiago de Paula
Since [#880][1], Vosk models are not included in the Python wheel. The workaround for would be too fragile to be included here. Thus, the model was only being used in tests and discarded from the final package, making them not very helpful. Note that without a model the Vosk backend won't work. Since users can't add other models via the API or using the 'sprc' CLI, the Vosk backend is effectively locked in this package at the moment. [1]: https://github.com/Uberi/speech_recognition/pull/880 "chore: Fix package data config for models"
2026-03-11updpkg: SpeechRecognition 3.15.1Tiago de Paula
See <https://github.com/Uberi/speech_recognition/releases/tag/3.15.1>
2026-03-11updpkg: SpeechRecognition 3.15.0Tiago de Paula
See <https://github.com/Uberi/speech_recognition/releases/tag/3.15.0>
2026-03-08updpkg: SpeechRecognition 3.14.6Tiago de Paula
See <https://github.com/Uberi/speech_recognition/releases/tag/3.14.6>
2026-03-01updpkg: speech_recognition 3.14.5Tiago de Paula
2026-03-01fix: missing Vosk modelTiago de Paula
Users cannot download models in thsi setup, so must at least a basic one.
2026-03-01fix: dependencies and (most) testsTiago de Paula
2026-03-01fix: remove packaged FLAC binariesTiago de Paula
2026-03-01feat: use source tarballTiago de Paula
- no need to copy tests anymore - smaller source means that b2sums can be used - test files manually removed to avoid conflicts
2026-03-01chore: update package metadataTiago de Paula
2025-11-19CI: Auto update python-speechrecognition (v3.14.4)envolution
2025-05-12bump 3.14.3involution
2025-05-01clean up checks - update dependenciesinvolution
2025-03-24Auto update: python-speechrecognition: 3.14.2envolution
2025-03-13add flac requirementenvolution
2025-03-11clean up stray tests in site-packages folderinvolution
2025-03-10force deadlib package for aifcenvolution
2025-03-05modify make and opt dependsenvolution
2025-03-05specify architectureenvolution
2025-01-25bump 3.14.1envolution
2025-01-14bump 3.14envolution
2025-01-07update aifc dependinvolution
2025-01-07add checkdepend and move licenses to correct locationinvolution
2025-01-07implement tests bump 3.13 and add to ciinvolution
2024-12-23update deps for python 3.13Michal Wojdyla
2024-12-17update to 3.12.0Michal Wojdyla
2024-11-22update to 3.11.0Michal Wojdyla
2024-10-06update to 3.10.4Michal Wojdyla
2023-03-07update to 3.9.0Luis Martinez
2019-03-21drop python2Michel Zou
2018-05-27pocketsphinxMichel Zou
2018-03-043.8.1Michel Zou
2017-10-03update shaMichel Zou
2017-07-133.7.1Michel Zou
2017-03-253.6.3Michel Zou
2016-12-193.5.0Michel Zou
2015-06-08Initial import from aur3Drew DeVault