summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authordarcy <darcy>2006-02-17 17:58:02 +0000
committerdarcy <darcy>2006-02-17 17:58:02 +0000
commit747d2003a65175e7aa0e2334a0948fda03047bda (patch)
treec282b0b906a4879210e4eb9b3b867526e33e05d2 /databases/py-postgresql
parentb7a18623a2a748d282ec1cbcdea520c86d78ed99 (diff)
downloadpkgsrc-747d2003a65175e7aa0e2334a0948fda03047bda.tar.gz
Update to version 3.8.
- Installed new favicon.ico from Matthew Sporleder <mspo@mspo.com> - Replaced snprintf by PyOS_snprintf. - Removed NO_SNPRINTF switch which is not needed any longer - Clean up some variable names and namespace - Add get_relations() method to get any type of relation - Rewrite get_tables() to use get_relations() - Use new method in get_attnames method to get attributes of views as well - Add Binary type - Number of rows is now -1 after executing no-result statements - Fix some number handling - Non-simple types do not raise an error any more - Improvements to documentation framework - Take into account that nowadays not every table must have an oid column - Simplification and improvement of the inserttable() function - Fix up unit tests - The usual assortment of minor fixes and enhancements
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile7
-rw-r--r--databases/py-postgresql/distinfo8
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index e3e6d4d14ab..4694d5bdbb6 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:36 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2006/02/17 17:58:02 darcy Exp $
-DISTNAME= PyGreSQL-3.7
-PKGNAME= ${PYPKGPREFIX}-postgresql-3.7
-PKGREVISION= 1
+DISTNAME= PyGreSQL-3.8
+PKGNAME= ${PYPKGPREFIX}-postgresql-3.8
CATEGORIES= databases python
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
EXTRACT_SUFX= .tgz
diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo
index 35485d10cb2..c60f9b399ac 100644
--- a/databases/py-postgresql/distinfo
+++ b/databases/py-postgresql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/09/07 11:42:27 darcy Exp $
+$NetBSD: distinfo,v 1.12 2006/02/17 17:58:02 darcy Exp $
-SHA1 (PyGreSQL-3.7.tgz) = 1550742021fc23016852afd559e28ef6710a483b
-RMD160 (PyGreSQL-3.7.tgz) = 534f37c937426b1f291683220d605887148562f2
-Size (PyGreSQL-3.7.tgz) = 47643 bytes
+SHA1 (PyGreSQL-3.8.tgz) = ca54ae51824ba86f4d70607d1cfcb8f51874d7a5
+RMD160 (PyGreSQL-3.8.tgz) = 0d10c14634a1e7211ed17835d0d3adbaedd766e7
+Size (PyGreSQL-3.8.tgz) = 40754 bytes