diff mbox series

[meta-python,23/32] python3-psycopg: upgrade 3.2.3 -> 3.2.4

Message ID 1737360846-4824-23-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/32] cbindgen: update 0.27.0 -> 0.28.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 20, 2025, 8:13 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-psycopg_3.2.3.bb => python3-psycopg_3.2.4.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/python/{python3-psycopg_3.2.3.bb => python3-psycopg_3.2.4.bb} (85%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
similarity index 85%
rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb
rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
index 8c79958ac4..1c01092691 100644
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb
+++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
@@ -7,7 +7,7 @@  features offered by PostgreSQL."
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
 
-SRC_URI[sha256sum] = "a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2"
+SRC_URI[sha256sum] = "f26f1346d6bf1ef5f5ef1714dd405c67fb365cfd1c6cea07de1792747b167b92"
 
 inherit pypi python_setuptools_build_meta