15
0
Commit Graph

5 Commits

Author SHA256 Message Date
a76276f951 - update
- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=7
2022-01-23 16:36:18 +00:00
d28c6e4e2e Accepting request 925854 from home:bnavigator:branches:devel:languages:python
- Update to 0.24.0
  * Drop support for Python 3.5 (#777)
  * Add support for Python 3.10 (#795)
  * Add support for asynchronous iterables to
    copy_records_to_table() (#713)
  * Add support for coroutine functions as listener callbacks
    (#802)
  * Add support for sslcert, sslkey and sslrootcert parameters to
    DSN (#768)
  * Add copy_ wrappers to Pool (#661)
  * Add issubset and issuperset methods to the Range type (#563)
  * Break connection internal circular reference (#774)
  * Make Server Version Extraction More Flexible (#778)
- Release 0.23.0
  * Avoid TypeError in Transaction.__repr__ (#703)
  * Feed memoryview to writelines() (#715)
  * Add sslmode=allow support and fix =prefer retry (#720)
  * Loosen message test in test_invalid_input (#751)
  * Support readonly and deferrable for non-serializable
    transactions (#747)
  * Fix asyncpg with Py_DEBUG mode (#719)
  * Fix docs/Makefile and docs/_static/theme_overrides.css missing
    from PyPI package (#708)
- Reactivate python36: uvloop for testing is optional

OBS-URL: https://build.opensuse.org/request/show/925854
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=6
2021-10-19 17:13:57 +00:00
8792f56fce Accepting request 919659 from home:dimstar:Factory
- Do not build for python 3.6: the required dependency uvloop does
  no longer support Python 3.6 since version 0.16.

OBS-URL: https://build.opensuse.org/request/show/919659
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=5
2021-09-17 13:23:23 +00:00
e9f1699173 - update to 0.22.0:
* Add support for connection termination listeners
  * Add support for password functions (useful for RDS IAM auth) 
  * Fix possible uninitalized pointer access on unexpected array
  * message data (CVE-2020-17446,
  * Vastly speedup executemany by batching protocol messages 
  * Add Python 3.9 support
  * Allow using custom Record class
  * Prefer SSL connections by default
  * Add codecs for a bunch of new builtin types
  * Expose Pool as asyncpg.Pool
  * Avoid unnecessary overhead during connection reset 
  * Bugfixes
- drop merged-static-fix.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=3
2021-05-03 20:53:38 +00:00
1854f30287 Accepting request 849971 from home:jayvdb:py-submit
Modern equiv of psycopg2, which is also maintained at d-l-py.  It is a dependency of a very large number of python libraries already present in d-l-py, and many others which should be in d-l-py because they are considered core by most other Linux distros, so I believe this new should also be maintained here.
4.5k stars on GitHub.
Already present in Debian & Ubuntu & co, Arch & Manjaro & co, Gentoo, *ports, nix, Kali
https://repology.org/projects/?search=asyncpg

OBS-URL: https://build.opensuse.org/request/show/849971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=1
2020-11-22 16:16:35 +00:00