diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-26 00:21:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-26 00:21:35 +0800 |
commit | aa2b798f10805096121700d690c163c0fd9c89ef (patch) | |
tree | a5a8e8f45bef68304445fc49ae21f231a3777740 /databases | |
parent | b16c5b18d61b794191993e777c4345cbe354d9dc (diff) | |
download | freebsd-ports-gnome-aa2b798f10805096121700d690c163c0fd9c89ef.tar.gz freebsd-ports-gnome-aa2b798f10805096121700d690c163c0fd9c89ef.tar.zst freebsd-ports-gnome-aa2b798f10805096121700d690c163c0fd9c89ef.zip |
Update to 2.7.3
Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
http://initd.org/psycopg/articles/2017/07/24/psycopg-273-released/
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-psycopg2/Makefile | 2 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 6df7f425b63e..478097a7d70f 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psycopg2 -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://initd.org/psycopg/tarballs/PSYCOPG-${PORTVERSION:R:S|.|-|}/ diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index e866756ac5da..1369b51d0acb 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500809121 -SHA256 (psycopg2-2.7.2.tar.gz) = 3767f40bb35713ccc75dbcff80bf228a75e080d6b98c78afd5fb9aa84682a9f4 -SIZE (psycopg2-2.7.2.tar.gz) = 424897 +TIMESTAMP = 1500989964 +SHA256 (psycopg2-2.7.3.tar.gz) = c9bd49848556d04093909faec017c3675efabf78c2b7f383bf7c43ba18324ac8 +SIZE (psycopg2-2.7.3.tar.gz) = 425004 |