python3-janus: update to 1.0.0.
Tested locally on x86_64-glibc. All tests pass. Also briefly tested dependent pantalaimon and didn't find any issues.
This commit is contained in:
parent
705c9f7118
commit
750a69beda
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'python3-janus'
|
||||
pkgname=python3-janus
|
||||
version=0.5.0
|
||||
revision=6
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
depends="python3-typing_extensions"
|
||||
checkdepends="${depends} python3-pytest-asyncio"
|
||||
short_desc="Thread-safe asyncio-aware queue"
|
||||
maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/aio-libs/janus"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=b2360921f1c30da53ef8a40a3e90824164cd592373434a1e0c7203a058ca09c0
|
||||
distfiles="https://github.com/aio-libs/janus/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=7795be8173faf473bbf0139e398bd0756b24e0f3fa3f11db729efc23f9032cfb
|
||||
|
|
Loading…
Reference in New Issue