mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Upgrade pgadmin to 8.6
This commit is contained in:
parent
676f12fac8
commit
e064d62f52
3 changed files with 45 additions and 45 deletions
|
@ -1,5 +1,5 @@
|
|||
alembic==1.13.1
|
||||
Authlib==1.2.1
|
||||
Authlib==1.3.0
|
||||
azure-common==1.1.28
|
||||
azure-core==1.30.1
|
||||
azure-identity==1.15.0
|
||||
|
@ -10,7 +10,7 @@ azure-mgmt-subscription==3.1.1
|
|||
Babel==2.14.0
|
||||
bcrypt==4.0.1
|
||||
bidict==0.23.1
|
||||
blinker==1.7.0
|
||||
blinker==1.8.1
|
||||
boto3==1.33.13
|
||||
botocore==1.33.13
|
||||
Brotli==1.1.0
|
||||
|
@ -19,40 +19,38 @@ certifi==2024.2.2
|
|||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
colorama==0.4.6
|
||||
cryptography==42.0.5
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
eventlet==0.34.2
|
||||
Flask==2.3.3
|
||||
Flask==3.0.3
|
||||
flask-babel==4.0.0
|
||||
Flask-Compress==1.14
|
||||
Flask-Gravatar==0.5.0
|
||||
Flask-Compress==1.15
|
||||
Flask-Login==0.6.3
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==4.0.7
|
||||
Flask-Paranoid==0.3.0
|
||||
Flask-Principal==0.4.0
|
||||
Flask-Security-Too==5.3.3
|
||||
Flask-Security-Too==5.4.3
|
||||
Flask-SocketIO==5.3.6
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.1
|
||||
google-api-core==2.18.0
|
||||
google-api-python-client==2.125.0
|
||||
google-api-core==2.19.0
|
||||
google-api-python-client==2.127.0
|
||||
google-auth==2.29.0
|
||||
google-auth-httplib2==0.2.0
|
||||
google-auth-oauthlib==1.1.0
|
||||
google-auth-oauthlib==1.2.0
|
||||
googleapis-common-protos==1.63.0
|
||||
greenlet==3.0.3
|
||||
gunicorn==21.2.0
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0
|
||||
httpagentparser==1.9.5
|
||||
httplib2==0.22.0
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
importlib_metadata==7.1.0
|
||||
importlib_resources==6.4.0
|
||||
isodate==0.6.1
|
||||
itsdangerous==2.1.2
|
||||
itsdangerous==2.2.0
|
||||
jaraco.classes==3.4.0
|
||||
jeepney==0.8.0
|
||||
Jinja2==3.1.3
|
||||
|
@ -60,7 +58,8 @@ jmespath==1.0.1
|
|||
jsonformatter==0.3.2
|
||||
keyring==24.3.1
|
||||
ldap3==2.9.1
|
||||
Mako==1.3.2
|
||||
libgravatar==1.0.4
|
||||
Mako==1.3.3
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.5
|
||||
mdurl==0.1.2
|
||||
|
@ -72,7 +71,7 @@ oauthlib==3.2.2
|
|||
packaging==24.0
|
||||
paramiko==3.4.0
|
||||
passlib==1.7.4
|
||||
pgadmin4==8.5
|
||||
pgadmin4==8.6
|
||||
portalocker==2.8.2
|
||||
proto-plus==1.23.0
|
||||
protobuf==4.25.3
|
||||
|
@ -91,7 +90,7 @@ pypng==0.20220715.0
|
|||
python-dateutil==2.9.0.post0
|
||||
python-engineio==4.9.0
|
||||
python-socketio==5.11.2
|
||||
pytz==2023.4
|
||||
pytz==2024.1
|
||||
qrcode==7.4.2
|
||||
requests==2.31.0
|
||||
requests-oauthlib==2.0.0
|
||||
|
@ -104,15 +103,16 @@ simple-websocket==1.0.0
|
|||
six==1.16.0
|
||||
speaklater3==1.4
|
||||
SQLAlchemy==2.0.29
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
sshtunnel==0.4.0
|
||||
typer==0.9.4
|
||||
typing_extensions==4.10.0
|
||||
typer==0.12.3
|
||||
typing_extensions==4.11.0
|
||||
ua-parser==0.18.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.18
|
||||
user-agents==2.2.0
|
||||
Werkzeug==2.3.8
|
||||
Werkzeug==3.0.2
|
||||
wsproto==1.2.0
|
||||
WTForms==3.1.2
|
||||
zipp==3.18.1
|
||||
zstandard==0.22.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
alembic==1.13.1
|
||||
Authlib==1.2.1
|
||||
Authlib==1.3.0
|
||||
azure-common==1.1.28
|
||||
azure-core==1.30.1
|
||||
azure-identity==1.15.0
|
||||
|
@ -10,7 +10,7 @@ azure-mgmt-subscription==3.1.1
|
|||
Babel==2.14.0
|
||||
bcrypt==4.0.1
|
||||
bidict==0.23.1
|
||||
blinker==1.7.0
|
||||
blinker==1.8.1
|
||||
boto3==1.33.13
|
||||
botocore==1.33.13
|
||||
Brotli==1.1.0
|
||||
|
@ -19,40 +19,38 @@ certifi==2024.2.2
|
|||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
colorama==0.4.6
|
||||
cryptography==42.0.5
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
eventlet==0.34.2
|
||||
Flask==2.3.3
|
||||
Flask==3.0.3
|
||||
flask-babel==4.0.0
|
||||
Flask-Compress==1.14
|
||||
Flask-Gravatar==0.5.0
|
||||
Flask-Compress==1.15
|
||||
Flask-Login==0.6.3
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==4.0.7
|
||||
Flask-Paranoid==0.3.0
|
||||
Flask-Principal==0.4.0
|
||||
Flask-Security-Too==5.3.3
|
||||
Flask-Security-Too==5.4.3
|
||||
Flask-SocketIO==5.3.6
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.1
|
||||
google-api-core==2.18.0
|
||||
google-api-python-client==2.125.0
|
||||
google-api-core==2.19.0
|
||||
google-api-python-client==2.127.0
|
||||
google-auth==2.29.0
|
||||
google-auth-httplib2==0.2.0
|
||||
google-auth-oauthlib==1.1.0
|
||||
google-auth-oauthlib==1.2.0
|
||||
googleapis-common-protos==1.63.0
|
||||
greenlet==1.1.2
|
||||
gunicorn==21.2.0
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0
|
||||
httpagentparser==1.9.5
|
||||
httplib2==0.22.0
|
||||
idna==3.6
|
||||
idna==3.7
|
||||
importlib_metadata==7.1.0
|
||||
importlib_resources==6.4.0
|
||||
isodate==0.6.1
|
||||
itsdangerous==2.1.2
|
||||
itsdangerous==2.2.0
|
||||
jaraco.classes==3.4.0
|
||||
jeepney==0.8.0
|
||||
Jinja2==3.1.3
|
||||
|
@ -60,7 +58,8 @@ jmespath==1.0.1
|
|||
jsonformatter==0.3.2
|
||||
keyring==24.3.1
|
||||
ldap3==2.9.1
|
||||
Mako==1.3.2
|
||||
libgravatar==1.0.4
|
||||
Mako==1.3.3
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.5
|
||||
mdurl==0.1.2
|
||||
|
@ -72,7 +71,7 @@ oauthlib==3.2.2
|
|||
packaging==24.0
|
||||
paramiko==3.4.0
|
||||
passlib==1.7.4
|
||||
pgadmin4==8.5
|
||||
pgadmin4==8.6
|
||||
portalocker==2.8.2
|
||||
proto-plus==1.23.0
|
||||
protobuf==4.25.3
|
||||
|
@ -91,7 +90,7 @@ pypng==0.20220715.0
|
|||
python-dateutil==2.9.0.post0
|
||||
python-engineio==4.9.0
|
||||
python-socketio==5.11.2
|
||||
pytz==2023.4
|
||||
pytz==2024.1
|
||||
qrcode==7.4.2
|
||||
requests==2.31.0
|
||||
requests-oauthlib==2.0.0
|
||||
|
@ -104,15 +103,16 @@ simple-websocket==1.0.0
|
|||
six==1.16.0
|
||||
speaklater3==1.4
|
||||
SQLAlchemy==2.0.29
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
sshtunnel==0.4.0
|
||||
typer==0.9.4
|
||||
typing_extensions==4.10.0
|
||||
typer==0.12.3
|
||||
typing_extensions==4.11.0
|
||||
ua-parser==0.18.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.18
|
||||
user-agents==2.2.0
|
||||
Werkzeug==2.3.8
|
||||
Werkzeug==3.0.2
|
||||
wsproto==1.2.0
|
||||
WTForms==3.1.2
|
||||
zipp==3.18.1
|
||||
zstandard==0.22.0
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "pgAdmin4"
|
|||
description.en = "Manage PostgreSQL databases over the web"
|
||||
description.fr = "Application web de gestion des bases de données PostgreSQL"
|
||||
|
||||
version = "8.5~ynh1"
|
||||
version = "8.6~ynh1"
|
||||
|
||||
maintainers = ["Josué Tille"]
|
||||
|
||||
|
@ -42,13 +42,13 @@ ram.runtime = "200M"
|
|||
[resources]
|
||||
[resources.sources.pgadmin_prebuilt_armv7_bookworm]
|
||||
prefetch = false
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.5/pgadmin_8.5-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "55bce68b2dca172311acc9f9d1c8837d53af72b69a2e37dc9da9c374129b2fe8"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.6/pgadmin_8.6-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "316c76f2d2ac1543b9f8c0a07339a0fbe504bb3da1c931bd41e2445e0e268f8e"
|
||||
|
||||
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
||||
prefetch = false
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.5/pgadmin_8.5-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "4f67b54a306220621f76a488e18b5c1a04379ee3914fbd91830378bcf8896363"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.6/pgadmin_8.6-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "9dc6effbedd21ef50ab10f0f428db293016bd27482029ec69641371d314be5e5"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
Loading…
Reference in a new issue