mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 8.9
This commit is contained in:
parent
10700c7609
commit
e8411e934d
3 changed files with 57 additions and 57 deletions
|
@ -1,18 +1,18 @@
|
||||||
alembic==1.13.1
|
alembic==1.13.2
|
||||||
Authlib==1.3.1
|
Authlib==1.3.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.30.2
|
azure-core==1.30.2
|
||||||
azure-identity==1.15.0
|
azure-identity==1.16.1
|
||||||
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.1
|
azure-mgmt-resource==23.1.1
|
||||||
azure-mgmt-subscription==3.1.1
|
azure-mgmt-subscription==3.1.1
|
||||||
Babel==2.15.0
|
Babel==2.15.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.1.3
|
||||||
bidict==0.23.1
|
bidict==0.23.1
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
boto3==1.33.13
|
boto3==1.34.135
|
||||||
botocore==1.33.13
|
botocore==1.34.135
|
||||||
Brotli==1.1.0
|
Brotli==1.1.0
|
||||||
cachetools==5.3.3
|
cachetools==5.3.3
|
||||||
certifi==2024.6.2
|
certifi==2024.6.2
|
||||||
|
@ -21,8 +21,8 @@ charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
cryptography==42.0.8
|
cryptography==42.0.8
|
||||||
dnspython==2.6.1
|
dnspython==2.6.1
|
||||||
email_validator==2.1.1
|
email_validator==2.2.0
|
||||||
eventlet==0.34.2
|
eventlet==0.36.1
|
||||||
Flask==3.0.3
|
Flask==3.0.3
|
||||||
flask-babel==4.0.0
|
flask-babel==4.0.0
|
||||||
Flask-Compress==1.15
|
Flask-Compress==1.15
|
||||||
|
@ -35,19 +35,19 @@ Flask-Security-Too==5.4.3
|
||||||
Flask-SocketIO==5.3.6
|
Flask-SocketIO==5.3.6
|
||||||
Flask-SQLAlchemy==3.1.1
|
Flask-SQLAlchemy==3.1.1
|
||||||
Flask-WTF==1.2.1
|
Flask-WTF==1.2.1
|
||||||
google-api-core==2.19.0
|
google-api-core==2.19.1
|
||||||
google-api-python-client==2.132.0
|
google-api-python-client==2.134.0
|
||||||
google-auth==2.30.0
|
google-auth==2.30.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.0
|
google-auth-oauthlib==1.2.0
|
||||||
googleapis-common-protos==1.63.1
|
googleapis-common-protos==1.63.2
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
gunicorn==22.0.0
|
gunicorn==22.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpagentparser==1.9.5
|
httpagentparser==1.9.5
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
importlib_metadata==7.1.0
|
importlib_metadata==8.0.0
|
||||||
importlib_resources==6.4.0
|
importlib_resources==6.4.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
@ -63,21 +63,21 @@ Mako==1.3.5
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.2.0
|
more-itertools==10.3.0
|
||||||
msal==1.28.0
|
msal==1.29.0
|
||||||
msal-extensions==1.1.0
|
msal-extensions==1.2.0
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
packaging==24.0
|
packaging==24.1
|
||||||
paramiko==3.4.0
|
paramiko==3.4.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4==8.8
|
pgadmin4==8.9
|
||||||
portalocker==2.8.2
|
portalocker==2.10.0
|
||||||
proto-plus==1.23.0
|
proto-plus==1.24.0
|
||||||
protobuf==4.25.3
|
protobuf==5.27.2
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
psycopg==3.1.12
|
psycopg==3.1.19
|
||||||
psycopg-c==3.1.12
|
psycopg-c==3.1.19
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
pyasn1_modules==0.4.0
|
pyasn1_modules==0.4.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
|
@ -89,27 +89,27 @@ pyparsing==3.1.2
|
||||||
pypng==0.20220715.0
|
pypng==0.20220715.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-engineio==4.9.1
|
python-engineio==4.9.1
|
||||||
python-socketio==5.11.2
|
python-socketio==5.11.3
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
qrcode==7.4.2
|
qrcode==7.4.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-oauthlib==2.0.0
|
requests-oauthlib==2.0.0
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
s3transfer==0.8.2
|
s3transfer==0.10.2
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
simple-websocket==1.0.0
|
simple-websocket==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.30
|
SQLAlchemy==2.0.31
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.0
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
ua-parser==0.18.0
|
ua-parser==0.18.0
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.18
|
urllib3==1.26.19
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
Werkzeug==3.0.3
|
Werkzeug==3.0.3
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
alembic==1.13.1
|
alembic==1.13.2
|
||||||
Authlib==1.3.1
|
Authlib==1.3.1
|
||||||
azure-common==1.1.28
|
azure-common==1.1.28
|
||||||
azure-core==1.30.2
|
azure-core==1.30.2
|
||||||
azure-identity==1.15.0
|
azure-identity==1.16.1
|
||||||
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.1
|
azure-mgmt-resource==23.1.1
|
||||||
azure-mgmt-subscription==3.1.1
|
azure-mgmt-subscription==3.1.1
|
||||||
Babel==2.15.0
|
Babel==2.15.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.1.3
|
||||||
bidict==0.23.1
|
bidict==0.23.1
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
boto3==1.33.13
|
boto3==1.34.135
|
||||||
botocore==1.33.13
|
botocore==1.34.135
|
||||||
Brotli==1.1.0
|
Brotli==1.1.0
|
||||||
cachetools==5.3.3
|
cachetools==5.3.3
|
||||||
certifi==2024.6.2
|
certifi==2024.6.2
|
||||||
|
@ -21,8 +21,8 @@ charset-normalizer==3.3.2
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
cryptography==42.0.8
|
cryptography==42.0.8
|
||||||
dnspython==2.6.1
|
dnspython==2.6.1
|
||||||
email_validator==2.1.1
|
email_validator==2.2.0
|
||||||
eventlet==0.34.2
|
eventlet==0.36.1
|
||||||
Flask==3.0.3
|
Flask==3.0.3
|
||||||
flask-babel==4.0.0
|
flask-babel==4.0.0
|
||||||
Flask-Compress==1.15
|
Flask-Compress==1.15
|
||||||
|
@ -35,19 +35,19 @@ Flask-Security-Too==5.4.3
|
||||||
Flask-SocketIO==5.3.6
|
Flask-SocketIO==5.3.6
|
||||||
Flask-SQLAlchemy==3.1.1
|
Flask-SQLAlchemy==3.1.1
|
||||||
Flask-WTF==1.2.1
|
Flask-WTF==1.2.1
|
||||||
google-api-core==2.19.0
|
google-api-core==2.19.1
|
||||||
google-api-python-client==2.132.0
|
google-api-python-client==2.134.0
|
||||||
google-auth==2.30.0
|
google-auth==2.30.0
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
google-auth-oauthlib==1.2.0
|
google-auth-oauthlib==1.2.0
|
||||||
googleapis-common-protos==1.63.1
|
googleapis-common-protos==1.63.2
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
gunicorn==22.0.0
|
gunicorn==22.0.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
httpagentparser==1.9.5
|
httpagentparser==1.9.5
|
||||||
httplib2==0.22.0
|
httplib2==0.22.0
|
||||||
idna==3.7
|
idna==3.7
|
||||||
importlib_metadata==7.1.0
|
importlib_metadata==8.0.0
|
||||||
importlib_resources==6.4.0
|
importlib_resources==6.4.0
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
|
@ -63,21 +63,21 @@ Mako==1.3.5
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==2.1.5
|
MarkupSafe==2.1.5
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==10.2.0
|
more-itertools==10.3.0
|
||||||
msal==1.28.0
|
msal==1.29.0
|
||||||
msal-extensions==1.1.0
|
msal-extensions==1.2.0
|
||||||
msrest==0.7.1
|
msrest==0.7.1
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
packaging==24.0
|
packaging==24.1
|
||||||
paramiko==3.4.0
|
paramiko==3.4.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
pgadmin4==8.8
|
pgadmin4==8.9
|
||||||
portalocker==2.8.2
|
portalocker==2.10.0
|
||||||
proto-plus==1.23.0
|
proto-plus==1.24.0
|
||||||
protobuf==4.25.3
|
protobuf==5.27.2
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
psycopg==3.1.12
|
psycopg==3.1.19
|
||||||
psycopg-c==3.1.12
|
psycopg-c==3.1.19
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
pyasn1_modules==0.4.0
|
pyasn1_modules==0.4.0
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
|
@ -89,27 +89,27 @@ pyparsing==3.1.2
|
||||||
pypng==0.20220715.0
|
pypng==0.20220715.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-engineio==4.9.1
|
python-engineio==4.9.1
|
||||||
python-socketio==5.11.2
|
python-socketio==5.11.3
|
||||||
pytz==2024.1
|
pytz==2024.1
|
||||||
qrcode==7.4.2
|
qrcode==7.4.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-oauthlib==2.0.0
|
requests-oauthlib==2.0.0
|
||||||
rich==13.7.1
|
rich==13.7.1
|
||||||
rsa==4.9
|
rsa==4.9
|
||||||
s3transfer==0.8.2
|
s3transfer==0.10.2
|
||||||
SecretStorage==3.3.3
|
SecretStorage==3.3.3
|
||||||
shellingham==1.5.4
|
shellingham==1.5.4
|
||||||
simple-websocket==1.0.0
|
simple-websocket==1.0.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
speaklater3==1.4
|
speaklater3==1.4
|
||||||
SQLAlchemy==2.0.30
|
SQLAlchemy==2.0.31
|
||||||
sqlparse==0.5.0
|
sqlparse==0.5.0
|
||||||
sshtunnel==0.4.0
|
sshtunnel==0.4.0
|
||||||
typer==0.12.3
|
typer==0.12.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
ua-parser==0.18.0
|
ua-parser==0.18.0
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.18
|
urllib3==1.26.19
|
||||||
user-agents==2.2.0
|
user-agents==2.2.0
|
||||||
Werkzeug==3.0.3
|
Werkzeug==3.0.3
|
||||||
wsproto==1.2.0
|
wsproto==1.2.0
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "pgAdmin4"
|
||||||
description.en = "Manage PostgreSQL databases over the web"
|
description.en = "Manage PostgreSQL databases over the web"
|
||||||
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
||||||
|
|
||||||
version = "8.8~ynh1"
|
version = "8.9~ynh1"
|
||||||
|
|
||||||
maintainers = ["Josué Tille"]
|
maintainers = ["Josué Tille"]
|
||||||
|
|
||||||
|
@ -42,13 +42,13 @@ ram.runtime = "200M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
||||||
prefetch = false
|
prefetch = false
|
||||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.8/pgadmin_8.8-bookworm-bin1_armv7l.tar.gz"
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.9/pgadmin_8.9-bookworm-bin1_armv7l.tar.gz"
|
||||||
armhf.sha256 = "cc5043b74810a6b9151c166bb5002ad7de5f32c2d93cf16dc1ce9bd408dcfc1e"
|
armhf.sha256 = "d62b25fc23e7353cd4f5693af9f78b1fb60a114724a1ff1adfaee306606f31b8"
|
||||||
|
|
||||||
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
||||||
prefetch = false
|
prefetch = false
|
||||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.8/pgadmin_8.8-bullseye-bin1_armv7l.tar.gz"
|
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.9/pgadmin_8.9-bullseye-bin1_armv7l.tar.gz"
|
||||||
armhf.sha256 = "071cabed1a55d92fc6a20d2a614e20f64814325a10b5a9079fe9862eb2db75dd"
|
armhf.sha256 = "4f5610b0c5ab3bc7c934dc2d3e0f25b23ed1e89e7814794fd21aec774a3dffd3"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Reference in a new issue