python - typ: Reorganize project, remove Postgres type hierarchy, bump

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - typ: Reorganize project, remove Postgres type hierarchy, bump
Date: 2007-11-08 19:18:48
Message-ID: 20071108191848.A32C6216D0E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reorganize project, remove Postgres type hierarchy, bump version.

Currently this project attempts a rather great feat, providing a Python
counterpart to nearly every Postgres type. While admirable, its use is of
arguable benefit. Also, as Postgres changes, it becomes much more difficult to
make said types consistent with a given backend version.

With this commit, the project will change to be specifically concerned with the
packing and unpacking of Postgres types into standard Python types for drivers
that read object data off of the wire.

Modified Files:
--------------
typ:
README (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/README.diff?r1=1.1&r2=1.2)
setup.py (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/setup.py.diff?r1=1.5&r2=1.6)
typ/src:
__init__.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/__init__.py.diff?r1=1.1.1.1&r2=1.2)

Added Files:
-----------
typ/src:
oidmaps.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/oidmaps.py?rev=1.1&content-type=text/x-cvsweb-markup)
pstruct.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/pstruct.py?rev=1.1&content-type=text/x-cvsweb-markup)
stdtime.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/stdtime.py?rev=1.1&content-type=text/x-cvsweb-markup)
test.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/test.py?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
typ/test:
io.py
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/test/io.py)
operations.py
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/test/operations.py)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-08 19:25:37 pgsql: Last week's patch for make_sort_from_pathkeys wasn't good enough:
Previous Message Bruce Momjian 2007-11-08 19:18:23 pgsql: Properly indent SGML file.