Re: [pgAdmin][RM5179] Add support for Python 3.8

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5179] Add support for Python 3.8
Date: 2020-02-18 06:41:55
Message-ID: CANxoLDddDuN2RaWyMCo38uxARLXcdLUHL9NKZh+4Ja8Ej+S=Hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Feb 17, 2020 at 1:24 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> 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"
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nagaraj Raj 2020-02-18 17:46:28 DB running out of memory issues after upgrade
Previous Message Akshay Joshi 2020-02-18 06:41:18 pgAdmin 4 commit: Added Python 3.8 support. Fixes #5179