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

python312-psycopg-3.1.18-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-psycopg Distribution: openSUSE Tumbleweed
Version: 3.1.18 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 21 18:15:28 2024
Group: Unspecified Build host: reproducible
Size: 1875420 Source RPM: python-psycopg-3.1.18-1.2.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

* Thu Mar 21 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.1.18:
    * Fix possible deadlock on pipeline exit (:ticket:`#685`).
    * Fix overflow loading large intervals in C module
    * Fix compatibility with musl libc distributions affected by
      CPython issue #65821
* Mon Jan 15 2024 Antonio Larrosa <alarrosa@suse.com>
  - Use %sle15_python_module_pythons
* Mon Jan 15 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.1.17:
    * Fix multiple connection attempts when a host name resolve to multiple
      IP addresses (:ticket:`699`).
    * Use `typing.Self` as a more correct return value annotation of context
      managers and other self-returning methods (see :ticket:`708`).
  - Add patch fix-pool-import.patch:
    * Correct where we are importing from due to new pool release.
* Fri Jan 05 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.1.16:
    * Fix empty ports handling in async multiple connection attempts
* Thu Dec 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.1.15:
    * Fix use of ``service`` in connection string (regression in
      3.1.13, :ticket:`#694`).
    * Fix async connection to hosts resolving to multiple IP
      addresses (regression in 3.1.13, :ticket:`#695`).
    * Respect the :envvar:`PGCONNECT_TIMEOUT` environment variable
      to determine the connection timeout.
    * Fix :ref:`interaction with gevent <gevent>` (:ticket:`#527`).
    * Add support for PyPy (:ticket:`#686`).
* Fri Nov 24 2023 Antonio Larrosa <alarrosa@suse.com>
  - Update to 3.1.13:
    * Raise DataError instead of whatever internal failure trying to
      dump a time object with with a tzinfo specified as ZoneInfo
      (ambiguous offset, see ticket #652).
    * Handle gracefully EINTR on signals instead of raising
      InterruptedError, consistently with PEP 475 guideline
      (ticket #667).
    * Fix support for connection strings with multiple hosts/ports
      and for the load_balance_hosts connection parameter
      (ticket #674).
    * Fix memory leak receiving notifications in Python
      implementation (ticket #679).
  - Update to 3.1.12:
    * Fix possible hanging if a connection is closed while querying
      (ticket #608).
    * Fix memory leak when register_*() functions are called
      repeatedly (ticket #647).
    * Release Python 3.12 binary packages.
  - Update to 3.1.11:
    * Avoid caching the parsing results of large queries to avoid
      excessive memory usage (ticket #628).
    * Fix integer overflow in C/binary extension with OID > 2^31
      (ticket #630).
    * Fix loading of intervals with days and months or years
      (ticket #643).
    * Work around excessive CPU usage on Windows (reported in
      ticket #645).
    * Fix building on Solaris and derivatives (ticket #632).
    * Fix possible lack of critical section guard in
      async executemany().
    * Fix missing pipeline fetch in async scroll().
    * Build binary packages with libpq 15.4, which allows
      group-readable permissions on the SSL certificate on the client
      (ticket #528).
  - Update to 3.1.10
    * Allow JSON dumpers to dump bytes directly instead of str, for
      better compatibility with libraries like orjson and msgspec
      (ticket #569)
    * Fix prepared statement cache validation when exiting pipeline
      mode (or executemany()) in case an error occurred within the
      pipeline (ticket #585).
    * Fix connect() to avoid “leaking” an open PGconn attached to
      the OperationalError in case of connection failure.
      Error.pgconn is now a shallow copy of the real libpq
      connection, and the latter is closed before the exception
      propagates (ticket #565).
    * Fix possible (ignored) exception on objects deletion
      (ticket #591).
    * Don’t clobber a Python exception raised during COPY FROM with
      the resulting QueryCanceled raised as a consequence
      (ticket #593).
    * Fix resetting Connection.read_only and deferrable to their
      default value using None (ticket #612).
    * Add support for Python 3.12.
* Wed Jul 12 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Initial release of 3.1.9

Files

/usr/lib/python3.12/site-packages/psycopg
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/LICENSE.txt
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/METADATA
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/RECORD
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/WHEEL
/usr/lib/python3.12/site-packages/psycopg-3.1.18.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/psycopg/__init__.py
/usr/lib/python3.12/site-packages/psycopg/__pycache__
/usr/lib/python3.12/site-packages/psycopg/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_adapters_map.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_adapters_map.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_cmodule.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_cmodule.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_column.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_column.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_compat.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_compat.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_connection_info.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_connection_info.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_attempts.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_attempts.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_attempts_async.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_attempts_async.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_conninfo_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_dns.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_dns.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_encodings.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_encodings.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_enums.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_enums.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_pipeline.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_pipeline.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_preparing.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_preparing.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_queries.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_queries.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_struct.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_struct.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_tpc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_tpc.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_transform.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_transform.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_typeinfo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_typeinfo.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_tz.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_tz.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_wrappers.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/_wrappers.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/abc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/abc.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/adapt.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/adapt.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/client_cursor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/client_cursor.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/connection.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/connection.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/connection_async.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/connection_async.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/conninfo.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/conninfo.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/copy.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/copy.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/cursor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/cursor.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/cursor_async.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/cursor_async.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/dbapi20.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/dbapi20.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/errors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/errors.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/generators.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/generators.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/postgres.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/postgres.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/rows.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/rows.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/server_cursor.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/server_cursor.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/sql.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/sql.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/transaction.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/transaction.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/waiting.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/__pycache__/waiting.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/_adapters_map.py
/usr/lib/python3.12/site-packages/psycopg/_cmodule.py
/usr/lib/python3.12/site-packages/psycopg/_column.py
/usr/lib/python3.12/site-packages/psycopg/_compat.py
/usr/lib/python3.12/site-packages/psycopg/_connection_info.py
/usr/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py
/usr/lib/python3.12/site-packages/psycopg/_conninfo_attempts_async.py
/usr/lib/python3.12/site-packages/psycopg/_conninfo_utils.py
/usr/lib/python3.12/site-packages/psycopg/_dns.py
/usr/lib/python3.12/site-packages/psycopg/_encodings.py
/usr/lib/python3.12/site-packages/psycopg/_enums.py
/usr/lib/python3.12/site-packages/psycopg/_pipeline.py
/usr/lib/python3.12/site-packages/psycopg/_preparing.py
/usr/lib/python3.12/site-packages/psycopg/_queries.py
/usr/lib/python3.12/site-packages/psycopg/_struct.py
/usr/lib/python3.12/site-packages/psycopg/_tpc.py
/usr/lib/python3.12/site-packages/psycopg/_transform.py
/usr/lib/python3.12/site-packages/psycopg/_typeinfo.py
/usr/lib/python3.12/site-packages/psycopg/_tz.py
/usr/lib/python3.12/site-packages/psycopg/_wrappers.py
/usr/lib/python3.12/site-packages/psycopg/abc.py
/usr/lib/python3.12/site-packages/psycopg/adapt.py
/usr/lib/python3.12/site-packages/psycopg/client_cursor.py
/usr/lib/python3.12/site-packages/psycopg/connection.py
/usr/lib/python3.12/site-packages/psycopg/connection_async.py
/usr/lib/python3.12/site-packages/psycopg/conninfo.py
/usr/lib/python3.12/site-packages/psycopg/copy.py
/usr/lib/python3.12/site-packages/psycopg/crdb
/usr/lib/python3.12/site-packages/psycopg/crdb/__init__.py
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/_types.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/_types.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/connection.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/__pycache__/connection.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/crdb/_types.py
/usr/lib/python3.12/site-packages/psycopg/crdb/connection.py
/usr/lib/python3.12/site-packages/psycopg/cursor.py
/usr/lib/python3.12/site-packages/psycopg/cursor_async.py
/usr/lib/python3.12/site-packages/psycopg/dbapi20.py
/usr/lib/python3.12/site-packages/psycopg/errors.py
/usr/lib/python3.12/site-packages/psycopg/generators.py
/usr/lib/python3.12/site-packages/psycopg/postgres.py
/usr/lib/python3.12/site-packages/psycopg/pq
/usr/lib/python3.12/site-packages/psycopg/pq/__init__.py
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_debug.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_debug.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_enums.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_enums.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_pq_ctypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/_pq_ctypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/abc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/abc.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/misc.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/misc.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/pq_ctypes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/__pycache__/pq_ctypes.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/pq/_debug.py
/usr/lib/python3.12/site-packages/psycopg/pq/_enums.py
/usr/lib/python3.12/site-packages/psycopg/pq/_pq_ctypes.py
/usr/lib/python3.12/site-packages/psycopg/pq/_pq_ctypes.pyi
/usr/lib/python3.12/site-packages/psycopg/pq/abc.py
/usr/lib/python3.12/site-packages/psycopg/pq/misc.py
/usr/lib/python3.12/site-packages/psycopg/pq/pq_ctypes.py
/usr/lib/python3.12/site-packages/psycopg/py.typed
/usr/lib/python3.12/site-packages/psycopg/rows.py
/usr/lib/python3.12/site-packages/psycopg/server_cursor.py
/usr/lib/python3.12/site-packages/psycopg/sql.py
/usr/lib/python3.12/site-packages/psycopg/transaction.py
/usr/lib/python3.12/site-packages/psycopg/types
/usr/lib/python3.12/site-packages/psycopg/types/__init__.py
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/array.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/array.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/bool.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/bool.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/composite.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/composite.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/datetime.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/datetime.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/enum.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/enum.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/hstore.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/hstore.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/json.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/json.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/multirange.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/multirange.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/net.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/net.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/none.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/none.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/numeric.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/numeric.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/range.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/range.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/shapely.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/shapely.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/string.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/string.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/uuid.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/psycopg/types/__pycache__/uuid.cpython-312.pyc
/usr/lib/python3.12/site-packages/psycopg/types/array.py
/usr/lib/python3.12/site-packages/psycopg/types/bool.py
/usr/lib/python3.12/site-packages/psycopg/types/composite.py
/usr/lib/python3.12/site-packages/psycopg/types/datetime.py
/usr/lib/python3.12/site-packages/psycopg/types/enum.py
/usr/lib/python3.12/site-packages/psycopg/types/hstore.py
/usr/lib/python3.12/site-packages/psycopg/types/json.py
/usr/lib/python3.12/site-packages/psycopg/types/multirange.py
/usr/lib/python3.12/site-packages/psycopg/types/net.py
/usr/lib/python3.12/site-packages/psycopg/types/none.py
/usr/lib/python3.12/site-packages/psycopg/types/numeric.py
/usr/lib/python3.12/site-packages/psycopg/types/range.py
/usr/lib/python3.12/site-packages/psycopg/types/shapely.py
/usr/lib/python3.12/site-packages/psycopg/types/string.py
/usr/lib/python3.12/site-packages/psycopg/types/uuid.py
/usr/lib/python3.12/site-packages/psycopg/version.py
/usr/lib/python3.12/site-packages/psycopg/waiting.py
/usr/share/doc/packages/python312-psycopg
/usr/share/doc/packages/python312-psycopg/README.rst
/usr/share/licenses/python312-psycopg
/usr/share/licenses/python312-psycopg/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024