mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 7.4
This commit is contained in:
parent
e47f49a79e
commit
ad772bea64
4 changed files with 38 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.3/pgadmin_4-7.3-bookworm-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.4/pgadmin_4-7.4-bookworm-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=fc402d3eac52a5a5d2e90e25d6564c9865e3d80ded3f2220ae7a2264e5958783
|
SOURCE_SUM=3e07e653ddbd0e4e7faaa08a7266a65eb4e28017aceb1719bb71a17dca8a9cb1
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.3/pgadmin_4-7.3-bullseye-bin1_armv7l.tar.gz
|
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.4/pgadmin_4-7.4-bullseye-bin1_armv7l.tar.gz
|
||||||
SOURCE_SUM=b4d8e39ef0f64862e51a5f619084892ca9029d9573f0f2ea150cf3cee83486ba
|
SOURCE_SUM=8f1310bd97b68ff9dca6909b0ddc765e004f183baef4451a273c5a74230530cb
|
||||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||||
# default: sha256
|
# default: sha256
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
alembic==1.11.1
|
alembic==1.11.1
|
||||||
Authlib==1.2.0
|
Authlib==1.2.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.27.0
|
azure-core==1.27.1
|
||||||
azure-identity==1.12.0
|
azure-identity==1.13.0
|
||||||
azure-mgmt-core==1.4.0
|
azure-mgmt-core==1.4.0
|
||||||
azure-mgmt-rdbms==10.1.0
|
azure-mgmt-rdbms==10.1.0
|
||||||
azure-mgmt-resource==23.0.0
|
azure-mgmt-resource==23.0.1
|
||||||
azure-mgmt-subscription==3.1.1
|
azure-mgmt-subscription==3.1.1
|
||||||
Babel==2.12.1
|
Babel==2.12.1
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
bidict==0.22.1
|
bidict==0.22.1
|
||||||
blinker==1.6.2
|
blinker==1.6.2
|
||||||
boto3==1.26.148
|
boto3==1.26.164
|
||||||
botocore==1.29.148
|
botocore==1.29.164
|
||||||
Brotli==1.0.9
|
Brotli==1.0.9
|
||||||
cachetools==5.3.1
|
cachetools==5.3.1
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
|
@ -34,19 +34,19 @@ Flask-Paranoid==0.3.0
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-Security-Too==5.1.2
|
Flask-Security-Too==5.1.2
|
||||||
Flask-SocketIO==5.3.4
|
Flask-SocketIO==5.3.4
|
||||||
Flask-SQLAlchemy==3.0.3
|
Flask-SQLAlchemy==3.0.5
|
||||||
Flask-WTF==1.1.1
|
Flask-WTF==1.1.1
|
||||||
google-api-core==2.11.0
|
google-api-core==2.11.1
|
||||||
google-api-python-client==2.88.0
|
google-api-python-client==2.91.0
|
||||||
google-auth==2.19.1
|
google-auth==2.21.0
|
||||||
google-auth-httplib2==0.1.0
|
google-auth-httplib2==0.1.0
|
||||||
google-auth-oauthlib==1.0.0
|
google-auth-oauthlib==1.0.0
|
||||||
googleapis-common-protos==1.59.0
|
googleapis-common-protos==1.59.1
|
||||||
greenlet==2.0.2
|
greenlet==2.0.2
|
||||||
httpagentparser==1.9.5
|
httpagentparser==1.9.5
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
importlib-metadata==6.6.0
|
importlib-metadata==6.7.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jaraco.classes==3.2.3
|
jaraco.classes==3.2.3
|
||||||
|
@ -64,10 +64,10 @@ msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
paramiko==3.2.0
|
paramiko==3.2.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4 @ file:///root/pgadmin4-7.3-py3-none-any.whl#sha256=b1cc252d761d715b3ed39b8af5184bce8dd891aa8c41fcfe5f739c2f056aa7f8
|
pgadmin4 @ file:///root/pgadmin4-7.4-py3-none-any.whl#sha256=c92876a5f44e45cf83c0790adcb99dca1d7fad4780ea34ef3013cb13f9331f6a
|
||||||
Pillow==9.5.0
|
Pillow==9.5.0
|
||||||
portalocker==2.7.0
|
portalocker==2.7.0
|
||||||
protobuf==4.23.2
|
protobuf==4.23.3
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
psycopg==3.1.8
|
psycopg==3.1.8
|
||||||
psycopg-c==3.1.8
|
psycopg-c==3.1.8
|
||||||
|
@ -77,7 +77,7 @@ pycparser==2.21
|
||||||
PyJWT==2.7.0
|
PyJWT==2.7.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyotp==2.8.0
|
pyotp==2.8.0
|
||||||
pyparsing==3.0.9
|
pyparsing==3.1.0
|
||||||
pypng==0.20220715.0
|
pypng==0.20220715.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-engineio==4.4.1
|
python-engineio==4.4.1
|
||||||
|
@ -91,10 +91,10 @@ s3transfer==0.6.1
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.15
|
SQLAlchemy==2.0.17
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typing_extensions==4.6.3
|
typing_extensions==4.7.0
|
||||||
ua-parser==0.16.1
|
ua-parser==0.16.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.16
|
urllib3==1.26.16
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
alembic==1.11.1
|
alembic==1.11.1
|
||||||
Authlib==1.2.0
|
Authlib==1.2.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.27.0
|
azure-core==1.27.1
|
||||||
azure-identity==1.12.0
|
azure-identity==1.13.0
|
||||||
azure-mgmt-core==1.4.0
|
azure-mgmt-core==1.4.0
|
||||||
azure-mgmt-rdbms==10.1.0
|
azure-mgmt-rdbms==10.1.0
|
||||||
azure-mgmt-resource==23.0.0
|
azure-mgmt-resource==23.0.1
|
||||||
azure-mgmt-subscription==3.1.1
|
azure-mgmt-subscription==3.1.1
|
||||||
Babel==2.12.1
|
Babel==2.12.1
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
bidict==0.22.1
|
bidict==0.22.1
|
||||||
blinker==1.6.2
|
blinker==1.6.2
|
||||||
boto3==1.26.148
|
boto3==1.26.163
|
||||||
botocore==1.29.148
|
botocore==1.29.163
|
||||||
Brotli==1.0.9
|
Brotli==1.0.9
|
||||||
cachetools==5.3.1
|
cachetools==5.3.1
|
||||||
certifi==2023.5.7
|
certifi==2023.5.7
|
||||||
|
@ -34,19 +34,19 @@ Flask-Paranoid==0.3.0
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Flask-Security-Too==5.1.2
|
Flask-Security-Too==5.1.2
|
||||||
Flask-SocketIO==5.3.4
|
Flask-SocketIO==5.3.4
|
||||||
Flask-SQLAlchemy==3.0.3
|
Flask-SQLAlchemy==3.0.5
|
||||||
Flask-WTF==1.1.1
|
Flask-WTF==1.1.1
|
||||||
google-api-core==2.11.0
|
google-api-core==2.11.1
|
||||||
google-api-python-client==2.88.0
|
google-api-python-client==2.91.0
|
||||||
google-auth==2.19.1
|
google-auth==2.21.0
|
||||||
google-auth-httplib2==0.1.0
|
google-auth-httplib2==0.1.0
|
||||||
google-auth-oauthlib==1.0.0
|
google-auth-oauthlib==1.0.0
|
||||||
googleapis-common-protos==1.59.0
|
googleapis-common-protos==1.59.1
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
httpagentparser==1.9.5
|
httpagentparser==1.9.5
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
importlib-metadata==6.6.0
|
importlib-metadata==6.7.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.1.2
|
itsdangerous==2.1.2
|
||||||
jaraco.classes==3.2.3
|
jaraco.classes==3.2.3
|
||||||
|
@ -64,11 +64,11 @@ msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
paramiko==3.2.0
|
paramiko==3.2.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4 @ file:///home/app_upgrader/pgadmin4-7.3-py3-none-any.whl#sha256=972457d668607ca09ec1a408e38fb3b312dabff76814b004cfffa352276e53bb
|
pgadmin4 @ file:///home/app_upgrader/pgadmin4-7.4-py3-none-any.whl#sha256=a19eb21ba103143ad88ec8b915c02382d18789d94d04b592930dda3273ac1bc7
|
||||||
Pillow==9.5.0
|
Pillow==9.5.0
|
||||||
pkg_resources==0.0.0
|
pkg_resources==0.0.0
|
||||||
portalocker==2.7.0
|
portalocker==2.7.0
|
||||||
protobuf==4.23.2
|
protobuf==4.23.3
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
psycopg==3.1.8
|
psycopg==3.1.8
|
||||||
psycopg-c==3.1.8
|
psycopg-c==3.1.8
|
||||||
|
@ -78,7 +78,7 @@ pycparser==2.21
|
||||||
PyJWT==2.7.0
|
PyJWT==2.7.0
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
pyotp==2.8.0
|
pyotp==2.8.0
|
||||||
pyparsing==3.0.9
|
pyparsing==3.1.0
|
||||||
pypng==0.20220715.0
|
pypng==0.20220715.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-engineio==4.4.1
|
python-engineio==4.4.1
|
||||||
|
@ -92,10 +92,10 @@ s3transfer==0.6.1
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.15
|
SQLAlchemy==2.0.17
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typing_extensions==4.6.3
|
typing_extensions==4.7.0
|
||||||
ua-parser==0.16.1
|
ua-parser==0.16.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.16
|
urllib3==1.26.16
|
||||||
|
|
Loading…
Add table
Reference in a new issue