Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-psycopg-3.3.2-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-psycopg Distribution: openSUSE Tumbleweed
Version: 3.3.2 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 27 08:37:13 2026
Group: Unspecified Build host: reproducible
Size: 1965882 Source RPM: python-psycopg-3.3.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://psycopg.org/psycopg3/
Summary: PostgreSQL database adapter for Python
PostgreSQL database adapter for Python

Provides

Requires

License

LGPL-3.0-only

Changelog

* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
  - update to 3.3.2:
    * Add :ref:`template strings queries <template-strings>`
      (:ticket:`#1054`).
    * More flexible :ref:`composite adaptation<adapt-composite>`:
      it is now possible to adapt Python objects to PostgreSQL
      composites and back even if they are not sequences or if they
      take keyword arguments (:ticket:`#932`, :ticket:`#1202`).
    * Cursors are now iterators, not just iterables. This means you
      can call next(cur) or anext(cur), which is useful as a
      :ref:`type-safe expression <typing-fetchone>`
      (:ticket:`#1064`).