Skip to content

fix: repoint civiccore wheel dependency to townlight/core (post org-transfer) - #8

Open
scottconverse wants to merge 1 commit into
mainfrom
fix/civiccore-release-url-post-org-transfer
Open

fix: repoint civiccore wheel dependency to townlight/core (post org-transfer)#8
scottconverse wants to merge 1 commit into
mainfrom
fix/civiccore-release-url-post-org-transfer

Conversation

@scottconverse

Copy link
Copy Markdown
Contributor

Part of the 2026-08-12 CivicSuite -> townlight org-transfer maintenance, tracked from townlight/townlight PR #246.

Context

The CivicSuite org (including this repo) was transferred to the townlight org on 2026-08-12 ~17:45 UTC, with CivicSuite retained as an empty redirect tombstone. civiccore itself was also independently renamed CivicSuite/civiccore -> townlight/core at an earlier point.

pyproject.toml's pinned civiccore wheel dependency still points at the old CivicSuite/civiccore location, so resolving it requires riding an org-rename + repo-rename redirect chain. This repo, at this exact pinned commit, is the one that directly failed with it -- its own Dockerfile.civicsuite build hit this in the umbrella townlight/townlight repo's installer-cleanroom CI, ~3h after the transfer:

Collecting civiccore@ https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl#sha256=... (from civicnotice==0.2.0)
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl (Caused by ResponseError('too many 503 error responses'))

Fix

Repoints the URL at the canonical townlight/core release directly -- same tag (v1.2.0), same asset, same sha256, verified reachable via curl before opening this PR. Removes the redirect hop instead of depending on it indefinitely.

Not merged -- opened for review since this branch was cut directly from the exact commit townlight/townlight's CI workflows currently pin (2bf0c9d7b764af84cd042657a972e84213a261d5), so merging changes what that pin resolves to; whoever owns the pin bump in townlight/townlight should coordinate that alongside merging this.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

…ransfer)
CivicSuite org (repo included) was transferred to townlight on 2026-08-12
~17:45 UTC, with CivicSuite retained as an empty redirect tombstone.
civiccore itself was independently renamed CivicSuite/civiccore ->
townlight/core at an earlier point too.
The pinned civiccore wheel dependency here still points at the old
CivicSuite/civiccore location, riding a redirect chain (org rename +
repo rename) to resolve. At this exact pinned commit, this repo's own
Dockerfile.civicsuite build hit this directly in the umbrella
townlight/townlight repo's installer-cleanroom CI, ~3h after the
transfer:
Collecting civiccore@ https://github.com/CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl#sha256=... (from civicnotice==0.2.0)
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /CivicSuite/civiccore/releases/download/v1.2.0/civiccore-1.2.0-py3-none-any.whl (Caused by ResponseError('too many 503 error responses'))
Repoints the URL at the canonical townlight/core release directly (same
tag, same asset, same sha256 -- verified reachable) to remove the redirect
hop. Part of the 2026-08-12 CivicSuite -> townlight org-transfer cleanup
tracked from townlight/townlight PR #246.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for freeto 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

@scottconverse