# HG changeset patch # User Hans-G?nter Theisgen # Date 1585906183 -3600 # Node ID 6104bce47babd381166cd92b8fa56f3555a7eed1 # Parent f1f58e8f3b0d8a9de2ee34a19eee7e006e988694 updated psycopg2 (2.8.2 -> 2.8.4) diff -r f1f58e8f3b0d -r 6104bce47bab psycopg2/receipt --- a/psycopg2/receipt Fri Apr 03 06:28:53 2020 +0100 +++ b/psycopg2/receipt Fri Apr 03 10:29:43 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="psycopg2" -VERSION="2.8.2" +VERSION="2.8.4" CATEGORY="development" SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" @@ -20,6 +20,7 @@ compile_rules() { sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg + python setup.py build && python setup.py install --root=$DESTDIR }