mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Build using OpenSSL 1.0.2n
This commit is contained in:
parent
8cc0d06e65
commit
957fd79a27
|
@ -22,7 +22,7 @@ environment:
|
|||
- {PYVER: "36", PYTHON_ARCH: "32"}
|
||||
- {PYVER: "36", PYTHON_ARCH: "64"}
|
||||
|
||||
OPENSSL_VERSION: "1_0_2m"
|
||||
OPENSSL_VERSION: "1_0_2n"
|
||||
POSTGRES_VERSION: "10_1"
|
||||
|
||||
PSYCOPG2_TESTDB: psycopg2_test
|
||||
|
|
2
NEWS
2
NEWS
|
@ -31,7 +31,7 @@ What's new in psycopg 2.7.4
|
|||
- Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING`
|
||||
statements (:ticket:`633`).
|
||||
- Fixed compatibility problem with pypy3 (:ticket:`#649`).
|
||||
- Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2m.
|
||||
- Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
|
||||
|
||||
|
||||
What's new in psycopg 2.7.3.2
|
||||
|
|
|
@ -9,7 +9,7 @@ To invalidate the cache, update this file and check it into git.
|
|||
Currently used modules built in the cache:
|
||||
|
||||
OpenSSL
|
||||
Version: 1.0.2m
|
||||
Version: 1.0.2n
|
||||
|
||||
PostgreSQL
|
||||
Version: 10.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user