Skip to content

Commit

Permalink
chore: upgrade libpq and openssl versions used in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Aug 4, 2023
1 parent 329f43c commit 20fcfd6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .appveyor/cache_rebuild
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .appveyor/packages.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .appveyor/tests.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions NEWS
@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 20fcfd6

Please sign in to comment.