Skip to content

Commit cb7c1a2

Browse files
committed
feat: release 5.1.0rc2 with more platforms and fewer versions
1 parent 5285d6b commit cb7c1a2

8 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
needs: build_sdist
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
1818

1919
steps:
2020
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.1.0rc1
1+
PocketSphinx 5.1.0rc2
22
=====================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

cython/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PocketSphinx 5.1.0rc1
1+
PocketSphinx 5.1.0rc2
22
=====================
33

44
This is PocketSphinx, one of Carnegie Mellon University's open source large

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'David Huggins-Daines'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '5.1.0rc1'
25+
release = '5.1.0rc2'
2626

2727

2828
# -- General configuration ---------------------------------------------------

doxygen/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
find_package(Doxygen)
22
if(DOXYGEN_FOUND)
3-
set(DOXYGEN_PROJECT_NUMBER 5.1.0rc1)
3+
set(DOXYGEN_PROJECT_NUMBER 5.1.0rc2)
44
set(DOXYGEN_EXAMPLE_PATH ${CMAKE_SOURCE_DIR}/examples)
55
set(DOXYGEN_SORT_MEMBER_DOCS NO)
66
set(DOXYGEN_USE_MATHJAX YES)

include/pocketsphinx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,8 @@ void ps_get_all_time(ps_decoder_t *ps, double *out_nspeech,
10951095
/**
10961096
* @mainpage PocketSphinx API Documentation
10971097
* @author David Huggins-Daines <dhdaines@gmail.com>
1098-
* @version 5.1.0rc1
1099-
* @date November 30, 2025
1098+
* @version 5.1.0rc2
1099+
* @date May 4th, 2026
11001100
*
11011101
* @tableofcontents{HTML:1}
11021102
*

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "pocketsphinx"
10-
version = "5.1.0rc1"
10+
version = "5.1.0rc2"
1111
description = "Official Python bindings for PocketSphinx"
1212
readme = "cython/README.md"
1313
authors = [
@@ -44,11 +44,7 @@ pocketsphinx_lm = "pocketsphinx.lm:main"
4444
enable = [ "pypy" ]
4545
# Build a reduced selection of binaries as there are tons of them
4646
build = [
47-
"pp311*",
48-
"cp39-*",
49-
"cp310-*",
5047
"cp311-*",
51-
"cp312-*",
5248
"cp313-*",
5349
]
5450
# Build only universal wheels for Mac where possible, and skip 32-bit

release-checklist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
- include/pocketsphinx.h
99
- docker build
1010
- make github release and tag
11-
- upload wheels to PyPI
1211
- make doxygen docs and upload to cmusphinx.github.io
1312
- post on cmusphinx.github.io

0 commit comments

Comments
 (0)