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

View File

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

View File

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

View File

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

6
NEWS
View File

@ -1,6 +1,12 @@
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^