]> 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 18:28:50 +0000 (19:28 +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 1d0373567fba09943c3e448302b08bd14a015f51..9eaf70d2992dc1ece5acc1549b4f11976a8a3189 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\