Revisions of python-psycopg2

buildservice-autocommit accepted request 1136458 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 96)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 95)
- require setuptools
buildservice-autocommit accepted request 1129668 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 94)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 93)
- update to 2.9.9:
  * Add support for Python 3.12.
  * Drop support for Python 3.6.
  * Wheel package bundled with PostgreSQL 16 libpq in order to
    add support for recent features, such as ``sslcertmode``.
buildservice-autocommit accepted request 1109514 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 92)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 91)
- update to 2.9.7:
  * Fix propagation of exceptions raised during module
    initialization
  * Fix building when pg_config returns an empty string
- Update to 2.9.5
  * Alpine (musl) wheels now available
- update to 2.8.5
  * Added interval_status parameter to start_replication() method
    and other facilities to send automatic replication keepalives
  * Fixed “there’s no async cursor” error polling a connection with
  * Added errors module. Every PostgreSQL error is converted into
  * Added BYTES adapter to manage databases with mixed encodings on
  * Added table_oid and table_column attributes on cursor.description
  * Added connection.info object to retrieve various PostgreSQL
  * Fixed async communication blocking if results are returned in
  * Dropped deprecated PersistentConnectionPool. Use
  * Binary packages no longer installed by default. The
  * Added Replication protocol support (ticket #322). Main authors are
  * Added parse_dsn() and make_dsn() functions (tickets #321, #363). connect()
  * Added __libpq_version__ and libpq_version() to inspect the version of the
  * The attributes notices and notifies can be customized replacing them with
  * Adapt network types to ipaddress objects when available. When not enabled,
    convert arrays of network types to lists by default. The old Inet adapter is
  * Give precedence to __conform__() over superclasses to choose an object
  * Using Python C API decoding functions and codecs caching for faster
  * executemany() slowness addressed by execute_batch() and execute_values()
  * Added async_ as an alias for async to support Python 3.7 where async will
  * Unless in autocommit, do not use default_transaction_* settings to control
    the session characteristics as it may create problems with external
  * isolation_level is now writable and entirely separated from autocommit;
buildservice-autocommit accepted request 1081820 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 90)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1081536 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 89)
SR for python stack proposal
buildservice-autocommit accepted request 1077060 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 88)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 87)
- update to 2.9.6:
  * Package manylinux 2014 for aarch64 and ppc64le platforms, in
    order to include libpq 15 in the binary package (:ticket:`#1396`).
  * Wheel package compiled against OpenSSL 1.1.1t.
buildservice-autocommit accepted request 1032498 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 86)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1032036 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 85)
- Update to 2.9.5 
  * Add support for Python 3.11.
  * Add support for rowcount in MERGE statements in binary packages
    (ticket`#1497`).
  * Wheel package compiled against OpenSSL 1.1.1r and PostgreSQL 15 libpq.
- Update to 2.9.4
  * Fix `~psycopg2.extras.register_composite()`,
    `~psycopg2.extras.register_range()` with customized search_path
    (ticket`#1487`).
  * Handle correctly composite types with names or in schemas requiring escape.
  * Find ``pg_service.conf file in the ``/etc/postgresql-common`` directory in
    binary packages (ticket`1365`).
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
    PostgreSQL 15.
  * Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 84)
- update to 2.9.3:
  * Alpine (musl) wheels now available
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 83)
- update to 2.9.2:
  * Raise `ValueError` for dates >= Y10k (:ticket:`#1307`).
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
    PostgreSQL 14.
  * Add preliminary support for Python 3.11 (:tickets:`#1376, #1386`).
  *  Wheel package compiled against OpenSSL 1.1.1l and PostgreSQL 14.1
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 924846 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 82)
- Update to 2.9.1
  - Fix regression with named `sql.Placeholder` (:ticket:`1291`).
- Update to 2.9.0
  - ``with connection`` starts a transaction on autocommit transactions too
    (:ticket:`#941`).
  - Timezones with fractional minutes are supported on Python 3.7 and following
    (:ticket:`#1272`).
  - Escape table and column names in `~cursor.copy_from()` and `~cursor.copy_to()`.
  - Connection exceptions with sqlstate ``08XXX`` reclassified as
    `~psycopg2.OperationalError` (a subclass of the previously used
    `~psycopg2.DatabaseError`) (:ticket:`#1148`).
  - Include library dirs required from libpq to work around MacOS build problems
    (:ticket:`#1200`).
  - Dropped support for Python 2.7, 3.4, 3.5 (:ticket:`#1198, #1000, #1197`).
  - Dropped support for mx.DateTime.
  - Use `datetime.timezone` objects by default in datetime objects instead of
    `~psycopg2.tz.FixedOffsetTimezone`.
  - The `psycopg2.tz` module is deprecated and scheduled to be dropped in the
    next major release.
  - Provide :pep:`599` wheels packages (manylinux2014 tag) for i686 and x86_64
    platforms.
  - Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and
    ppc64le platforms.
  - Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3.
  - Build system for Linux/MacOS binary packages moved to GitHub action.
buildservice-autocommit accepted request 835010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 81)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 80)
- update to 2.8.6:
  * Fixed memory leak changing connection encoding to the current one
  * Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
  * Added missing values from errorcodes (:ticket:`#1133`).
  * `cursor.query` reports the query of the last :sql:`COPY` opearation too
  * `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 13.
  * Added wheel packages for ARM architecture (:ticket:`#1125`).
  * Wheel package compiled against OpenSSL 1.1.1g.
buildservice-autocommit accepted request 807105 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 79)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 78)
- Sort out the syntax of the deps bsc#1171213
buildservice-autocommit accepted request 796702 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 77)
baserev update by copy to link target
Displaying revisions 1 - 20 of 96
openSUSE Build Service is sponsored by