summaryrefslogtreecommitdiff
path: root/databases/py-psycopg
AgeCommit message (Collapse)AuthorFilesLines
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-2/+2
packages which have it active by default.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-09-02Also include trailing / in homepage.joerg1-2/+2
2006-09-02Home page moved.joerg1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-16Fixed pkglint warnings.rillig1-2/+3
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-16The interfaces changed since 1.0.14, enforce a current version.joerg1-3/+3
2005-11-11Update psycopg to 1.1.21. Allow building with Python 2.4.joerg2-8/+8
From NEWS: psycopg news for 1.1.20 ----------------------- * Fixed problem with wrongly applied infinity patch in 1.1.20. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.20 ----------------------- * Fixed the date/time/timestamp formatting problem introduced by 1.1.19. * Fixed build problem in win32 when using Makefile.msvc. psycopg news for 1.1.19 ----------------------- * Now ZPsycopgDA does not loose the connection and raise an error is PostgreSQL is restarted but tries to rconnect and execute the issue query again (patch from Jonathan Stoneman.) * Fixed precision and scale in cursor.description for numeric types. * The XXXFromMx() functions don't truncate fractional seconds anymore (but note that mx.DateTime uses floating point seconds so rounding errors may creep in anyway.) * Fixed two segfaults: when multithreading; patch from James Henstridge and when calling dictfetchone() without results. psycopg news for 1.1.18 ----------------------- * Fixed mktime() overflow in ZPsycopgDA. psycopg news for 1.1.17 ----------------------- * ZPsycopgDA can now return unicode strings on request. * Fixed problem with timestamps in ZPsycopgDA. psycopg news for 1.1.16 ----------------------- * fixed .rowcount problem introduced in 1.1.15. * fixed a problem with %% not being transformed into % when calling .execute() with a zero-length tuple or dict. * now using COPY FROM/COPY TO in .execute() raise an exception instead of segfaulting. * faster Date and DateTime type casting. * small and trivial optimizations and fixes. psycopg news for 1.1.15 ----------------------- * Interval typecasting eventually-eventually works the Right Way (TM). * Fixed two bad memory leaks in QuotedString and Binary objects. * Reverted change on rowcount attribute, now it is always set to the real number of affected columns. psycopg news for 1.1.14 ----------------------- * Interval typecasting eventually works the Right Way (TM). * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL Method.) * Better DBAPI-2.0 compliance (rowcount attribute and argument passing.) * Now builds on Fedora Core 2 (but remember that the real psycopg aficionado runs on Debian ;-P ) * COPY FROM raise an exception and return usefull information on error.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-24Fix editing error in last commit.seb1-2/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-3/+3
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-4/+4
version.
2004-07-22update to 1.1.14drochner2-10/+7
changes: * Interval typecasting eventually works the Right Way (TM). * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL Method.) * Better DBAPI-2.0 compliance (rowcount attribute and argument passing.) * Now builds on Fedora Core 2 (but remember that the real psycopg aficionado runs on Debian ;-P ) * COPY FROM raise an exception and return usefull information on error.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-06Annotate a comment:wiz1-1/+2
# XXX: following comment still true for buildlink3? # XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
2004-05-08Convert to buildlink3.snj3-14/+24
2004-04-16update to 1.1.11drochner4-32/+12
changes: -bugfixes -support for PostgreSQL 7.4 -support for PostgreSQL geometrical types -more feature additions...
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2003-09-21This explictly needs pth.jmc1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-01-21update psychopg to 1.0.14.drochner2-7/+6
This is a bugfix release, probably the last in the 1.0.x series.
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-2/+3
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2002-10-25add onedrochner1-0/+7
2002-10-25another Python-PostgreSQL adapterdrochner6-0/+82