aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-04-27 23:25:42 +0300
committerprspkt <prspkt@protonmail.com>2019-04-28 00:19:24 +0300
commit575c8a5e6f02cfb5f7412d4b5e763da32bb735e7 (patch)
treea8a2765f8cfd69a668911ddc7fe9ef633083f450 /testing
parent28488964a6e65357819ab9327ae4b81fe9716617 (diff)
downloadaports-575c8a5e6f02cfb5f7412d4b5e763da32bb735e7.tar.bz2
aports-575c8a5e6f02cfb5f7412d4b5e763da32bb735e7.tar.xz
testing/py3-pgspecial: upgrade to 1.11.5
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-pgspecial/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-pgspecial/APKBUILD b/testing/py3-pgspecial/APKBUILD
index 90d6f6636a..a3845a301c 100644
--- a/testing/py3-pgspecial/APKBUILD
+++ b/testing/py3-pgspecial/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=py3-pgspecial
_pkgname=pgspecial
-pkgver=1.11.2
-pkgrel=1
+pkgver=1.11.5
+pkgrel=0
pkgdesc="Meta-commands handler for Postgres Database"
url="https://pypi.python.org/pypi/pgspecial"
arch="noarch"
license="BSD-3-Clause"
replaces="py-pgspecial py2-pgspecial"
provides="py-pgspecial=$pkgver-r$pkgrel py2-pgspecial=$pkgver-r$pkgrel"
-depends="py3-click py3-sqlparse"
+depends="py3-click py3-psycopg2 py3-sqlparse"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -30,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="58bf5ca3bd848a9f3010f91c02bdef84bc6ebbeeb2aa58062e64117a1e2cb9e56ffc9b10d179806a7293cbf5955be557395523567f54c29b22a610431b2ade61 py-pgspecial-1.11.2.tar.gz"
+sha512sums="7de6394dbb3ed15b39a636ffa65d1f338d14317da579fef2eb723fde99558c8e55e097414021147553c648a6765aec5a44ebddc3d1b44cf011597add23ef5596 pgspecial-1.11.5.tar.gz"