summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2024-01-17 08:17:07 +0100
committerrazer2024-01-17 08:17:07 +0100
commit76b2e6c764c5a2492232264dc15011b15492e3a1 (patch)
treedc76045203e00c1c0b9c00650a40c54c3440beeb
parentec0090601e618cb447c1f32b328dc06d334858b7 (diff)
downloadaur-76b2e6c764c5a2492232264dc15011b15492e3a1.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 2d5dff0b6583..5f7731a15d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-channels-redis
pkgdesc = Redis-backed ASGI channel layer implementation
- pkgver = 4.1.0
- pkgrel = 1
+ pkgver = 4.2.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-4.1.0.tar.gz
- sha256sums = 6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a
+ source = https://pypi.io/packages/source/c/channels_redis/channels_redis-4.2.0.tar.gz
+ sha256sums = 01c26c4d5d3a203f104bba9e5585c0305a70df390d21792386586068162027fd
pkgname = python-django-channels-redis
diff --git a/PKGBUILD b/PKGBUILD
index 109edbdc43f8..681278475950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-django-channels-redis
_pypi_pkgname=channels_redis
-pkgver=4.1.0
-pkgrel=1
+pkgver=4.2.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=('6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a')
+sha256sums=('01c26c4d5d3a203f104bba9e5585c0305a70df390d21792386586068162027fd')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"