chore: upgrade libpq and openssl versions used in packaging

This commit is contained in:
Daniele Varrazzo 2023-08-04 16:38:42 +01:00
parent 329f43c762
commit 20fcfd6786
5 changed files with 14 additions and 8 deletions

View File

@ -8,8 +8,8 @@ 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_VERSION: 1.1.1t - OPENSSL_VERSION: 1.1.1v
- POSTGRES_VERSION: 15.0 - POSTGRES_VERSION: 15.3
NOTE: to zap the cache manually you can also use: NOTE: to zap the cache manually you can also use:

View File

@ -24,8 +24,8 @@ environment:
WORKFLOW: packages WORKFLOW: packages
OPENSSL_VERSION: "1_1_1t" OPENSSL_VERSION: "1_1_1v"
POSTGRES_VERSION: "15_0" POSTGRES_VERSION: "15_3"
PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres PSYCOPG2_TESTDB_USER: postgres

View File

@ -21,8 +21,8 @@ environment:
WORKFLOW: tests WORKFLOW: tests
OPENSSL_VERSION: "1_1_1t" OPENSSL_VERSION: "1_1_1v"
POSTGRES_VERSION: "15_0" POSTGRES_VERSION: "15_3"
PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres PSYCOPG2_TESTDB_USER: postgres

View File

@ -56,8 +56,8 @@ jobs:
if: true if: true
env: env:
LIBPQ_VERSION: "15.0" LIBPQ_VERSION: "15.3"
OPENSSL_VERSION: "1.1.1t" OPENSSL_VERSION: "1.1.1v"
strategy: strategy:
fail-fast: false fail-fast: false

6
NEWS
View File

@ -1,6 +1,12 @@
Current release Current release
--------------- ---------------
What's new in psycopg 2.9.7 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Wheel package compiled against OpenSSL 1.1.1v.
What's new in psycopg 2.9.6 What's new in psycopg 2.9.6
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^