[pgAdmin][RM5179] Add support for Python 3.8

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM5179] Add support for Python 3.8
Date: 2020-02-17 07:54:12
Message-ID: CAM9w-_=P-oj3vQnbhN4mj75F_xipPE65mb=P_1E6fZzktEBY3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is the patch to make pgAdmin work on python 3.8. Changes include:
1) Ugraded 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.

Kindly review.
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM5179.patch application/octet-stream 26.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-18 05:28:40 pgAdmin 4 commit: Initialize the label and control className for select
Previous Message Nagesh Dhope 2020-02-17 07:40:08 Re: [pgAdmin4][RM5185] Option to override select2control's label className