1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Merge pull request #30 from YunoHost-Apps/testing

Testing
This commit is contained in:
Josue-T 2023-08-29 08:32:28 +02:00 committed by GitHub
commit 09d58d030c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 43 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
**Shipped version:** 7.2~ynh1 **Shipped version:** 7.6~ynh1
## Screenshots ## Screenshots

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL. pgAdmin is a feature rich Open Source administration and development platform for PostgreSQL.
**Version incluse :** 7.2~ynh1 **Version incluse :** 7.6~ynh1
## Captures décran ## Captures décran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.5/pgadmin_4-7.5-bookworm-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.6/pgadmin_4-7.6-bookworm-bin1_armv7l.tar.gz
SOURCE_SUM=2b73060fe05a719f182ed8b14ec5bae9b8993c0e82570c2e14d4ee1b7dc5abfd SOURCE_SUM=84d66aa95cae0ee9399b3da27c562a409bd66a97a2cb89fef62c6dce54561a32
# (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

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.5/pgadmin_4-7.5-bullseye-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/Josue-T/pgadmin_python_build/releases/download/v4-7.6/pgadmin_4-7.6-bullseye-bin1_armv7l.tar.gz
SOURCE_SUM=d1c69acd257ee138615e7258a77ae8f796f9bf62cf20cfa3dcb8762412af1aea SOURCE_SUM=a386f1022083bb1d1e0401faf2d9802c1020c2537e44e88e8c17a00ebb51b597
# (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

View file

@ -1,7 +1,7 @@
alembic==1.11.1 alembic==1.11.3
Authlib==1.2.1 Authlib==1.2.1
azure-common==1.1.28 azure-common==1.1.28
azure-core==1.28.0 azure-core==1.29.3
azure-identity==1.13.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
@ -11,16 +11,16 @@ 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.28.13 boto3==1.28.35
botocore==1.31.13 botocore==1.31.35
Brotli==1.0.9 Brotli==1.0.9
cachetools==5.3.1 cachetools==5.3.1
certifi==2023.7.22 certifi==2023.7.22
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.2.0 charset-normalizer==3.2.0
click==8.1.6 click==8.1.7
cryptography==41.0.2 cryptography==41.0.3
dnspython==2.4.1 dnspython==2.4.2
email-validator==2.0.0.post2 email-validator==2.0.0.post2
eventlet==0.33.3 eventlet==0.33.3
Flask==2.2.5 Flask==2.2.5
@ -37,11 +37,11 @@ Flask-SocketIO==5.3.5
Flask-SQLAlchemy==3.0.5 Flask-SQLAlchemy==3.0.5
Flask-WTF==1.1.1 Flask-WTF==1.1.1
google-api-core==2.11.1 google-api-core==2.11.1
google-api-python-client==2.95.0 google-api-python-client==2.97.0
google-auth==2.22.0 google-auth==2.22.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.1 googleapis-common-protos==1.60.0
greenlet==2.0.2 greenlet==2.0.2
httpagentparser==1.9.5 httpagentparser==1.9.5
httplib2==0.22.0 httplib2==0.22.0
@ -57,17 +57,17 @@ keyring==23.13.1
ldap3==2.9.1 ldap3==2.9.1
Mako==1.2.4 Mako==1.2.4
MarkupSafe==2.1.3 MarkupSafe==2.1.3
more-itertools==10.0.0 more-itertools==10.1.0
msal==1.23.0 msal==1.23.0
msal-extensions==1.0.0 msal-extensions==1.0.0
msrest==0.7.1 msrest==0.7.1
oauthlib==3.2.2 oauthlib==3.2.2
paramiko==3.2.0 paramiko==3.3.1
passlib==1.7.4 passlib==1.7.4
pgadmin4==7.5 pgadmin4==7.6
Pillow==9.5.0 Pillow==9.5.0
portalocker==2.7.0 portalocker==2.7.0
protobuf==4.23.4 protobuf==4.24.1
psutil==5.9.5 psutil==5.9.5
psycopg==3.1.9 psycopg==3.1.9
psycopg-c==3.1.9 psycopg-c==3.1.9
@ -76,22 +76,22 @@ pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
PyJWT==2.8.0 PyJWT==2.8.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyotp==2.8.0 pyotp==2.9.0
pyparsing==3.1.0 pyparsing==3.1.1
pypng==0.20220715.0 pypng==0.20220715.0
python-dateutil==2.8.2 python-dateutil==2.8.2
python-engineio==4.5.1 python-engineio==4.6.1
python-socketio==5.8.0 python-socketio==5.8.0
pytz==2023.3 pytz==2023.3
qrcode==7.4.2 qrcode==7.4.2
requests==2.31.0 requests==2.31.0
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
rsa==4.9 rsa==4.9
s3transfer==0.6.1 s3transfer==0.6.2
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.19 SQLAlchemy==2.0.20
sqlparse==0.4.4 sqlparse==0.4.4
sshtunnel==0.4.0 sshtunnel==0.4.0
typing_extensions==4.7.1 typing_extensions==4.7.1

View file

@ -1,7 +1,7 @@
alembic==1.11.1 alembic==1.11.3
Authlib==1.2.1 Authlib==1.2.1
azure-common==1.1.28 azure-common==1.1.28
azure-core==1.28.0 azure-core==1.29.3
azure-identity==1.13.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
@ -11,16 +11,16 @@ 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.28.13 boto3==1.28.35
botocore==1.31.13 botocore==1.31.35
Brotli==1.0.9 Brotli==1.0.9
cachetools==5.3.1 cachetools==5.3.1
certifi==2023.7.22 certifi==2023.7.22
cffi==1.15.1 cffi==1.15.1
charset-normalizer==3.2.0 charset-normalizer==3.2.0
click==8.1.6 click==8.1.7
cryptography==41.0.2 cryptography==41.0.3
dnspython==2.4.1 dnspython==2.4.2
email-validator==2.0.0.post2 email-validator==2.0.0.post2
eventlet==0.33.3 eventlet==0.33.3
Flask==2.2.5 Flask==2.2.5
@ -37,11 +37,11 @@ Flask-SocketIO==5.3.5
Flask-SQLAlchemy==3.0.5 Flask-SQLAlchemy==3.0.5
Flask-WTF==1.1.1 Flask-WTF==1.1.1
google-api-core==2.11.1 google-api-core==2.11.1
google-api-python-client==2.95.0 google-api-python-client==2.97.0
google-auth==2.22.0 google-auth==2.22.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.1 googleapis-common-protos==1.60.0
greenlet==1.1.2 greenlet==1.1.2
httpagentparser==1.9.5 httpagentparser==1.9.5
httplib2==0.22.0 httplib2==0.22.0
@ -57,18 +57,18 @@ keyring==23.13.1
ldap3==2.9.1 ldap3==2.9.1
Mako==1.2.4 Mako==1.2.4
MarkupSafe==2.1.3 MarkupSafe==2.1.3
more-itertools==10.0.0 more-itertools==10.1.0
msal==1.23.0 msal==1.23.0
msal-extensions==1.0.0 msal-extensions==1.0.0
msrest==0.7.1 msrest==0.7.1
oauthlib==3.2.2 oauthlib==3.2.2
paramiko==3.2.0 paramiko==3.3.1
passlib==1.7.4 passlib==1.7.4
pgadmin4==7.5 pgadmin4==7.6
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.4 protobuf==4.24.1
psutil==5.9.5 psutil==5.9.5
psycopg==3.1.9 psycopg==3.1.9
psycopg-c==3.1.9 psycopg-c==3.1.9
@ -77,22 +77,22 @@ pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
PyJWT==2.8.0 PyJWT==2.8.0
PyNaCl==1.5.0 PyNaCl==1.5.0
pyotp==2.8.0 pyotp==2.9.0
pyparsing==3.1.0 pyparsing==3.1.1
pypng==0.20220715.0 pypng==0.20220715.0
python-dateutil==2.8.2 python-dateutil==2.8.2
python-engineio==4.5.1 python-engineio==4.6.1
python-socketio==5.8.0 python-socketio==5.8.0
pytz==2023.3 pytz==2023.3
qrcode==7.4.2 qrcode==7.4.2
requests==2.31.0 requests==2.31.0
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
rsa==4.9 rsa==4.9
s3transfer==0.6.1 s3transfer==0.6.2
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.19 SQLAlchemy==2.0.20
sqlparse==0.4.4 sqlparse==0.4.4
sshtunnel==0.4.0 sshtunnel==0.4.0
typing_extensions==4.7.1 typing_extensions==4.7.1

View file

@ -6,7 +6,7 @@
"en": "Manage PostgreSQL databases over the web", "en": "Manage PostgreSQL databases over the web",
"fr": "Application web de gestion des bases de données PostgreSQL" "fr": "Application web de gestion des bases de données PostgreSQL"
}, },
"version": "7.2~ynh1", "version": "7.6~ynh1",
"url": "https://www.pgadmin.org", "url": "https://www.pgadmin.org",
"upstream": { "upstream": {
"license": "PostgreSQL", "license": "PostgreSQL",