Skip to content
Snippets Groups Projects
Commit f76348b2 authored by Antoine Martin's avatar Antoine Martin Committed by Kevin Daudt
Browse files

community/py3-channels: upgrade to 4.2.0

* Support for django 5.1
parent 7e697479
No related branches found
No related tags found
1 merge request!75702community/py3-channels: upgrade to 4.2.0
Pipeline #274852 skipped
......@@ -2,8 +2,8 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-channels
_pyname="channels"
pkgver=4.1.0
pkgrel=2
pkgver=4.2.0
pkgrel=0
arch="noarch"
pkgdesc="Developer-friendly asynchrony for Django"
url="https://pypi.python.org/project/channels"
......@@ -24,7 +24,7 @@ checkdepends="
py3-pytest-asyncio
py3-async-timeout
"
source="$pkgname-$pkgver-gh.tar.gz::https://github.com/django/channels/archive/refs/tags/$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/django/channels/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
subpackages="$pkgname-pyc"
......@@ -46,5 +46,5 @@ package() {
}
sha512sums="
2891ac6b507c59db5eb2acf78da180afdee45a1dc26dfc1f8530f13a7e7142490dbf75fdd821913906f33f42de6e28a7c85607734b8bea9b172d915498d4f5a3 py3-channels-4.1.0-gh.tar.gz
8d70a27872722768ea83ce21f65e724ea3a2ce6338e0fe006f00d08f2cc5f9c19b09bfafa2d28454b3c82ded5344ad116af8884ce43803dd3ace4246a5f68abf py3-channels-4.2.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment