[arch-commits] Commit in python-nest-asyncio/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 14:09:46 UTC 2021
Date: Friday, December 3, 2021 @ 14:09:45
Author: foutrelis
Revision: 1064790
Bump for Python 3.10 support
Modified:
python-nest-asyncio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 14:06:50 UTC (rev 1064789)
+++ PKGBUILD 2021-12-03 14:09:45 UTC (rev 1064790)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-nest-asyncio
-pkgver=1.5.1
-pkgrel=1
+pkgver=1.5.4
+pkgrel=0
pkgdesc="Patch asyncio to allow nested event loops"
url="https://github.com/erdewit/nest_asyncio"
license=('BSD')
@@ -10,7 +10,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/erdewit/nest_asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e36750a6a77b269cbfc6f8926a4ddf1ada507f15ea50689b13f7e0bd09c1901d299cdc7593e640b2abd6d36c1d093d2befb23822f9c58d1961aab05cb213cb8d')
+sha512sums=('96050b450ce2dc1d9cb9f966fe1e971ce48652524f4d2d75bf2cb37755feb29d28b9661bd82fd1016781d6c79c027de04c516f5faccebf1040e398ea9998c87e')
build() {
cd nest_asyncio-$pkgver
More information about the arch-commits
mailing list