| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-psycopg | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.1.17 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.4 | Build date: Mon Apr 29 18:42:53 2024 |
| Group: Unspecified | Build host: h01-ch2c |
| Size: 2006251 | Source RPM: python-psycopg-3.1.17-150600.1.4.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://psycopg.org/psycopg3/ | |
| Summary: PostgreSQL database adapter for Python | |
PostgreSQL database adapter for Python
LGPL-3.0-only
* Mon Jan 15 2024 alarrosa@suse.com
- Use %sle15_python_module_pythons
* Mon Jan 15 2024 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 dmueller@suse.com
- update to 3.1.16:
* Fix empty ports handling in async multiple connection attempts
* Thu Dec 14 2023 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 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 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.1.17.dist-info /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/INSTALLER /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/LICENSE.txt /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/METADATA /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/RECORD /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/REQUESTED /usr/lib/python3.11/site-packages/psycopg-3.1.17.dist-info/WHEEL /usr/lib/python3.11/site-packages/psycopg-3.1.17.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__/_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__/_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_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__/_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__/_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__/_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__/_transform.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/psycopg/__pycache__/_transform.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__/_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__/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/_adapters_map.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_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/_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/_pipeline.py /usr/lib/python3.11/site-packages/psycopg/_preparing.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/_transform.py /usr/lib/python3.11/site-packages/psycopg/_typeinfo.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/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/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__/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/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, Mon Feb 9 17:27:59 2026