summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 18:18:55 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 18:42:25 +0100
commit9e5847222dd7f0028e852f1263d56d973a1707e1 (patch)
tree6283e258dbe4977e242c6f814ad689e375999cc0
parentcefb8181058342b9a4d0bd13b0fad920365d89d5 (diff)
downloadpsycopg2-9e5847222dd7f0028e852f1263d56d973a1707e1.tar.gz
Upgrade libpq to 13.3 and libssl to 1.1.1k on windows too
-rw-r--r--.appveyor/packages.yml4
-rw-r--r--.appveyor/tests.yml4
-rw-r--r--NEWS1
-rw-r--r--scripts/appveyor.cache_rebuild4
4 files changed, 7 insertions, 6 deletions
diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml
index 628475c..2f8c665 100644
--- a/.appveyor/packages.yml
+++ b/.appveyor/packages.yml
@@ -22,8 +22,8 @@ environment:
WORKFLOW: packages
- OPENSSL_VERSION: "1_1_1h"
- POSTGRES_VERSION: "13_0"
+ OPENSSL_VERSION: "1_1_1k"
+ POSTGRES_VERSION: "13_3"
PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres
diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml
index e1b7c52..5a0f8f9 100644
--- a/.appveyor/tests.yml
+++ b/.appveyor/tests.yml
@@ -17,8 +17,8 @@ environment:
WORKFLOW: tests
- OPENSSL_VERSION: "1_1_1h"
- POSTGRES_VERSION: "13_0"
+ OPENSSL_VERSION: "1_1_1k"
+ POSTGRES_VERSION: "13_3"
PSYCOPG2_TESTDB: psycopg2_test
PSYCOPG2_TESTDB_USER: postgres
diff --git a/NEWS b/NEWS
index 56752e3..51347b7 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ Other changes:
platforms.
- Provide :pep:`600` wheels packages (manylinux_2_24 tag) for aarch64 and
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.
diff --git a/scripts/appveyor.cache_rebuild b/scripts/appveyor.cache_rebuild
index 419eb94..d4d2ed2 100644
--- a/scripts/appveyor.cache_rebuild
+++ b/scripts/appveyor.cache_rebuild
@@ -9,10 +9,10 @@ To invalidate the cache, update this file and check it into git.
Currently used modules built in the cache:
OpenSSL
- Version: 1.1.1h
+ Version: 1.1.1k
PostgreSQL
- Version: 13.0
+ Version: 13.3
NOTE: to zap the cache manually you can also use: