SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-asyncpg-debugsource-0.30.0-2.1.i586.rpm :

* Thu Feb 13 2025 Steve Kowalik - Add patch skip-dsn_ipv6_multi_host-parse-test.patch:
* Skip a broken testcase.- Switch to pyproject macros.
* Wed Oct 23 2024 Daniel Garcia - Remove 0001-notice-also-the-MERGE-command.patch not needed anymore.- update to 0.30.0:
* Implement GSSAPI authentication
* Implement SSPI authentication
* Add initial typings
* Allow building with Cython 3
* docs: fix connection pool close call (#1125)
* Add support for the sslnegotiation parameter
* Test and build on Python 3.13
* Support PostgreSQL 17
* Add fetchmany to execute many and return rows
* Add connect kwarg to Pool to better support GCP\'s CloudSQL
* Allow customizing connection state reset (#1191)
* s/quote/quote_plus/ in the note about DSN part quoting
* Use asyncio.run() instead of run_until_complete()
* Require async_timeout for python < 3.11 (#1177)
* Allow testing with uvloop on Python 3.12 (#1182)
* Mark pool-wrapped connection coroutine methods as coroutines
* handle None parameters in copy_from_query, returning NULL
* fix: return the pool from async_init_ if it\'s already initialized (#1104)
* Replace obsolete, unsafe Py_TRASHCAN_SAFE_BEGIN/END (#1150)
* Wed Oct 02 2024 Markéta Machová - Add 0001-notice-also-the-MERGE-command.patch to support Postgres 15+, sent upstream
* Sat Nov 25 2023 Dirk Müller - update to 0.29.0:
* Python 3.12 and PostgreSQL 16 support (#1084)
* Add support for tuple-format custom codecs on composite types
* Support `target_session_attrs` in URL format, add tests
* Infinity numeric support (#1067)
* Add support for the `WHERE` clause in `copy_to` methods
* Add query logging callbacks and context manager (#1043)
* When prepared statements are disabled, avoid relying on them harder (#1065)
* Handle environments with HOME set to a not-a-directory
* Fix handling of non-ASCII passwords (#1062)
* Disable JIT while doing type introspection (#1082)
* Remove connection parameter caching in `Pool` (#1053)
* Switch to Python 3.12-style `wait_for` (#1086)
* Update automatic PostGIS type conversion for Shapely 2.0
* Use the `timeout` context manager in the connection path
* Small fix for documentation on using SSL in Connection (#995)
* Use cleanup_ctx in pool usage doc (#878)
* Close cursor portals once the iterator is exhausted (#1088)
* Cut BaseProtocol circular reference on close. (#1049)
* Allow passing hosts as tuples to `connect()` (in addition to
* Drop support for Python 3.7 (#1064)
* Tue Jul 11 2023 Dirk Müller - update to 0.28.0:
* Minor fixes and improvements.
* Do not try to cleanup statements (#981)
* Add Pool.is_closing() method (#973)
* Fix test_tls_version for LibreSSL (#974)
* Handle environments without home dir (#1011)
* fix: salt and iterations parsing for scram (#1026)
* Add support for target_session_attrs (#987)
* Add support for READ UNCOMMITTED (#1039)
* Update benchmarks, add psycopg3 (#1042)
* Tue Jul 04 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Nov 07 2022 Yogalakshmi Arunachalam - Update to 0.27.0 Support Python 3.11 and PostgreSQL 15. This release also drops support for Python 3.6.
* Changes Add arm64 mac and linux wheels Add Python 3.11 to the test matrix Exclude .venv from flake8 (#958) Upgrade to flake8 5.0.4 (from 3.9.2) (#961) Show an example of a custom Record class (#960) Use the exact type name in Record.repr (#959) Drop Python 3.6 support (#940) Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations (#968)
* Fri Oct 14 2022 Daniel Garcia - Disable failing test test_executemany_uvloop_ssl_issue_700, because the ssl_user role doesn\'t have permission to create tables by default with the current postgresql configuration.
* Thu Aug 04 2022 Otto Hollmann - Update to 0.26.0:
* Changes - ------
* Add support to use awaitable object in password function. (#889) (by AATTkwarunek in fb3b6bf7 for #889)
* Support direct TLS connections (i.e. no STARTTLS) (#923) (by AATTjackwotherspoon in f2a937d2 for #923)
* Fixes - ----
* Fix invalid `pyproject.toml` (#900) (by AATTRongronggg9 in eddb649c for #900)
* Add record_class parameter Pool.fetch and Pool.fetchrow (#896) (by AATTbaltitenger in 2519cf38 for #896)
* Domain basetypes are introspected (#886) (#887) (by AATTQuantumTM in cca4a2d3 for #886)
* Properly handle exceptions raised while handling server auth messages (#862) (by AATTelprans in bd192623 for #862)
* Sun Jan 23 2022 Dirk Müller - update
* Sun Jan 23 2022 Dirk Müller - update to 0.25.0:
* Improve SSL option compatibility in URIs
* Add Pool methods to determine its min, max, current and idle size
* Make it possible to specify a statement name in Connection.prepare()
* Implement support for multirange types
* Make sure timeout callbacks always get cleaned up
* Update __all__ statements to a simpler form that is better supported by typecheckers
* Fix test_timetz_encoding on Python 3.10
* Fix a bunch of ResourceWarnings in the test suite
* Fix SSLContext deprecation warnings
* Fix the description of the database argument to connect()
* Fix parsing of IPv6 addresses in the connection URI
* Improve diagnostics of invalid executemany() input
 
ICM