summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Benoy2022-03-23 19:18:56 +0530
committerTony Benoy2022-03-23 19:18:56 +0530
commit3b66a2eae15af81c90f63f37d944c50244a74262 (patch)
treec9be759ac670e4d643972ab7f8d575cefc07e055
parent3e2e33e025e39574860b9001a06a65443df62402 (diff)
downloadaur-python-psycopg2-binary.tar.gz
Bump version to 2.9.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f1e1fbd304..b157fd05004c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-psycopg2-binary
pkgdesc = Python-PostgreSQL Database Adapter
- pkgver = 2.8.5
+ pkgver = 2.9.3
pkgrel = 1
url = http://initd.org/psycopg/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-psycopg2-binary
depends = postgresql-libs
provides = python-psycopg2
conflicts = python-psycopg2
- source = https://pypi.python.org/packages/source/p/psycopg2-binary/psycopg2-binary-2.8.5.tar.gz
- sha256sums = ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6
+ source = https://pypi.python.org/packages/source/p/psycopg2-binary/psycopg2-binary-2.9.3.tar.gz
+ sha256sums = 761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e
pkgname = python-psycopg2-binary
depends = postgresql-libs
@@ -21,4 +21,3 @@ pkgname = python-psycopg2-binary
pkgname = python2-psycopg2-binary
depends = postgresql-libs
depends = python2
-
diff --git a/PKGBUILD b/PKGBUILD
index 497753c5ade5..2fedfd0e67a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=python-psycopg2-binary
pkgname=('python-psycopg2-binary' 'python2-psycopg2-binary')
_name=psycopg2-binary
-pkgver=2.8.5
+pkgver=2.9.3
pkgrel=1
pkgdesc='Python-PostgreSQL Database Adapter'
conflicts=('python-psycopg2')
@@ -19,7 +19,7 @@ makedepends=('python-setuptools'
'python2-setuptools')
source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ccdc6a87f32b491129ada4b87a43b1895cf2c20fdb7f98ad979647506ffc41b6')
+sha256sums=('761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e')
package_python-psycopg2-binary() {
depends+=('python')