Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-asgiref
Commits:
ced1083e by Jelle van der Waa at 2026-02-15T18:08:23+01:00
upgpkg: 3.11.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-asgiref
pkgdesc = Reference ASGI adapters and channel layers
- pkgver = 3.10.0
- pkgrel = 5
+ pkgver = 3.11.1
+ pkgrel = 1
url = http://github.com/django/asgiref
arch = any
license = BSD-3-Clause
@@ -12,7 +12,7 @@ pkgbase = python-asgiref
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://pypi.io/packages/source/a/asgiref/asgiref-3.10.0.tar.gz
- sha256sums =
d89f2d8cd8b56dada7d52fa7dc8075baa08fb836560710d38c292a7a3f78c04e
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-3.11.1.tar.gz
+ sha256sums =
5f184dc43b7e763efe848065441eac62229c9f7b0475f41f80e207a114eda4ce
pkgname = python-asgiref
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=python-asgiref
-pkgver=3.10.0
-pkgrel=5
+pkgver=3.11.1
+pkgrel=1
pkgdesc="Reference ASGI adapters and channel layers"
arch=(any)
url="http://github.com/django/asgiref"
@@ -11,7 +11,7 @@ makedepends=('python-build' 'python-installer'
'python-setuptools' 'python-wheel
checkdepends=(python-pytest python-pytest-asyncio)
depends=('python')
source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
-sha256sums=('d89f2d8cd8b56dada7d52fa7dc8075baa08fb836560710d38c292a7a3f78c04e')
+sha256sums=('5f184dc43b7e763efe848065441eac62229c9f7b0475f41f80e207a114eda4ce')
build() {
cd "asgiref-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/ced1083e33cf57c45fdf8f7cf474a610b908d4bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/ced1083e33cf57c45fdf8f7cf474a610b908d4bc
You're receiving this email because of your account on gitlab.archlinux.org.