Package python-module-psycopg2: Information

    Source package: python-module-psycopg2
    Version: 2.5.1-alt2
    Build time:  Jan 29, 2014, 01:38 PM in the task #112964
    Copied in the task: #113052
    Report package bug
    License: GPL
    Summary: psycopg2 is a PostgreSQL database adapter for Python
    Description: 
    psycopg is a PostgreSQL database adapter for the Python programming
    language (just like pygresql and popy.) It was written from scratch with
    the aim of being very small and fast, and stable as a rock. The main
    advantages of psycopg are that it supports the full Python DBAPI-2.0 and
    being thread safe at level 2.

    List of rpms provided by this srpm:
    python-module-psycopg2 (x86_64, i586)
    python-module-psycopg2-debuginfo (x86_64, i586)
    python-module-psycopg2-doc (noarch)
    python-module-psycopg2-tests (x86_64, i586)
    python3-module-psycopg2 (x86_64, i586)
    python3-module-psycopg2-debuginfo (x86_64, i586)
    python3-module-psycopg2-tests (x86_64, i586)



    ACL:
    @qa_p7

      1. python3-devel
      2. postgresql-devel
      3. rpm-build-python >= 0.8
      4. rpm-build-python3
      5. python-devel = 2.7
      6. python-tools-2to3

    Last changed


    Jan. 29, 2014 Eugeny A. Rostovtsev 2.5.1-alt2
    - Changed URL (ALT #29766)
    - Added Requires: python-modules-json (ALT #29767)
    Sept. 9, 2013 Alexey Shabalin 2.5.1-alt1
    - 2.5.1
    - Dropped Zope adapter from source repository. ZPsycopgDA now has its own
      project at <http://github.com/psycopg/ZPsycopgDA&gt;.
    April 15, 2013 Eugeny A. Rostovtsev 2.4.5-alt2.git20120328
    - Use 'find... -exec...' instead of 'for ... $(find...'