Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-starlette
Commits:
fd6c62f4 by Jakub Klinkovský at 2025-12-22T08:31:20+01:00
upgpkg: 0.50.0-3: drop python-databases from checkdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-starlette
pkgdesc = The little ASGI framework that shines
pkgver = 0.50.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/encode/starlette
arch = any
license = BSD-3-Clause
checkdepends = python-aiosqlite
- checkdepends = python-databases
checkdepends = python-pytest
checkdepends = python-trio
checkdepends = python-itsdangerous
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_name=starlette
pkgname=python-$_name
pkgver=0.50.0
-pkgrel=2
+pkgrel=3
pkgdesc='The little ASGI framework that shines'
arch=(any)
url="https://github.com/encode/starlette"
@@ -22,7 +22,6 @@ makedepends=(
)
checkdepends=(
python-aiosqlite
- python-databases
python-pytest
python-trio
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/fd6c62f4ca23f5901f1c062c7fc467e1b8e50636
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-starlette/-/commit/fd6c62f4ca23f5901f1c062c7fc467e1b8e50636
You're receiving this email because of your account on gitlab.archlinux.org.