aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaƂ Adamski <michal@ert.pl>2020-11-04 16:04:52 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-11-05 02:27:44 +0000
commit21ac770bb2fc0f2de5f38fe5c88645b48e17b7ff (patch)
tree38b174b601fc4b4f6c4934b00540248402acc364
parent4da8c778f08d125269b36ee8cab116acbf981347 (diff)
community/py3-inquirer: relax version requirements for py3-blessed
there is no blessed==1.17.9 in Alpine
-rw-r--r--community/py3-inquirer/APKBUILD4
-rw-r--r--community/py3-inquirer/loosen-deps.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-inquirer/APKBUILD b/community/py3-inquirer/APKBUILD
index bb581f3de09..b20dea8a2cf 100644
--- a/community/py3-inquirer/APKBUILD
+++ b/community/py3-inquirer/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-inquirer
pkgver=2.7.0
-pkgrel=0
+pkgrel=1
pkgdesc="collection of common interactive command line user interfaces"
url="https://github.com/magmax/python-inquirer"
arch="noarch"
@@ -34,6 +34,6 @@ package() {
}
sha512sums="a837334409edb80817b23676def95b60210ea409bb6b761e4f6ec307f36df4b2a07612abd0b46fe69848f4c7c9ea8b94f98972efef512f88a11b2b661e55d6f4 py3-inquirer-2.7.0.tar.gz
-5030ebffd3d05d0b0d735d6504833acaf63fd3542dd9b4a9ecd7c9f90fbe8a9c73bd18d5328d4b58c4d90c6a01d99cfad8f4facf462bacad82ad8d4d602fdcbd loosen-deps.patch
+00d471b866d93a34424606395056365e10af5260bb67f4aff989d50389c74426ed01bf053f076fd800dc1c3ca366a913c7fc80a79e570177b4660da02f92f647 loosen-deps.patch
08cb9047bdbb04f27162eb58c3ad6dbf0905b7a320e02be07c117f351967aa0059b14923cbbd5e73192b5009e58b70555550d010e0a857dbb9c69277488111ba use-py3-in-tests.patch
cbc376ae4f3200fbaa9b008a8c00ad264808421be2cccea08fb903f3dcf00a773a00ac0b928b71fc1e884b7341e73be38e79d32e4693fe263b635b0d4a6b6a7b disable-failing-tests.patch"
diff --git a/community/py3-inquirer/loosen-deps.patch b/community/py3-inquirer/loosen-deps.patch
index e941833d44a..15fbc4ad432 100644
--- a/community/py3-inquirer/loosen-deps.patch
+++ b/community/py3-inquirer/loosen-deps.patch
@@ -6,6 +6,6 @@ index fc7a9fa..59cd339 100644
-blessed==1.17.6
-readchar==2.0.1
-python-editor==1.0.4
-+blessed==1.17.9
++blessed>1.17<1.18
+readchar>=2<3
+python-editor>=1<2