Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-sanic-testing
Commits:
dce27ef8 by Jelle van der Waa at 2024-11-30T11:54:10+01:00
upgpkg: 23.12.0-3: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sanic-testing
pkgdesc = Core testing clients for Sanic
pkgver = 23.12.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sanic-org/sanic-testing/
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = python-sanic-testing
makedepends = python-setuptools
depends = python
depends = python-httpx
+ depends = python-typing_extensions
source =
https://github.com/sanic-org/sanic-testing/archive/v23.12.0/python-sanic-testing-23.12.0.tar.gz
sha256sums =
427c47577d9eab69e2b51fb6bef027ca076646fd98c58900b18cae4abbaa05be
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=python-sanic-testing
pkgver=23.12.0
-pkgrel=2
+pkgrel=3
pkgdesc='Core testing clients for Sanic'
arch=("any")
url='https://github.com/sanic-org/sanic-testing/'
license=(MIT)
-depends=(python python-httpx)
+depends=(python python-httpx python-typing_extensions)
makedepends=(python-setuptools)
checkdepends=(python-pytest python-sanic python-pytest-asyncio)
source=("https://github.com/sanic-org/sanic-testing/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic-testing/-/commit/dce27ef8c7ccf2a905e4add9ad71cb2099c73668
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sanic-testing/-/commit/dce27ef8c7ccf2a905e4add9ad71cb2099c73668
You're receiving this email because of your account on gitlab.archlinux.org.