mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
commit
4956b3103f
10 changed files with 34 additions and 34 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**Shipped version:** 8.7~ynh1
|
||||
**Shipped version:** 8.8~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**Versión actual:** 8.7~ynh1
|
||||
**Versión actual:** 8.8~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 8.7~ynh1
|
||||
**Paketatutako bertsioa:** 8.8~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**Version incluse :** 8.7~ynh1
|
||||
**Version incluse :** 8.8~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**Versión proporcionada:** 8.7~ynh1
|
||||
**Versión proporcionada:** 8.8~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
|
||||
|
||||
|
||||
**分发版本:** 8.7~ynh1
|
||||
**分发版本:** 8.8~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ then
|
|||
else
|
||||
result="Failed"
|
||||
fi
|
||||
msg="Build: $app_name version $app_version\n"
|
||||
msg+="$(cat ${app_name}_build_temp.log)"
|
||||
echo -e "$msg" | mail.mailutils -a "Content-Type: text/plain; charset=UTF-8" -s "Autoupgrade $app_name : $result" "$notify_email"
|
||||
msg="Build: $app_name version $app_version"
|
||||
|
||||
echo "$msg" | mail.mailutils --content-type="text/plain; charset=UTF-8" -A "${app_name}_build_temp.log" -s "Autoupgrade $app_name : $result" "$notify_email"
|
||||
fi
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
alembic==1.13.1
|
||||
Authlib==1.3.0
|
||||
Authlib==1.3.1
|
||||
azure-common==1.1.28
|
||||
azure-core==1.30.1
|
||||
azure-core==1.30.2
|
||||
azure-identity==1.15.0
|
||||
azure-mgmt-core==1.4.0
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
|
@ -15,11 +15,11 @@ boto3==1.33.13
|
|||
botocore==1.33.13
|
||||
Brotli==1.1.0
|
||||
cachetools==5.3.3
|
||||
certifi==2024.2.2
|
||||
certifi==2024.6.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
cryptography==42.0.7
|
||||
cryptography==42.0.8
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
eventlet==0.34.2
|
||||
|
@ -36,11 +36,11 @@ Flask-SocketIO==5.3.6
|
|||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.1
|
||||
google-api-core==2.19.0
|
||||
google-api-python-client==2.131.0
|
||||
google-auth==2.29.0
|
||||
google-api-python-client==2.132.0
|
||||
google-auth==2.30.0
|
||||
google-auth-httplib2==0.2.0
|
||||
google-auth-oauthlib==1.2.0
|
||||
googleapis-common-protos==1.63.0
|
||||
googleapis-common-protos==1.63.1
|
||||
greenlet==3.0.3
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0
|
||||
|
@ -71,7 +71,7 @@ oauthlib==3.2.2
|
|||
packaging==24.0
|
||||
paramiko==3.4.0
|
||||
passlib==1.7.4
|
||||
pgadmin4==8.7
|
||||
pgadmin4==8.8
|
||||
portalocker==2.8.2
|
||||
proto-plus==1.23.0
|
||||
protobuf==4.25.3
|
||||
|
@ -106,7 +106,7 @@ SQLAlchemy==2.0.30
|
|||
sqlparse==0.5.0
|
||||
sshtunnel==0.4.0
|
||||
typer==0.12.3
|
||||
typing_extensions==4.12.0
|
||||
typing_extensions==4.12.2
|
||||
ua-parser==0.18.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.18
|
||||
|
@ -114,5 +114,5 @@ user-agents==2.2.0
|
|||
Werkzeug==3.0.3
|
||||
wsproto==1.2.0
|
||||
WTForms==3.1.2
|
||||
zipp==3.19.0
|
||||
zipp==3.19.2
|
||||
zstandard==0.22.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
alembic==1.13.1
|
||||
Authlib==1.3.0
|
||||
Authlib==1.3.1
|
||||
azure-common==1.1.28
|
||||
azure-core==1.30.1
|
||||
azure-core==1.30.2
|
||||
azure-identity==1.15.0
|
||||
azure-mgmt-core==1.4.0
|
||||
azure-mgmt-rdbms==10.1.0
|
||||
|
@ -15,11 +15,11 @@ boto3==1.33.13
|
|||
botocore==1.33.13
|
||||
Brotli==1.1.0
|
||||
cachetools==5.3.3
|
||||
certifi==2024.2.2
|
||||
certifi==2024.6.2
|
||||
cffi==1.16.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
cryptography==42.0.7
|
||||
cryptography==42.0.8
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
eventlet==0.34.2
|
||||
|
@ -36,11 +36,11 @@ Flask-SocketIO==5.3.6
|
|||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.1
|
||||
google-api-core==2.19.0
|
||||
google-api-python-client==2.131.0
|
||||
google-auth==2.29.0
|
||||
google-api-python-client==2.132.0
|
||||
google-auth==2.30.0
|
||||
google-auth-httplib2==0.2.0
|
||||
google-auth-oauthlib==1.2.0
|
||||
googleapis-common-protos==1.63.0
|
||||
googleapis-common-protos==1.63.1
|
||||
greenlet==1.1.2
|
||||
gunicorn==22.0.0
|
||||
h11==0.14.0
|
||||
|
@ -71,7 +71,7 @@ oauthlib==3.2.2
|
|||
packaging==24.0
|
||||
paramiko==3.4.0
|
||||
passlib==1.7.4
|
||||
pgadmin4==8.7
|
||||
pgadmin4==8.8
|
||||
portalocker==2.8.2
|
||||
proto-plus==1.23.0
|
||||
protobuf==4.25.3
|
||||
|
@ -106,7 +106,7 @@ SQLAlchemy==2.0.30
|
|||
sqlparse==0.5.0
|
||||
sshtunnel==0.4.0
|
||||
typer==0.12.3
|
||||
typing_extensions==4.12.0
|
||||
typing_extensions==4.12.2
|
||||
ua-parser==0.18.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==1.26.18
|
||||
|
@ -114,5 +114,5 @@ user-agents==2.2.0
|
|||
Werkzeug==3.0.3
|
||||
wsproto==1.2.0
|
||||
WTForms==3.1.2
|
||||
zipp==3.19.0
|
||||
zipp==3.19.2
|
||||
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.7~ynh1"
|
||||
version = "8.8~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.7/pgadmin_8.7-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "5aedef91672fd30022ba410cda919138ff18703b9839bbfc3bca4ea421102591"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.8/pgadmin_8.8-bookworm-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "cc5043b74810a6b9151c166bb5002ad7de5f32c2d93cf16dc1ce9bd408dcfc1e"
|
||||
|
||||
[resources.sources.pgadmin_prebuilt_armv7_bullseye]
|
||||
prefetch = false
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.7/pgadmin_8.7-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "9603492ca0fb2b258425b298705f0b2fa24e54d34182160d1854ce68c21f04a9"
|
||||
armhf.url = "https://github.com/YunoHost-Apps/pgadmin_python_build/releases/download/v8.8/pgadmin_8.8-bullseye-bin1_armv7l.tar.gz"
|
||||
armhf.sha256 = "071cabed1a55d92fc6a20d2a614e20f64814325a10b5a9079fe9862eb2db75dd"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
Loading…
Reference in a new issue