summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-04-23 01:02:16 +0200
committerIyán Méndez Veiga2020-04-23 01:02:16 +0200
commit497817fa5aaed439e6036b358f3f5efe64bd1dfc (patch)
tree6d34cbf98b414a594d6984ed4b98afebac49a4b0
parentea1287a611a4da825347e6592aaa27bfb14164da (diff)
downloadaur-497817fa5aaed439e6036b358f3f5efe64bd1dfc.tar.gz
Update to 1.3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41811bb1921..e25363988d3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-nest_asyncio
pkgdesc = Patch asyncio to allow nested event loops
- pkgver = 1.2.2
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/erdewit/nest_asyncio
arch = x86_64
license = custom
makedepends = python-setuptools
- source = nest_asyncio-1.2.2::git+https://github.com/erdewit/nest_asyncio#commit=50692254107f8c2171c11d1bd7306b0022cab6bd
+ source = nest_asyncio-1.3.2::git+https://github.com/erdewit/nest_asyncio#commit=2f8140d218920cc6252f2349128753c94c243a73
sha256sums = SKIP
pkgname = python-nest_asyncio
diff --git a/PKGBUILD b/PKGBUILD
index b018da450fe2..29586c2992e9 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.2
-_pkgver='50692254107f8c2171c11d1bd7306b0022cab6bd'
+pkgver=1.3.2
+_pkgver='2f8140d218920cc6252f2349128753c94c243a73'
pkgrel=1
pkgdesc="Patch asyncio to allow nested event loops"
arch=('x86_64')