Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3LVD-0008NL-He for pgadmin-hackers@arkaria.postgresql.org; Tue, 03 Apr 2018 12:57:31 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f3LVB-0001yC-P6 for pgadmin-hackers@arkaria.postgresql.org; Tue, 03 Apr 2018 12:57:29 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3LVB-0001xw-GT for pgadmin-hackers@lists.postgresql.org; Tue, 03 Apr 2018 12:57:29 +0000 Received: from mail-wr0-x232.google.com ([2a00:1450:400c:c0c::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f3LV7-0007Gi-U8 for pgadmin-hackers@postgresql.org; Tue, 03 Apr 2018 12:57:28 +0000 Received: by mail-wr0-x232.google.com with SMTP id s18so18623845wrg.9 for ; Tue, 03 Apr 2018 05:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=p1bZxK4/lTdwMwMv/dnAJCEbNFXQ/KTeJ6ZvYMRS1Zc=; b=jPAklPXv0CCuIAOXqvWaRo1HTwiz5MAZ6F0XGPSLW69UU4OmhV2qGGd7pHI/A9P3Oo rKO3W6JGZsWXR1EHFiHB/T8+QVLOQA+NYH3VS7+rbXWdynYWl0+2Jr//qBb6fhs1Pglt LKZazq0+W0qV6h4PsE56Ag6fhrX3JlERcInJPfTWl4KYZt01s4NoJL/mxN1JnFd3G70R 5slQkkbiLyHD16e9d/DGymU8hcg7zkKgs1KotV/SyLuNFPmd8GkAGbsX2fSjWDo0S5j8 fqH3eIpkrljP2clHdkF4gfLe+XvcRJLiSchcBn5aguwtIGJ1+bEHJVaJVEuWEYozGAy+ KQCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=p1bZxK4/lTdwMwMv/dnAJCEbNFXQ/KTeJ6ZvYMRS1Zc=; b=PwCV6kheEFfOwDZD9FKkT3KyFuBt6Penx/1bSUPFIBKRRFbK2YhAfcsQZ1m1H+7FV2 yqULhGvLRxigyjis/VNWmOVfjcOWjBM2ufbKMwqgMpyQx1tq/pIFxuQP+xj+8m7qqSGc BY5qXcQXz5deBpdkc4N1vz1Qipeebt01Rc9sHgX5EqN8arGWmXh02Vay73S9gTrtxLG+ fd5mzyVTWPAvKrPawfGwRZiqAjTBX1c6/4v4te56qhFrBXnOB7FwTItn2C9EU5dhwgH0 acpxcaJ/wmUosa3lvHIjWbTou9tIfagB9rneJ7Qw0m6SYsSJWaA2EJHpKvg4L48V4cdL N8zQ== X-Gm-Message-State: AElRT7HnPZUeRH4/1zVWpRpE24t2iaoyErIZxNbHpTSuFH0WEKjl/q05 nISgUgFbVUEXQxDCwHqIwLjpNfJHZC+ESJ/vFA4XmA== X-Google-Smtp-Source: AIpwx4+HoO679YEgsgf40FTnHoFw5xwOd+5bUxnTnnFiqvOynHIyDtuj7Vp3yWFCg0sR9+DICtZwbMKZ6EGoI2zIbaY= X-Received: by 10.223.196.74 with SMTP id a10mr8992219wrg.190.1522760243665; Tue, 03 Apr 2018 05:57:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.69.220 with HTTP; Tue, 3 Apr 2018 05:57:23 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Tue, 3 Apr 2018 13:57:23 +0100 Message-ID: Subject: Re: [pgAdmin4][RM#3154] Update modules to latest version To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="089e0828130466ea070568f13f0c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --089e0828130466ea070568f13f0c Content-Type: text/plain; charset="UTF-8" Hi On Fri, Mar 30, 2018 at 8:01 AM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to update the modules to latest version. > > - Why isn't jQuery updated to 3.3.1? - Shouldn't pkg/pip/setup_pip.py be updated with changes to psycopg2 and pycrypto etc? > We are not able to update some of the modules to latest version due to > dependancy on other modules, For example > - Python: Flask-Security has dependancy on flask-babelex which causes > conflict with flask_babel > Hmm, flask-babelex might be a better option anyway; in particular, it avoids loading catalogs with every request which seems desirable given the size of ours. On the other hand, it hasn't been updated so recently. > - JS: Can't update to Bootstrap4 because Bootstrap Switch & Bootstrap Datetime > picker has dependancy on Bootstrap3. > OK. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --089e0828130466ea070568f13f0c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Fri, Mar 30, 2018 at 8:01 AM, Murtuza Zabuawala = <murtuza.zabuawala@enterprisedb.com> wrote:
Hi,

PFA patch to update the modules to latest version.


- Why isn't jQuery updated to 3.3.1?

- Shouldn't pkg/pip/setup_pip.py be updated with changes to psycopg2 = and pycrypto etc?=C2=A0

=C2=A0
We are not able to update some of the modules to latest version due = to dependancy on other modules, For example
- Python: Flask-Security has dependancy o= n flask-babelex which causes conflict with flask_babel

Hmm, flask-babelex might be a better option anyway;= in particular, it avoids loading catalogs with every request which seems d= esirable given the size of ours. On the other hand, it hasn't been upda= ted so recently.
=C2=A0
- J= S: Can't update to Bootstrap4 because Bootstrap Switch & Bootstrap=C2=A0Datetime picker has dependancy on B= ootstrap3.

OK.=C2=A0
=

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: = @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQ= L Company
--089e0828130466ea070568f13f0c--