Hello community,

here is the log from the commit of package pgadmin4 for openSUSE:Factory 
checked in at 2020-05-16 22:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgadmin4 (Old)
 and      /work/SRC/openSUSE:Factory/.pgadmin4.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgadmin4"

Sat May 16 22:27:35 2020 rev:11 rq:805886 version:4.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgadmin4/pgadmin4.changes        2020-03-26 
23:32:23.506755923 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin4.new.2738/pgadmin4.changes      
2020-05-16 22:27:37.525432114 +0200
@@ -1,0 +2,64 @@
+Thu May 14 16:25:22 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Decrease requirements to build in SLE/Leap:
+  * Werkzeug from 0.15.0 to 0.14.1
+  * passlib from 1.7.2 to 1.7.1
+  * psycopg from 2.8 to 2.7.4
+  * python-dateutil from 2.8.0 to 2.7.3
+  * simplejson from 3.16.0 to 3.13.2
+  * pytz from 2018.9 to 2018.3
+  pgadmin has this tendency to just follow the latest versions
+  instead of properly specify required versions.
+
+-------------------------------------------------------------------
+Wed May 13 09:42:09 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to 4.21
+  - New features
+    * Added search object functionality.
+    * Added LDAP authentication support.
+    * Added support for parameter toast_tuple_target and parallel_workers
+      of the table.
+    * Added support of Packages, Sequences and Synonyms to the
+      Schema Diff.
+    * Added an option to prevent a browser tab being opened at startup.
+  - Bug fixes
+    * Ensure that the start and end date should be deleted when clear
+      the selection for pgAgent Job.
+    * Fixed calendar opening issue on the exception tab inside the
+      schedules tab of pgAgent.
+    * Fixed an issue where the autovacuum_enabled parameter is added
+      automatically in the RE-SQL when the table has been created
+      using the WITH clause.
+    * Fixed generated SQL when any token in FTS Configuration or any
+      option in FTS Dictionary is changed.
+    * Fixed tab key navigation issue for parameters in table dialog.
+    * Ensure that switch cell is in sync with switch control for
+      accessibility.
+    * Fixed compilation warnings while building pgAdmin.
+
+- Update to 4.20
+  - New features
+    * Added support of Collation, FTS Configuration, FTS Dictionary,
+      FTS Parser and FTS Template to the Schema Diff.
+    * Added support of Domain, Domain Constraints and Types to the
+      Schema Diff.
+  - Housekeeping
+    * Enhance the color of switch control for both light and dark theme.
+    * Added and fixed gettext usage for better translation coverage.
+  - Bug fixes
+    * Fix an issue where the user can not change the value of DateTime
+      picker control using keyboard.
+    * Fixed some accessibility issues in the dialogs.
+    * Fixed chrome driver download utility issue for Ubuntu.
+    * Change some colors and opacity to comply with WCAG color
+      contrast standards.
+    * Fix an accessibility issue to maximize the panel for all
+      alertify dialog.
+    * Improve logic to get the DDL statements as a part of the
+      comparison.
+    * Fixed tab key navigation issue for Grant Wizard.
+    * Fixed Unicode character issue causing error on Python2 environment.
+    * Fixed focus color issue for Alertify dialog buttons.
+
+-------------------------------------------------------------------

Old:
----
  pgadmin4-4.19.tar.gz

New:
----
  pgadmin4-4.21.tar.gz

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

Other differences:
------------------
++++++ pgadmin4.spec ++++++
--- /var/tmp/diff_new_pack.zJP1Mn/_old  2020-05-16 22:27:38.701434527 +0200
+++ /var/tmp/diff_new_pack.zJP1Mn/_new  2020-05-16 22:27:38.701434527 +0200
@@ -18,7 +18,7 @@
 
 %global        pgadmin4instdir %{_libdir}/pgadmin4-%{version}
 Name:           pgadmin4
-Version:        4.19
+Version:        4.21
 Release:        0
 Summary:        Management tool for PostgreSQL
 License:        PostgreSQL
@@ -80,7 +80,7 @@
 Requires:       python3-MarkupSafe >= 0.23
 Requires:       python3-SQLAlchemy >= 1.3.13
 Requires:       python3-WTForms >= 2.1
-Requires:       python3-Werkzeug >= 0.15.0
+Requires:       python3-Werkzeug >= 0.14.1
 Requires:       python3-beautifulsoup4 >= 4.4.1
 Requires:       python3-blinker >= 1.4
 Requires:       python3-click
@@ -89,17 +89,18 @@
 Requires:       python3-html5lib >= 1.0.1
 Requires:       python3-htmlmin >= 0.1.12
 Requires:       python3-itsdangerous >= 0.24
+Requires:       python3-ldap3 >= 2.5.1
 Requires:       python3-linecache2 >= 1.0.0
-Requires:       python3-passlib >= 1.7.2
+Requires:       python3-passlib >= 1.7.1
 Requires:       python3-pbr >= 3.1.1
-Requires:       python3-psutil >= 5.5.1
-Requires:       python3-psycopg2 >= 2.8
+Requires:       python3-psutil >= 5.7.0
+Requires:       python3-psycopg2 >= 2.7.4
 Requires:       python3-pycrypto >= 2.6.1
 Requires:       python3-pyrsistent >= 0.14.2
-Requires:       python3-python-dateutil >= 2.8.0
+Requires:       python3-python-dateutil >= 2.7.3
 Requires:       python3-python-mimeparse >= 1.6.0
-Requires:       python3-pytz >= 2018.9
-Requires:       python3-simplejson >= 3.16.0
+Requires:       python3-pytz >= 2018.3
+Requires:       python3-simplejson >= 3.13.2
 Requires:       python3-six >= 1.12.0
 Requires:       python3-speaklater >= 1.3
 Requires:       python3-sqlparse >= 0.2.4

++++++ pgadmin4-4.19.tar.gz -> pgadmin4-4.21.tar.gz ++++++
/work/SRC/openSUSE:Factory/pgadmin4/pgadmin4-4.19.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin4.new.2738/pgadmin4-4.21.tar.gz differ: char 
5, line 1


Reply via email to