Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2024-06-17 19:33:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and      /work/SRC/openSUSE:Factory/.pgadmin4.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgadmin4"

Mon Jun 17 19:33:47 2024 rev:28 rq:1181286 version:8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes        2024-04-08 
17:52:31.190234298 +0200
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.19518/pgadmin4.changes     
2024-06-17 19:33:53.479981508 +0200
@@ -1,0 +2,108 @@
+Mon Jun 17 10:11:42 UTC 2024 - Antonio Larrosa <alarr...@suse.com>
+
+- update to 8.8:
+  * supported database servers
+    - postgresql: 12, 13, 14, 15, and 16
+    - edb advanced server: 12, 13, 14, 15, and 16
+  * bundled postgresql utilities
+    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
+  * Bug fixes
+    - Fix an issue where user authentication fails with special
+      characters in password.
+    - Fixed an issue where canceling a query without privilege does
+      not display any message on query tool.
+    - Fix the issue where docker with SSL v8.7 fails to start.
+    - Fixed an issue where the size displayed as 'NaN B' for all
+      databases in the statistics tab.
+    - Fixed an issue where backup and restore operations failed
+      with the error 'This build does not support compression with
+      gzip'.
+
+- update to 8.7:
+  * supported database servers
+    - postgresql: 12, 13, 14, 15, and 16
+    - edb advanced server: 12, 13, 14, 15, and 16
+  * bundled postgresql utilities
+    - psql, pg_dump, pg_dumpall, pg_restore: 16.3
+  * New features
+    - Added support for the 'Add to macros' feature and fixed
+      various usability issues.
+    - Added support for executing the query at the cursor position
+      in the query tool.
+    - Changes in Query Tool, Debugger, and ERD Tool shortcuts to
+      remove the use of Accesskey which will allow them to be
+      customized.
+    - Added support for viewing PGD Clusters.
+    - Enhance the Delete dialog by highlighting the names of the
+      objects to be deleted in bold.
+    - Added support for platform Ubuntu 24.04 and Fedora 40.
+  * Housekeeping
+    - Upgrade react-table from v7 to v8.
+    - Replace the current FontAwesome based PSQL tool icon with MUI
+      Terminal icon.
+  * Bug fixes
+    - Ensure that Schema Diff does not indicate a table as
+      different when the trigger names are the same but the trigger
+      function body is different.
+    - Disable ERD for system catalogs.
+    - Disable Debugger for system catalogs.
+    - Fixed an issue where drag and drop publication and
+      subscription name in SQL editors was not working.
+    - Fixed an issue of the pgAdmin window size increasing each
+      time it was reopened.
+    - Update the documentation for preferences dialog and keyboard
+      shortcuts.
+    - Fixed an issue where pgAdmin fails to start when Ubuntu OS is
+      upgraded to a major version.
+    - Remove query info notifier timeout field from Query Tool
+      Preferences Dialog.
+    - Fixed incorrect highlighting for C-Style escape strings in
+      SQL editor.
+    - Fixed an issue where the recover password button was enabled
+      even when no email was provided.
+    - Fixed an issue where resetting the password from the password
+      reset link was not working.
+
+- update to 8.6:
+  * supported database servers
+    - postgresql: 12, 13, 14, 15, and 16
+    - edb advanced server: 12, 13, 14, 15, and 16
+  * bundled postgresql utilities
+    - psql, pg_dump, pg_dumpall, pg_restore: 16.1
+  * New features
+    - Added the new columns "last_seq_scan" and "last_idx_scan"
+      from the pg_stat_all_tables and pg_stat_all_indexes tables
+      respectively to the Statistics tab.
+    - Added support for excluding multiple tables while taking
+      Backup.
+  * Housekeeping
+    - Update UI library MUI from v4 to v5, more details here
+    - Upgraded Flask, Flask-Security-Too, Werkzeug, and other
+      dependencies, ensuring compatibility with Python 3.7.
+  * Bug fixes
+    - Fixed all input boxes in pgAdmin to show browser auto-fill
+      only where it is relevant.
+    - Install dbus-python, an in-direct dependency of the Keyring
+      package as a system package for Debian platforms.
+    - Fixed an issue where debugger was not scrolling automatically
+      on stepping.
+    - Fixed an XSS vulnerability in the /settings/store endpoint
+      (CVE-2024-4216, bsc#1223868).
+    - Fixed an issue where double dollar quoted code is treated as
+      string in syntax highlighter.
+    - Fixed an issue where pressing backspace should remove the
+      spaces and not the entire tab width, on enabling
+      'Use spaces?' in the preferences.
+    - Fixed an issue where incorrect select/exec scripts were
+      generated for functions/procedures.
+    - Fixed an issue where connection to the database is not
+      automatically re-established after connectivity drop.
+    - Fixed an issue when closing the view data second tab; it
+      raises the error that the 'ViewCommand' object has no
+      attribute 'auto_commit'.
+    - Fixed violates check constraint issue when creating a pgAgent
+      schedule.
+    - Fixed Multi-Factor Authentication bypass vulnerability
+      (CVE-2024-4215, bsc#1223867).
+
+-------------------------------------------------------------------

Old:
----
  pgadmin4-8.5.tar.gz
  pgadmin4-8.5.tar.gz.asc

New:
----
  pgadmin4-8.8.tar.gz
  pgadmin4-8.8.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pgadmin4.spec ++++++
--- /var/tmp/diff_new_pack.n8IIMx/_old  2024-06-17 19:33:55.548057488 +0200
+++ /var/tmp/diff_new_pack.n8IIMx/_new  2024-06-17 19:33:55.548057488 +0200
@@ -20,15 +20,14 @@
 %if 0%{?suse_version} > 1500
 %global pythons %primary_python
 %endif
-%global python3_authlib_min_version 1.2.0
+%global python3_authlib_min_version 1.3.0
 %global python3_azure_identity_min_version 1.15
 %global python3_azure_mgmt_rdbms_min_version 10.1
 %global python3_azure_mgmt_resource_min_version 23.0.1
 %global python3_azure_mgmt_subscription_min_version 3.1.1
 %global python3_bcrypt_min_version 4.0
 %global python3_boto3_min_version 1.33
-%global python3_botocore_min_version 1.31
-%global python3_cryptography_min_version 41.0
+%global python3_cryptography_min_version 42.0
 %global python3_eventlet_min_version 0.33.3
 %global python3_flask_babel_min_version 4.0.0
 %global python3_flask_compress_min_version 1.4.0
@@ -36,17 +35,18 @@
 %global python3_flask_login_min_version 0.4.1
 %global python3_flask_mail_min_version 0.9.1
 %global python3_flask_migrate_min_version 4.0
-%global python3_flask_min_version 2.3
+%global python3_flask_min_version 3.0
 %global python3_flask_paranoid_min_version 0.2.0
-%global python3_flask_security_too_min_version 5.3.0
+%global python3_flask_security_too_min_version 5.4.0
 %global python3_flask_socketio_min_version 5.3.0
 %global python3_flask_sqlalchemy_min_version 3.1
 %global python3_flask_wtf_min_version 1.2
 %global python3_httpagentparser_min_version 1.9
 %global python3_jsonformatter_min_version 0.3.2
 %global python3_google_api_python_client_min_version 2.0
-%global python3_google_auth_oauthlib_min_version 1.1.0
+%global python3_google_auth_oauthlib_min_version 1.2.0
 %global python3_ldap3_min_version 2.5.1
+%global python3_libgravatar_min_version 1.0.0
 %global python3_pillow_min_version 9.0
 %global python3_pyotp_min_version 2.0
 %global python3_keyring_min_version 24.0
@@ -54,14 +54,14 @@
 %global python3_psutil_min_version 5.9.0
 %global python3_psycopg_min_version 3.1.12
 %global python3_python_dateutil_min_version 2.8.0
-%global python3_pytz_min_version 2023.0
+%global python3_pytz_min_version 2024.0
 %global python3_qrcode_min_version 7.0
 %global python3_sqlalchemy_min_version 2.0
 %global python3_sqlparse_min_version 0.3.0
 %global python3_sshtunnel_min_version 0.1.5
-%global python3_typer_min_version 0.9.0
+%global python3_typer_min_version 0.12.0
 %global python3_user_agents_min_version 2.2
-%global python3_werkzeug_min_version 2.3
+%global python3_werkzeug_min_version 3.0
 %global python3_wtforms_min_version 3.1
 
 %global        pgadmin4instdir %{_libdir}/pgadmin4-%{version}
@@ -69,7 +69,7 @@
 %global user_group_name pgadmin
 
 Name:           pgadmin4
-Version:        8.5
+Version:        8.8
 Release:        0
 Summary:        Management tool for PostgreSQL
 License:        PostgreSQL
@@ -104,7 +104,6 @@
 BuildRequires:  %{python_module Flask >= %{python3_flask_min_version}}
 BuildRequires:  %{python_module Flask-Babel >= 
%{python3_flask_babel_min_version}}
 BuildRequires:  %{python_module Flask-Compress >= 
%{python3_flask_compress_min_version}}
-BuildRequires:  %{python_module Flask-Gravatar >= 
%{python3_flask_gravatar_min_version}}
 BuildRequires:  %{python_module Flask-Login >= 
%{python3_flask_login_min_version}}
 BuildRequires:  %{python_module Flask-Mail >= 
%{python3_flask_mail_min_version}}
 BuildRequires:  %{python_module Flask-Migrate >= 
%{python3_flask_migrate_min_version}}
@@ -123,6 +122,7 @@
 BuildRequires:  %{python_module jsonformatter >= 
%{python3_jsonformatter_min_version}}
 BuildRequires:  %{python_module keyring >= %{python3_keyring_min_version}}
 BuildRequires:  %{python_module ldap3 >= %{python3_ldap3_min_version}}
+BuildRequires:  %{python_module libgravatar >= 
%{python3_libgravatar_min_version}}
 BuildRequires:  %{python_module passlib >= %{python3_passlib_min_version}}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module psutil >= %{python3_psutil_min_version}}
@@ -149,7 +149,6 @@
 Requires:       %{python_module Flask >= %{python3_flask_min_version}}
 Requires:       %{python_module Flask-Babel >= 
%{python3_flask_babel_min_version}}
 Requires:       %{python_module Flask-Compress >= 
%{python3_flask_compress_min_version}}
-Requires:       %{python_module Flask-Gravatar >= 
%{python3_flask_gravatar_min_version}}
 Requires:       %{python_module Flask-Login >= 
%{python3_flask_login_min_version}}
 Requires:       %{python_module Flask-Mail >= 
%{python3_flask_mail_min_version}}
 Requires:       %{python_module Flask-Migrate >= 
%{python3_flask_migrate_min_version}}
@@ -168,6 +167,7 @@
 Requires:       %{python_module jsonformatter >= 
%{python3_jsonformatter_min_version}}
 Requires:       %{python_module keyring >= %{python3_keyring_min_version}}
 Requires:       %{python_module ldap3 >= %{python3_ldap3_min_version}}
+Requires:       %{python_module libgravatar >= 
%{python3_libgravatar_min_version}}
 Requires:       %{python_module passlib >= %{python3_passlib_min_version}}
 Requires:       %{python_module psutil >= %{python3_psutil_min_version}}
 Requires:       %{python_module psycopg >= %{python3_psycopg_min_version}}
@@ -256,7 +256,6 @@
 BuildRequires:  %{python_module azure-mgmt-resource >= 
%{python3_azure_mgmt_resource_min_version}}
 BuildRequires:  %{python_module azure-mgmt-subscription >= 
%{python3_azure_mgmt_subscription_min_version}}
 BuildRequires:  %{python_module boto3 >= %{python3_boto3_min_version}}
-BuildRequires:  %{python_module botocore >= %{python3_botocore_min_version}}
 BuildRequires:  %{python_module google-api-python-client >= 
%{python3_google_api_python_client_min_version}}
 BuildRequires:  %{python_module google-auth-oauthlib >= 
%{python3_google_auth_oauthlib_min_version}}
 %endif
@@ -266,7 +265,6 @@
 Requires:       %{python_module azure-mgmt-resource >= 
%{python3_azure_mgmt_resource_min_version}}
 Requires:       %{python_module azure-mgmt-subscription >= 
%{python3_azure_mgmt_subscription_min_version}}
 Requires:       %{python_module boto3 >= %{python3_boto3_min_version}}
-Requires:       %{python_module botocore >= %{python3_botocore_min_version}}
 Requires:       %{python_module google-api-python-client >= 
%{python3_google_api_python_client_min_version}}
 Requires:       %{python_module google-auth-oauthlib >= 
%{python3_google_auth_oauthlib_min_version}}
 

++++++ node_modules.obscpio ++++++
/work/SRC/openSUSE:Factory/pgadmin4/node_modules.obscpio 
/work/SRC/openSUSE:Factory/.pgadmin4.new.19518/node_modules.obscpio differ: 
char 2409836, line 8824

++++++ node_modules.spec.inc ++++++
++++ 2813 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/pgadmin4/node_modules.spec.inc
++++ and /work/SRC/openSUSE:Factory/.pgadmin4.new.19518/node_modules.spec.inc

++++++ package-lock.json ++++++
++++ 1360 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/pgadmin4/package-lock.json
++++ and /work/SRC/openSUSE:Factory/.pgadmin4.new.19518/package-lock.json

++++++ package_git_local.patch ++++++
--- /var/tmp/diff_new_pack.n8IIMx/_old  2024-06-17 19:33:55.784066159 +0200
+++ /var/tmp/diff_new_pack.n8IIMx/_new  2024-06-17 19:33:55.788066306 +0200
@@ -3,14 +3,14 @@
 --- pgadmin4-8.2.orig/web/package.json
 +++ pgadmin4-8.2/web/package.json
 @@ -79,7 +79,7 @@
-     "@date-io/core": "^1.3.6",
-     "@date-io/date-fns": "1.x",
+     "@date-io/core": "^3.0.0",
+     "@date-io/date-fns": "3.x",
      "@emotion/sheet": "^1.0.1",
 -    "@fortawesome/fontawesome-free": "latest",
 +    "@fortawesome/fontawesome-free": "6.5.1",
-     "@material-ui/core": "4.12.4",
-     "@material-ui/icons": "^4.11.2",
-     "@material-ui/lab": "4.0.0-alpha.61",
+     "@mui/icons-material": "^5.15.10",
+     "@mui/lab": "^5.0.0-alpha.165",
+     "@mui/material": "^5.15.10",
 @@ -133,7 +133,7 @@
      "react-arborist": "^3.2.0",
      "react-aspen": "^1.2.0",

++++++ pgadmin4-8.5.tar.gz -> pgadmin4-8.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-8.5.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.19518/pgadmin4-8.8.tar.gz differ: char 
13, line 1

Reply via email to