[talib] update to 0.7.1#52719
Draft
mario4tier wants to merge 1 commit into
Draft
Conversation
mario4tier
added a commit
to TA-Lib/ta-lib
that referenced
this pull request
Jul 3, 2026
First real-world run of post-release-vcpkg.py (0.7.1) hit a 403: contributors cannot push branches to microsoft/vcpkg. The script now forks (idempotent), pushes the branch to the fork, and opens a cross-fork PR with an explicit head. The 0.7.1 PR itself was completed manually with this exact flow (microsoft/vcpkg#52719). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Author
@microsoft-github-policy-service agree |
Author
|
CI failures addressed — the update needed more than a version bump:
|
BillyONeal
requested changes
Jul 5, 2026
| "description": "TA-Lib - Technical Analysis Library", | ||
| "homepage": "https://ta-lib.github.io/", | ||
| "license": "BSD-2-Clause", | ||
| "supports": "osx | (windows & !uwp)", |
Member
There was a problem hiding this comment.
Is this "supports" still true after your overhaul? You explicitly seem to be trying to handle .so but this supports expression means we won't ever try any platforms that use that.
| "version-semver": "0.7.1", | ||
| "description": "TA-Lib - Technical Analysis Library", | ||
| "homepage": "https://ta-lib.github.io/", | ||
| "license": "BSD-2-Clause", |
Member
There was a problem hiding this comment.
Suggested change
| "license": "BSD-2-Clause", | |
| "license": "BSD-3-Clause", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the talib port to the new upstream release v0.7.1.
Changes: https://github.com/TA-Lib/ta-lib/blob/main/CHANGELOG.md
SHA512 updated for the new source tarball;
./vcpkg x-add-version talibrun.Changes comply with the maintainer guide.
SHA512s are updated for each updated download.
The "supports" clause reflects platforms that may be fixed by this new version.
Any fixed CI baseline entries are removed from that file.
Any patches that are no longer applied are deleted from the port's directory.
The version database is fixed by rerunning
./vcpkg x-add-version --alland committing the result.Only one version is added to each modified port's versions file.