[150906] trunk/dports/python/py-psycopg2

snc at macports.org snc at macports.org
Mon Aug 1 12:47:49 PDT 2016


Revision: 150906
          https://trac.macports.org/changeset/150906
Author:   snc at macports.org
Date:     2016-08-01 12:47:49 -0700 (Mon, 01 Aug 2016)
Log Message:
-----------
py-psycopg2: update to 2.6.2

Modified Paths:
--------------
    trunk/dports/python/py-psycopg2/Portfile
    trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff

Modified: trunk/dports/python/py-psycopg2/Portfile
===================================================================
--- trunk/dports/python/py-psycopg2/Portfile	2016-08-01 19:19:12 UTC (rev 150905)
+++ trunk/dports/python/py-psycopg2/Portfile	2016-08-01 19:47:49 UTC (rev 150906)
@@ -5,8 +5,7 @@
 PortGroup           python 1.0
 
 name                py-psycopg2
-version             2.6.1
-revision            4
+version             2.6.2
 # only port:trac requires py26-psyocopg2
 python.versions     26 27 34 35
 python.default_version  27
@@ -28,9 +27,9 @@
 master_sites        http://www.psycopg.org/psycopg/tarballs/PSYCOPG-${branch}/
 distname            psycopg2-${version}
 
-checksums           md5     842b44f8c95517ed5b792081a2370da1 \
-                    rmd160  6f90c8cad1aadf32af8275faddb728238390205a \
-                    sha256  6acf9abbbe757ef75dc2ecd9d91ba749547941abaffbe69ff2086a9e37d4904c
+checksums           md5     4a392949ba31a378a18ed3e775a4693f \
+                    rmd160  f9b73dd247d2caa97f08b8730798d9f6f4ae9dd1 \
+                    sha256  70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
 
 if {${name} ne ${subport}} {
     depends_lib-append  path:lib/libssl.dylib:openssl

Modified: trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff
===================================================================
--- trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff	2016-08-01 19:19:12 UTC (rev 150905)
+++ trunk/dports/python/py-psycopg2/files/patch-setup.cfg.diff	2016-08-01 19:47:49 UTC (rev 150906)
@@ -1,11 +1,8 @@
---- setup.cfg.orig	2015-02-09 05:00:35.000000000 -0500
-+++ setup.cfg	2015-04-15 11:24:19.000000000 -0400
-@@ -9,7 +9,7 @@
- # build psycopg2. If pg_config is not in the path or is installed under a
- # different name uncomment the following option and set it to the pg_config
- # full path.
--#pg_config=
-+pg_config=@PG_CONFIG@
- 
- # Set to 1 to use Python datetime objects for default date/time representation.
- use_pydatetime=1
+--- setup.cfg.orig	2016-08-01 15:25:33.000000000 -0400
++++ setup.cfg	2016-08-01 15:25:49.000000000 -0400
+@@ -1,4 +1,5 @@
+ [build_ext]
++pg_config = @PG_CONFIG@
+ define = 
+ use_pydatetime = 1
+ have_ssl = 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160801/7a05b5dc/attachment.html>


More information about the macports-changes mailing list