Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgadmin4 for openSUSE:Factory checked in at 2026-02-12 19:37:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old) and /work/SRC/openSUSE:Factory/.pgadmin4.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgadmin4" Thu Feb 12 19:37:39 2026 rev:33 rq:1332732 version:9.11 Changes: -------- --- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes 2025-12-12 21:42:56.197284396 +0100 +++ /work/SRC/openSUSE:Factory/.pgadmin4.new.1977/pgadmin4.changes 2026-02-12 19:37:40.937269954 +0100 @@ -1,0 +2,5 @@ +Fri Jan 9 09:47:30 UTC 2026 - Nico Krapp <[email protected]> + +- Use new urllib3 with newer python version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgadmin4.spec ++++++ --- /var/tmp/diff_new_pack.BnKQMY/_old 2026-02-12 19:37:43.389373131 +0100 +++ /var/tmp/diff_new_pack.BnKQMY/_new 2026-02-12 19:37:43.393373299 +0100 @@ -1,7 +1,7 @@ # # spec file for package pgadmin4 # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -139,7 +139,11 @@ BuildRequires: %{python_module sshtunnel >= %{python3_sshtunnel_min_version}} BuildRequires: %{python_module testscenarios} BuildRequires: %{python_module typer >= %{python3_typer_min_version}} +%if %python_version_nodots < 310 BuildRequires: %{python_module urllib3 < 2} +%else +BuildRequires: %{python_module urllib3} +%endif BuildRequires: %{python_module user-agents >= %{python3_user_agents_min_version}} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -183,7 +187,11 @@ Requires: %{python_module sqlparse >= %{python3_sqlparse_min_version}} Requires: %{python_module sshtunnel >= %{python3_sshtunnel_min_version}} Requires: %{python_module typer >= %{python3_typer_min_version}} +%if %python_version_nodots < 310 Requires: %{python_module urllib3 < 2} +%else +Requires: %{python_module urllib3} +%endif Requires: %{python_module user-agents >= %{python3_user_agents_min_version}} Requires: system-user-pgadmin Requires(postun): system-user-pgadmin
