makedeb


python3-inquirer 3.4.0-0


Collection of common interactive command line user interfaces, based on Inquirer.js

Click here to go back to the commit logs for python3-inquirer.

Commit:


Hash: c77cf06c21dfa90212a6365a78f257e2fdffdb29

Message: update to 3.1.3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b90135c..a7ce2f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-inquirer
 	pkgdesc = Collection of common interactive command line user interfaces, based on Inquirer.js
-	pkgver = 3.1.2
+	pkgver = 3.1.3
 	pkgrel = 1
 	url = https://github.com/magmax/python-inquirer
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = python-inquirer
 	depends = python-blessed
 	depends = python-editor
 	depends = python-readchar
-	source = python-inquirer-3.1.2.tar.gz::https://files.pythonhosted.org/packages/source/i/inquirer/inquirer-3.1.2.tar.gz
-	sha256sums = d5b4dafe5cbb9edf5991b77bd08053b683e13b600bf9174c0bda5a35b3e88ec5
+	source = python-inquirer-3.1.3.tar.gz::https://files.pythonhosted.org/packages/source/i/inquirer/inquirer-3.1.3.tar.gz
+	sha256sums = aac309406f5b49d4b8ab7c6872117f43bf082a552dc256aa16bc95e16bb58bec
 
 pkgname = python-inquirer
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3f49d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.gz
+*.zst
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 909e543..61dccd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=python-inquirer
 _pkg="${pkgname#python-}"
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="Collection of common interactive command line user interfaces, based on Inquirer.js"
 arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
 depends=('python-blessed' 'python-editor' 'python-readchar')
 makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
 source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/i/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('d5b4dafe5cbb9edf5991b77bd08053b683e13b600bf9174c0bda5a35b3e88ec5')
+sha256sums=('aac309406f5b49d4b8ab7c6872117f43bf082a552dc256aa16bc95e16bb58bec')
 
 build() {
 	cd "$_pkg-$pkgver"