summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-12-24 19:30:51 +0100
committerIyán Méndez Veiga2019-12-24 19:30:51 +0100
commitbefd0244eff5ca30f24d468a15a740713f9a26d6 (patch)
tree297457cc12a94ecd2e6c1108be26374a9ac9dedb
parent3176420db56dc93078fe73c0ca42430fefa6b2cc (diff)
downloadaur-befd0244eff5ca30f24d468a15a740713f9a26d6.tar.gz
Update to 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5eaecbbbb6..752c69a918ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-nest_asyncio
pkgdesc = Patch asyncio to allow nested event loops
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/erdewit/nest_asyncio
arch = x86_64
license = custom
makedepends = python-setuptools
- source = nest_asyncio-1.2.0::git+https://github.com/erdewit/nest_asyncio#commit=60af56f5333de2c3fe9a0ac3d416f466356a2198
+ source = nest_asyncio-1.2.1::git+https://github.com/erdewit/nest_asyncio#commit=dec94fc12450ca7b6d2e389dc4caf8d425dc4788
sha256sums = SKIP
pkgname = python-nest_asyncio
diff --git a/PKGBUILD b/PKGBUILD
index c39a28a9fb0d..c9f15c8f4fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Iyán Méndez Veiga <me (at) iyanmv (dot) com>
_pkgname=nest_asyncio
pkgname=python-${_pkgname}
-pkgver=1.2.0
-_pkgver='60af56f5333de2c3fe9a0ac3d416f466356a2198'
+pkgver=1.2.1
+_pkgver='dec94fc12450ca7b6d2e389dc4caf8d425dc4788'
pkgrel=1
pkgdesc="Patch asyncio to allow nested event loops"
arch=('x86_64')