Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-asgiref
Commits:
eabda4da by Jelle van der Waa at 2024-09-15T15:10:17+02:00
upgpkg: 3.8.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.7.2
- pkgrel = 2
+ pkgver = 3.8.1
+ pkgrel = 1
url = http://github.com/django/asgiref
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = python-asgiref
checkdepends = python-pytest-asyncio
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/a/asgiref/asgiref-3.7.2.tar.gz
- sha256sums =
9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed
+ source = https://pypi.io/packages/source/a/asgiref/asgiref-3.8.1.tar.gz
+ sha256sums =
c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590
pkgname = python-asgiref
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
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"
@@ -11,7 +11,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}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/eabda4da649c59c16bd6fdcd59cfc46f3fbea0f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asgiref/-/commit/eabda4da649c59c16bd6fdcd59cfc46f3fbea0f8
You're receiving this email because of your account on gitlab.archlinux.org.