[arch-commits] Commit in python-janus/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 28 09:23:50 UTC 2021
Date: Tuesday, December 28, 2021 @ 09:23:50
Author: arojas
Revision: 1085431
Update to 0.7.0
Modified:
python-janus/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-28 09:23:01 UTC (rev 1085430)
+++ PKGBUILD 2021-12-28 09:23:50 UTC (rev 1085431)
@@ -2,17 +2,17 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
pkgname=python-janus
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Thread-safe asyncio-aware queue for Python"
arch=('any')
url="https://github.com/aio-libs/janus"
license=('Apache')
-depends=('python')
+depends=('python-typing_extensions')
makedepends=('python-setuptools')
checkdepends=('python-pytest-asyncio')
source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('541b6a244b1eb6bf040c275803b6992bc49d649ffb021d762986a7dd9a7848bc9b9b319d2b8097faa5b7bcf0c510cecd571b6648ca560ed94ad6471527bda6e3')
+sha512sums=('c18a4429d8a18cb05224f978a1bae4f1c6920ca5c3e5e83a3babdb3e468113a0ca13a52ceca651f49e9b132f21a40d81dd128f9b60ff7bbdee6a217d9bd1cdc9')
build() {
cd janus-$pkgver
More information about the arch-commits
mailing list