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.
This commit is contained in:
parent
52a2be7cc6
commit
2315e50906
@ -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.
|
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
|
## 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.
|
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.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mcarchive-org"
|
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)"
|
description = "MCP server for searching and downloading files from the Internet Archive (archive.org)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@ -29,10 +29,10 @@ dependencies = [
|
|||||||
mcarchive-org = "mcarchive_org.server:main"
|
mcarchive-org = "mcarchive_org.server:main"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.supported.systems/rsp2k/mcarchive-org"
|
Homepage = "https://git.supported.systems/warehack.ing/mcarchive-org"
|
||||||
Repository = "https://git.supported.systems/rsp2k/mcarchive-org"
|
Repository = "https://git.supported.systems/warehack.ing/mcarchive-org"
|
||||||
"Bug Tracker" = "https://git.supported.systems/rsp2k/mcarchive-org/issues"
|
"Bug Tracker" = "https://git.supported.systems/warehack.ing/mcarchive-org/issues"
|
||||||
Changelog = "https://git.supported.systems/rsp2k/mcarchive-org/src/branch/main/CHANGELOG.md"
|
Changelog = "https://git.supported.systems/warehack.ing/mcarchive-org/src/branch/main/CHANGELOG.md"
|
||||||
"Archive.org API docs" = "https://archive.org/developers/"
|
"Archive.org API docs" = "https://archive.org/developers/"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user