pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179
Date
Msg-id E1j3wZK-0005Fw-Bx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added Python 3.8 support. Fixes #5179
1) Upgraded passlib==1.7.1 to passlib==1.7.2
2) Replace unmaintained Flask-Security with maintained Flask-Security-Too package, which is also compatible with python
3.8
3) Other compatibility code changes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=915b09255c9d1aba560a6e79841459663c399509
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_19.rst                  |   1 +
requirements.txt                                   |   4 +-
web/pgadmin/browser/__init__.py                    |   4 +-
.../servers/databases/schemas/utils.py             |   2 +-
.../pg_utilities_backup_restore_test.py            |   4 +-
.../tools/backup/tests/test_backup_message.py      |  16 +--
.../tools/backup/tests/test_batch_process.py       | 115 +++++++++++----------
.../tests/test_batch_process_maintenance.py        |  99 +++++++++---------
.../maintenance/tests/test_maintenance_message.py  |  24 ++---
.../tools/restore/tests/test_batch_process.py      | 105 +++++++++----------
.../tools/restore/tests/test_restore_message.py    |   8 +-
web/pgadmin/utils/driver/psycopg2/connection.py    |   6 +-
web/pgadmin/utils/html.py                          |   8 +-
13 files changed, 203 insertions(+), 193 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM5185] Option to override select2control's label className
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5179] Add support for Python 3.8