pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179
Date: 2020-02-18 06:41:18
Message-ID: E1j3wZK-0005Fw-Bx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-18 06:41:55 Re: [pgAdmin][RM5179] Add support for Python 3.8
Previous Message Akshay Joshi 2020-02-18 05:28:53 Re: [pgAdmin4][RM5185] Option to override select2control's label className