Skip to content

Fix hardcoded master branch references to main - #117

Merged
jdidion merged 2 commits into
mainfrom
fix/master-to-main-refs
Jul 5, 2026
Merged

Fix hardcoded master branch references to main#117
jdidion merged 2 commits into
mainfrom
fix/master-to-main-refs

Conversation

@jdidion

@jdidion jdidion commented Jul 5, 2026

Copy link
Copy Markdown
Owner

The trunk rename (master/develop to main) left three URLs pointing at the removed master branch:

  • test_xphyle.py test_xopen_url and test_urls.py: the foo.gz fixture URLs, which fetch over HTTP and failed once master 404'd (compression came back None instead of gzip).
  • README.md: the logo image URL.

All now point at main. Verified the URL tests pass and the full suite (142 passed, 3 skipped, 29 subtests) is green against the freshly-released pokrok 0.2.1 from PyPI.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

jdidion and others added 2 commits July 4, 2026 18:15
The trunk was renamed master/develop -> main, but three URLs still
pointed at the removed master branch: the foo.gz fixture URLs in
test_xopen_url and test_urls.py (which fetch over HTTP and so failed
compression detection once master 404'd), and the logo in README.
Point them at main. Verified the URL tests pass and the full suite is
green against pokrok 0.2.1 from PyPI.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop the stale ?branch=master from the PyPI badge, point Coveralls at
main, and replace the dead Travis CI badge (Travis is no longer used;
CI is GitHub Actions) with the Actions workflow badge on main.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jdidion
jdidion merged commit 3fb5e09 into main Jul 5, 2026
5 checks passed
@jdidion
jdidion deleted the fix/master-to-main-refs branch July 5, 2026 05:03
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.

1 participant