Looks good to me. On 5/10/14, Remi Pointel <[email protected]> wrote: > On Sat, 10 May 2014 11:07:36 +0200 > Remi Pointel <[email protected]> wrote: >> >> Hi, >> >> this is the diff to update py-psycopg2 to latest version. >> I also added the python 3 flavor, and reorganized the test >> functionnalities. >> Now, you could set directly the dbname, user and password from >> commandline. >> >> With Python 3.3: >> >> $ PSYCOPG2_TESTDB_USER=cheese PSYCOPG2_TESTDB_PASSWORD=gaperon >> FLAVOR=python3 make test >> Ran 468 tests in 24.840s >> OK (skipped=51) >> >> And with Python 2.7: >> $ PSYCOPG2_TESTDB_USER=cheese PSYCOPG2_TESTDB_PASSWORD=gaperon make test >> Ran 468 tests in 18.928s >> OK (skipped=51) > > I replaced the FULLPKGNAME by the correct values in post-install. > > Any ok? > > Cheers, > > Remi. >
