Upgrade libpq to 13.3 and libssl to 1.1.1k on windows too

This commit is contained in:
Daniele Varrazzo 2021-06-15 18:18:55 +01:00
parent cefb818105
commit 9e5847222d
4 changed files with 7 additions and 6 deletions

View File

@ -22,8 +22,8 @@ environment:
WORKFLOW: packages WORKFLOW: packages
OPENSSL_VERSION: "1_1_1h" OPENSSL_VERSION: "1_1_1k"
POSTGRES_VERSION: "13_0" POSTGRES_VERSION: "13_3"
PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres PSYCOPG2_TESTDB_USER: postgres

View File

@ -17,8 +17,8 @@ environment:
WORKFLOW: tests WORKFLOW: tests
OPENSSL_VERSION: "1_1_1h" OPENSSL_VERSION: "1_1_1k"
POSTGRES_VERSION: "13_0" POSTGRES_VERSION: "13_3"
PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres PSYCOPG2_TESTDB_USER: postgres

1
NEWS
View File

@ -28,6 +28,7 @@ Other changes:
platforms. platforms.
- Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and - Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and
ppc64le platforms. ppc64le platforms.
- Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3.
- Build system for Linux/MacOS binary packages moved to GitHub action. - Build system for Linux/MacOS binary packages moved to GitHub action.

View File

@ -9,10 +9,10 @@ To invalidate the cache, update this file and check it into git.
Currently used modules built in the cache: Currently used modules built in the cache:
OpenSSL OpenSSL
Version: 1.1.1h Version: 1.1.1k
PostgreSQL PostgreSQL
Version: 13.0 Version: 13.3
NOTE: to zap the cache manually you can also use: NOTE: to zap the cache manually you can also use: