From a3c7b69ba80f6b456d11461d33caeeefd5f8b7d7 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 21 Apr 2026 22:17:50 -0600 Subject: [PATCH] Release 2026.4.21.1: refresh project URLs after warehack.ing transfer PyPI metadata is immutable per version, so this post-release exists solely to refresh the [project.urls] block: Homepage / Repository / Bug Tracker / Changelog now point at git.supported.systems/warehack.ing/mcarchive-org (the new canonical home after the org transfer). No code changes. Same wheel contents as 2026.4.21, only METADATA URLs differ. --- CHANGELOG.md | 4 ++++ pyproject.toml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f6832..b11f5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Versioning is date-based: `YYYY.MM.DD` for normal releases, `YYYY.MM.DD.N` (PEP 440 post-release) for same-day fixes. +## 2026.4.21.1 — metadata refresh + +Project URLs in package metadata updated to point at the new canonical home: `git.supported.systems/warehack.ing/mcarchive-org`. No code changes — same wheel contents, just refreshed `Project-URL` fields. PyPI metadata is immutable per version, hence the post-release bump rather than an in-place edit. + ## 2026.04.21 — initial release First public release. An MCP (Model Context Protocol) server that lets an LLM search, inspect, and download content from the [Internet Archive](https://archive.org). No API key required. diff --git a/pyproject.toml b/pyproject.toml index 3e46da3..8cc9cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcarchive-org" -version = "2026.04.21" +version = "2026.4.21.1" description = "MCP server for searching and downloading files from the Internet Archive (archive.org)" readme = "README.md" requires-python = ">=3.10" @@ -29,10 +29,10 @@ dependencies = [ mcarchive-org = "mcarchive_org.server:main" [project.urls] -Homepage = "https://git.supported.systems/rsp2k/mcarchive-org" -Repository = "https://git.supported.systems/rsp2k/mcarchive-org" -"Bug Tracker" = "https://git.supported.systems/rsp2k/mcarchive-org/issues" -Changelog = "https://git.supported.systems/rsp2k/mcarchive-org/src/branch/main/CHANGELOG.md" +Homepage = "https://git.supported.systems/warehack.ing/mcarchive-org" +Repository = "https://git.supported.systems/warehack.ing/mcarchive-org" +"Bug Tracker" = "https://git.supported.systems/warehack.ing/mcarchive-org/issues" +Changelog = "https://git.supported.systems/warehack.ing/mcarchive-org/src/branch/main/CHANGELOG.md" "Archive.org API docs" = "https://archive.org/developers/" [build-system]