Skip to content

update to v0.3.34#277

Merged
mattip merged 4 commits into
MacPython:mainfrom
mattip:v0.3.34.0
Jul 19, 2026
Merged

update to v0.3.34#277
mattip merged 4 commits into
MacPython:mainfrom
mattip:v0.3.34.0

Conversation

@mattip

@mattip mattip commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator
  • I updated the package version in pyproject.toml and made sure the first 3 numbers match ./openblas_commit.txt. If I did not update ./openblas_commit.txt, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)

Note: update ./openblas_commit.txt with cd OpenBLAS; git describe --tags --abbrev=8 > ../openblas_commit.txt

Comment thread pyproject.toml Outdated
# v0.3.33-201-ge70a7a73
version = "0.3.33.201.0"
# v0.3.34.0
version = "0.3.34.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = "0.3.34.0"
version = "0.3.34.0.0"

Should the version always be 5 components ? The PR template suggest so.
i.e. the minor version of openblas followed by post commits (in this case 0 as it's using a tag) then this repo build version ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, yeah, I messed this up

@mattip
mattip merged commit 7e55383 into MacPython:main Jul 19, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants