Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-asgiref
Commits:
c5f0a11c by Jelle van der Waa at 2025-09-23T19:27:34+02:00
upgpkg: 3.9.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 3.9.1
+ pkgver = 3.9.2
pkgrel = 1
url = http://github.com/django/asgiref
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/a/asgiref/asgiref-3.9.1.tar.gz
- sha256sums =
a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-3.9.2.tar.gz
+ sha256sums =
a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1
pkgname = python-asgiref
=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=python-asgiref
-pkgver=3.9.1
+pkgver=3.9.2
pkgrel=1
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
url="http://github.com/django/asgiref"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=('python-setuptools')
checkdepends=(python-pytest python-pytest-asyncio)
depends=('python')
source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
-sha256sums=('a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142')
+sha256sums=('a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1')
build() {
cd "asgiref-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/c5f0a11c6636baecd741a2a29e7b8ecf4b1f7232
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/c5f0a11c6636baecd741a2a29e7b8ecf4b1f7232
You're receiving this email because of your account on gitlab.archlinux.org.