mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
chore: build binary packages with OpenSSL 1.1.1q
This commit is contained in:
parent
77039cad63
commit
259d15ae3e
|
@ -8,7 +8,7 @@ To invalidate the cache, update this file and check it into git.
|
|||
|
||||
Currently used modules built in the cache:
|
||||
|
||||
- OPENSSL_VERSION: 1.1.1q
|
||||
- OPENSSL_VERSION: 1.1.1r
|
||||
- POSTGRES_VERSION: 15.0
|
||||
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ environment:
|
|||
|
||||
WORKFLOW: packages
|
||||
|
||||
OPENSSL_VERSION: "1_1_1q"
|
||||
OPENSSL_VERSION: "1_1_1r"
|
||||
POSTGRES_VERSION: "15_0"
|
||||
|
||||
PSYCOPG2_TESTDB: psycopg2_test
|
||||
|
|
|
@ -19,7 +19,7 @@ environment:
|
|||
|
||||
WORKFLOW: tests
|
||||
|
||||
OPENSSL_VERSION: "1_1_1q"
|
||||
OPENSSL_VERSION: "1_1_1r"
|
||||
POSTGRES_VERSION: "15_0"
|
||||
|
||||
PSYCOPG2_TESTDB: psycopg2_test
|
||||
|
|
2
NEWS
2
NEWS
|
@ -7,7 +7,7 @@ What's new in psycopg 2.9.5
|
|||
- Add support for Python 3.11.
|
||||
- Add support for rowcount in MERGE statements in binary packages
|
||||
(:ticket:`#1497`).
|
||||
- Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 15 libpq.
|
||||
- Wheel package compiled against OpenSSL 1.1.1r and PostgreSQL 15 libpq.
|
||||
|
||||
|
||||
What's new in psycopg 2.9.4
|
||||
|
|
|
@ -8,7 +8,7 @@ set -x
|
|||
# Last release: https://www.postgresql.org/ftp/source/
|
||||
postgres_version="15.0"
|
||||
# last release: https://www.openssl.org/source/
|
||||
openssl_version="1.1.1q"
|
||||
openssl_version="1.1.1r"
|
||||
# last release: https://openldap.org/software/download/
|
||||
ldap_version="2.4.59"
|
||||
# last release: https://github.com/cyrusimap/cyrus-sasl/releases
|
||||
|
|
Loading…
Reference in New Issue
Block a user