pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-sqlite2
Module Name: pkgsrc
Committed By: drochner
Date: Thu Jul 9 19:02:58 UTC 2009
Modified Files:
pkgsrc/databases/py-sqlite2: Makefile distinfo
Log Message:
update to 2.5.5
changes: many bugfixes and compatibility fixes
The 2.5.0 version in pkgsrc was broken:
>>> from pysqlite2 import dbapi2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/pkg/lib/python2.5/site-packages/pysqlite2/dbapi2.py", line 27, in
<module>
from pysqlite2._sqlite import *
ImportError: /usr/pkg/lib/python2.5/site-packages/pysqlite2/_sqlite.so:
Undefined PLT symbol "sqlite3_enable_load_extension" (symnum = 158)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-sqlite2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/py-sqlite2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index