]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore(binary): bump libpq to 17.2
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jan 2025 11:24:47 +0000 (12:24 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jan 2025 23:31:21 +0000 (00:31 +0100)
Note: on vcpkg, v17 is not available yet. Furthermore it's not easy to
pin the version. See https://github.com/microsoft/vcpkg/discussions/25622

.github/workflows/packages-bin.yml
tools/build/wheel_win32_before_build.bat

index ea1c527e9692691339a99a8b808a5f6fc0d80f12..fb43ac877c093252e6d9097064017fc5e9cd5024 100644 (file)
@@ -7,7 +7,13 @@ on:
 
 env:
   # Latest release: https://www.postgresql.org/ftp/source/
-  LIBPQ_VERSION: "17.0"
+  LIBPQ_VERSION: "17.2"
+  # Note: On windows the latest version can be found at
+  # https://vcpkg.io/en/package/libpq
+  # However the command line tool doesn't have a flag to specify to install
+  # a specific version, so whatever you get you keep it.
+  # https://github.com/microsoft/vcpkg/discussions/25622
+
   # Latest release: https://www.openssl.org/source/
   OPENSSL_VERSION: "3.4.0"
 
index cc5f8308940be8bbedbcdc08975b67f03fc7cadf..5a22ab384856f510c911dc1e48e4bd31fc7c7ed7 100644 (file)
@@ -2,6 +2,8 @@
 
 pip install delvewheel wheel
 
+REM A specific version cannot be easily chosen.
+REM https://github.com/microsoft/vcpkg/discussions/25622
 vcpkg install libpq:x64-windows-release
 
 pipx install .\tools\build\pg_config_vcpkg_stub\