Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
python-fastapi
Commits:
cd5cbccf by Robin Candau at 2024-12-27T19:24:00+01:00
Update URL
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -2,7 +2,7 @@ pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to
code, ready for production
pkgver = 0.115.6
pkgrel = 3
- url = https://github.com/tiangolo/fastapi
+ url = https://github.com/fastapi/fastapi
arch = any
license = MIT
checkdepends = python-aiosqlite
@@ -51,7 +51,7 @@ pkgbase = python-fastapi
optdepends = python-httpx: for TestClient support
optdepends = python-ujson: for faster JSON parsing and UJSONResponse
optdepends = uvicorn: for Uvicorn as ASGI server
- source =
fastapi-0.115.6.tar.gz::https://github.com/tiangolo/fastapi/archive/0.115.6.tar.gz
+ source =
fastapi-0.115.6.tar.gz::https://github.com/fastapi/fastapi/archive/0.115.6.tar.gz
sha512sums =
1676d48c7abe877b5b642421eef981aa2064c8b61678c3745374b2ed9f01e56cfc0d70de12777e98837676c4b5ec2731ba754e52f80b5919b1004d4207f2eeff
b2sums =
99c0700cb515d4774d0676d6c38e3ee7ac61253acb7e70912ad7c1eda68923a70a8fd0ddecde82b5e4a7ef7fc5956fa8befb13889d4ee665556e523a1996837a
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgver=0.115.6
pkgrel=3
pkgdesc='FastAPI framework, high performance, easy to learn, fast to code,
ready for production'
arch=(any)
-url="https://github.com/tiangolo/fastapi"
+url="https://github.com/fastapi/fastapi"
license=(MIT)
depends=(
python
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/cd5cbccfd4df3c84fa599d390a5fbffa144c9c61
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/cd5cbccfd4df3c84fa599d390a5fbffa144c9c61
You're receiving this email because of your account on gitlab.archlinux.org.