Compare commits

...

1 Commits

Author SHA1 Message Date
a3c7b69ba8 Release 2026.4.21.1: refresh project URLs after warehack.ing transfer
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.13) (push) Has been cancelled
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.
2026-04-21 22:17:50 -06:00
2 changed files with 9 additions and 5 deletions

View File

@ -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.

View File

@ -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]