* update python-asgiref to 3.8.1-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:19 +02:00
parent db95c44336
commit 1f31d2c7f0
3 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
pkgver = 3.8.1
pkgrel = 1
url = http://github.com/django/asgiref
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-setuptools
depends = python
source = https://pypi.io/packages/source/a/asgiref/asgiref-3.8.1.tar.gz
sha256sums = c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590
pkgname = python-asgiref

View File

@ -0,0 +1,3 @@
[python-asgiref]
source = "pypi"
pypi = "asgiref"

View File

@ -2,8 +2,8 @@
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
pkgname=python-asgiref
pkgver=3.7.2
pkgrel=2
pkgver=3.8.1
pkgrel=1
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
url="http://github.com/django/asgiref"
@ -12,7 +12,7 @@ makedepends=('python-setuptools')
checkdepends=(python-pytest python-pytest-asyncio)
depends=('python')
source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
sha256sums=('9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed')
sha256sums=('c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590')
build() {
cd "asgiref-${pkgver}"