summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2022-03-23 07:23:56 +0100
committerrazer2022-03-23 07:23:56 +0100
commit832148ad49e3625a86bda32104248d321dbd4f45 (patch)
treedce5a0b3b92d3fe196893ce7c47b14b89e4e8185
parent106de3835f6bc78245990a1fcde8d7792ae311cc (diff)
downloadaur-832148ad49e3625a86bda32104248d321dbd4f45.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e03e844e1f5..f815b86b2a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
- pkgver = 3.3.1
- pkgrel = 1
+ pkgver = 3.4.0
+ pkgrel = 0
url = http://github.com/django/channels_redis/
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-django-channels-redis
depends = python-msgpack
depends = python-asgiref
depends = python-async-timeout
- source = https://pypi.io/packages/source/c/channels_redis/channels_redis-3.3.1.tar.gz
- sha256sums = 899dc6433f5416cf8ad74505baaf2acb5461efac3cad40751a41119e3f68421b
+ source = https://pypi.io/packages/source/c/channels_redis/channels_redis-3.4.0.tar.gz
+ sha256sums = 5dffd4cc16174125bd4043fc8fe7462ca7403cf801d59a9fa7410ed101fa6a57
pkgname = python-django-channels-redis
diff --git a/PKGBUILD b/PKGBUILD
index 32641c6535c0..42ad90c46e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=3.3.1
-pkgrel=1
+pkgver=3.4.0
+pkgrel=0
pkgdesc="Redis-backed ASGI channel layer implementation"
arch=(any)
url=" http://github.com/django/channels_redis/"
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python' 'python-django-channels' 'python-aioredis1' 'python-msgpack' 'python-asgiref' 'python-async-timeout')
source=("https://pypi.io/packages/source/c/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('899dc6433f5416cf8ad74505baaf2acb5461efac3cad40751a41119e3f68421b')
+sha256sums=('5dffd4cc16174125bd4043fc8fe7462ca7403cf801d59a9fa7410ed101fa6a57')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"