Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-psycopg | Distribution: openSUSE Tumbleweed |
Version: 3.2.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Aug 31 14:26:21 2024 |
Group: Unspecified | Build host: reproducible |
Size: 2084009 | Source RPM: python-psycopg-3.2.1-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
LGPL-3.0-only
* Sat Aug 31 2024 Dirk Müller <dmueller@suse.com> - update to 3.2.1: * Fix packaging metadata breaking [c], [binary] dependencies * Add support for integer, floating point, boolean NumPy scalar types (ticket #332). * Add timeout and stop_after parameters to Connection.notifies() * Allow dumpers to return None, to be converted to NULL (ticket * Add Raw query cursors to execute queries using placeholders in PostgreSQL format ($1, $2…) (tickets #560, #839). * Add capabilities object to inspect the libpq capabilities * Add scalar_row to return scalar values from a query * Add cancel_safe() for encrypted and non-blocking cancellation when using libpq v17. Use such method internally to implement KeyboardInterrupt and copy termination * The context parameter of sql objects as_string() and as_bytes() methods is now optional * Add set_autocommit() on sync connections, and similar transaction control methods available on the async connections. * Add a size parameter to stream() to enable results retrieval in chunks instead of row-by-row - drop fix-pool-import.patch (upstream) * Thu May 16 2024 Dirk Müller <dmueller@suse.com> - update to 3.1.19: * Fix unaligned access undefined behaviour in C extension * Fix excessive stripping of error message prefixes * Allow to specify the connect_timeout connection parameter as float * Improve COPY performance on macOS * 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
/usr/lib/python3.11/site-packages/psycopg /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/INSTALLER /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/LICENSE.txt /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/METADATA /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/RECORD /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/REQUESTED /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/WHEEL /usr/lib/python3.11/site-packages/psycopg-3.2.1.dist-info/top_level.txt /usr/lib/python3.11/site-packages/psycopg/__init__.py /usr/lib/python3.11/site-packages/psycopg/__pycache__ /usr/lib/python3.11/site-packages/psycopg/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_acompat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_acompat.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_adapters_map.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_adapters_map.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_capabilities.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_capabilities.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_cmodule.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_cmodule.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_column.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_column.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_compat.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_connection_base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_connection_base.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_connection_info.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_connection_info.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_attempts.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_attempts.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_attempts_async.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_attempts_async.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_conninfo_utils.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy_async.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy_async.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy_base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_copy_base.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_cursor_base.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_cursor_base.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_dns.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_dns.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_encodings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_encodings.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_enums.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_enums.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_oids.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_oids.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_pipeline.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_pipeline.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_preparing.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_preparing.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_py_transformer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_py_transformer.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_queries.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_queries.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_struct.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_struct.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_tpc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_tpc.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_transformer.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_transformer.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_typeinfo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_typeinfo.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_typemod.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_typemod.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_tz.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_tz.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_wrappers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_wrappers.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/abc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/abc.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/adapt.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/adapt.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/client_cursor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/client_cursor.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/connection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/connection.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/connection_async.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/connection_async.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/conninfo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/conninfo.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/copy.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/copy.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/cursor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/cursor.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/cursor_async.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/cursor_async.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/dbapi20.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/dbapi20.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/generators.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/generators.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/postgres.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/postgres.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/raw_cursor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/raw_cursor.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/rows.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/rows.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/server_cursor.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/server_cursor.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/sql.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/sql.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/transaction.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/transaction.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/version.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/waiting.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/waiting.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/_acompat.py /usr/lib/python3.11/site-packages/psycopg/_adapters_map.py /usr/lib/python3.11/site-packages/psycopg/_capabilities.py /usr/lib/python3.11/site-packages/psycopg/_cmodule.py /usr/lib/python3.11/site-packages/psycopg/_column.py /usr/lib/python3.11/site-packages/psycopg/_compat.py /usr/lib/python3.11/site-packages/psycopg/_connection_base.py /usr/lib/python3.11/site-packages/psycopg/_connection_info.py /usr/lib/python3.11/site-packages/psycopg/_conninfo_attempts.py /usr/lib/python3.11/site-packages/psycopg/_conninfo_attempts_async.py /usr/lib/python3.11/site-packages/psycopg/_conninfo_utils.py /usr/lib/python3.11/site-packages/psycopg/_copy.py /usr/lib/python3.11/site-packages/psycopg/_copy_async.py /usr/lib/python3.11/site-packages/psycopg/_copy_base.py /usr/lib/python3.11/site-packages/psycopg/_cursor_base.py /usr/lib/python3.11/site-packages/psycopg/_dns.py /usr/lib/python3.11/site-packages/psycopg/_encodings.py /usr/lib/python3.11/site-packages/psycopg/_enums.py /usr/lib/python3.11/site-packages/psycopg/_oids.py /usr/lib/python3.11/site-packages/psycopg/_pipeline.py /usr/lib/python3.11/site-packages/psycopg/_preparing.py /usr/lib/python3.11/site-packages/psycopg/_py_transformer.py /usr/lib/python3.11/site-packages/psycopg/_queries.py /usr/lib/python3.11/site-packages/psycopg/_struct.py /usr/lib/python3.11/site-packages/psycopg/_tpc.py /usr/lib/python3.11/site-packages/psycopg/_transformer.py /usr/lib/python3.11/site-packages/psycopg/_typeinfo.py /usr/lib/python3.11/site-packages/psycopg/_typemod.py /usr/lib/python3.11/site-packages/psycopg/_tz.py /usr/lib/python3.11/site-packages/psycopg/_wrappers.py /usr/lib/python3.11/site-packages/psycopg/abc.py /usr/lib/python3.11/site-packages/psycopg/adapt.py /usr/lib/python3.11/site-packages/psycopg/client_cursor.py /usr/lib/python3.11/site-packages/psycopg/connection.py /usr/lib/python3.11/site-packages/psycopg/connection_async.py /usr/lib/python3.11/site-packages/psycopg/conninfo.py /usr/lib/python3.11/site-packages/psycopg/copy.py /usr/lib/python3.11/site-packages/psycopg/crdb /usr/lib/python3.11/site-packages/psycopg/crdb/__init__.py /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__ /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/_types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/_types.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/connection.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/__pycache__/connection.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/crdb/_types.py /usr/lib/python3.11/site-packages/psycopg/crdb/connection.py /usr/lib/python3.11/site-packages/psycopg/cursor.py /usr/lib/python3.11/site-packages/psycopg/cursor_async.py /usr/lib/python3.11/site-packages/psycopg/dbapi20.py /usr/lib/python3.11/site-packages/psycopg/errors.py /usr/lib/python3.11/site-packages/psycopg/generators.py /usr/lib/python3.11/site-packages/psycopg/postgres.py /usr/lib/python3.11/site-packages/psycopg/pq /usr/lib/python3.11/site-packages/psycopg/pq/__init__.py /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__ /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_debug.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_debug.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_enums.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_enums.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_pq_ctypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/_pq_ctypes.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/abc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/abc.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/misc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/misc.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/pq_ctypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/pq/__pycache__/pq_ctypes.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/pq/_debug.py /usr/lib/python3.11/site-packages/psycopg/pq/_enums.py /usr/lib/python3.11/site-packages/psycopg/pq/_pq_ctypes.py /usr/lib/python3.11/site-packages/psycopg/pq/_pq_ctypes.pyi /usr/lib/python3.11/site-packages/psycopg/pq/abc.py /usr/lib/python3.11/site-packages/psycopg/pq/misc.py /usr/lib/python3.11/site-packages/psycopg/pq/pq_ctypes.py /usr/lib/python3.11/site-packages/psycopg/py.typed /usr/lib/python3.11/site-packages/psycopg/raw_cursor.py /usr/lib/python3.11/site-packages/psycopg/rows.py /usr/lib/python3.11/site-packages/psycopg/server_cursor.py /usr/lib/python3.11/site-packages/psycopg/sql.py /usr/lib/python3.11/site-packages/psycopg/transaction.py /usr/lib/python3.11/site-packages/psycopg/types /usr/lib/python3.11/site-packages/psycopg/types/__init__.py /usr/lib/python3.11/site-packages/psycopg/types/__pycache__ /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/array.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/array.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/bool.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/bool.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/composite.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/composite.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/datetime.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/datetime.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/enum.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/enum.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/hstore.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/hstore.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/json.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/json.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/multirange.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/multirange.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/net.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/net.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/none.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/none.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/numeric.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/numeric.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/numpy.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/numpy.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/range.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/range.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/shapely.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/shapely.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/string.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/string.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/uuid.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/types/__pycache__/uuid.cpython-311.pyc /usr/lib/python3.11/site-packages/psycopg/types/array.py /usr/lib/python3.11/site-packages/psycopg/types/bool.py /usr/lib/python3.11/site-packages/psycopg/types/composite.py /usr/lib/python3.11/site-packages/psycopg/types/datetime.py /usr/lib/python3.11/site-packages/psycopg/types/enum.py /usr/lib/python3.11/site-packages/psycopg/types/hstore.py /usr/lib/python3.11/site-packages/psycopg/types/json.py /usr/lib/python3.11/site-packages/psycopg/types/multirange.py /usr/lib/python3.11/site-packages/psycopg/types/net.py /usr/lib/python3.11/site-packages/psycopg/types/none.py /usr/lib/python3.11/site-packages/psycopg/types/numeric.py /usr/lib/python3.11/site-packages/psycopg/types/numpy.py /usr/lib/python3.11/site-packages/psycopg/types/range.py /usr/lib/python3.11/site-packages/psycopg/types/shapely.py /usr/lib/python3.11/site-packages/psycopg/types/string.py /usr/lib/python3.11/site-packages/psycopg/types/uuid.py /usr/lib/python3.11/site-packages/psycopg/version.py /usr/lib/python3.11/site-packages/psycopg/waiting.py /usr/share/doc/packages/python311-psycopg /usr/share/doc/packages/python311-psycopg/README.rst /usr/share/licenses/python311-psycopg /usr/share/licenses/python311-psycopg/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 3 23:51:58 2024