Обсуждение: python - typ: Reorganize project, remove Postgres type hierarchy, bump

Поиск
Список
Период
Сортировка

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

От
jwp@pgfoundry.org (James William Pye)
Дата:
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)