psycopg2: updated to version 2.6.2

This commit is contained in:
Matt Housh 2016-09-30 10:43:36 -05:00
parent e7df592b87
commit f99d5b76ce
3 changed files with 5 additions and 4 deletions

View File

@ -43,6 +43,8 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/psycopg2/tests/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_cursor.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_dates.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_dates.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_errcodes.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_errcodes.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_extras_dictcursor.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_extras_dictcursor.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/psycopg2/tests/test_green.py

View File

@ -1 +1 @@
842b44f8c95517ed5b792081a2370da1 psycopg2-2.6.1.tar.gz
4a392949ba31a378a18ed3e775a4693f psycopg2-2.6.2.tar.gz

View File

@ -1,16 +1,15 @@
# Description: Python bindings for PostgreSQL
# URL: http://www.initd.org/
# Packager: Lucas Hazel, lucas at die dot net dot au
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: python postgresql
name=psycopg2
version=2.6.1
version=2.6.2
release=1
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG --prefix=/usr
find $PKG -name '*.egg-info' | xargs rm
find $PKG -name '*.egg-info' | xargs rm -r
}