Files
meta-openembedded/meta-oe/recipes-devtools/python
Wang Mingyu 3d2ffe4176 python3-psycopg: upgrade 3.2.3 -> 3.2.4
Changelog:
===========
- Don't lose notifies received whilst the notifies() iterator is not running
- Make sure that the notifies callback is called during the use of the notifies() generator
- Raise the correct error returned by the database (such as AdminShutdown or
  IdleInTransactionSessionTimeout) instead of a generic OperationalError when
  a server error causes a client disconnection
- Build macOS dependencies from sources instead using the Homebrew versions in
  order to avoid problems with MACOSX_DEPLOYMENT_TARGET
- Bump libpq to 17.2 in Linux and macOS binary packages.
- Bump libpq to 16.4 in Windows binary packages, using the vcpkg library

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-01-24 18:20:02 -08:00
..