mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
Upgrade libpq to 13.3 and libssl to 1.1.1k on windows too
This commit is contained in:
parent
cefb818105
commit
9e5847222d
|
@ -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
|
||||||
|
|
|
@ -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
1
NEWS
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user