Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sortinghat for openSUSE:Factory checked in at 2022-04-21 15:42:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sortinghat (Old) and /work/SRC/openSUSE:Factory/.python-sortinghat.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sortinghat" Thu Apr 21 15:42:41 2022 rev:2 rq:971333 version:0.7.19 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sortinghat/python-sortinghat.changes 2021-08-06 22:45:22.958006543 +0200 +++ /work/SRC/openSUSE:Factory/.python-sortinghat.new.1538/python-sortinghat.changes 2022-04-21 15:48:57.976335951 +0200 @@ -1,0 +2,9 @@ +Wed Apr 20 11:16:30 UTC 2022 - pgaj...@suse.com + +- version update to 0.7.19 + * no minor version changelog found +- modified patches + % no_decl_class_registry.patch (refreshed) +- python-mock is not required for build + +------------------------------------------------------------------- Old: ---- sortinghat-0.7.15.tar.gz New: ---- sortinghat-0.7.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sortinghat.spec ++++++ --- /var/tmp/diff_new_pack.IfbWw8/_old 2022-04-21 15:49:00.056338173 +0200 +++ /var/tmp/diff_new_pack.IfbWw8/_new 2022-04-21 15:49:00.060338177 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sortinghat # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-sortinghat -Version: 0.7.15 +Version: 0.7.19 Release: 0 Summary: A tool to manage identities License: GPL-3.0-only @@ -52,7 +52,6 @@ BuildRequires: %{python_module PyYAML >= 3.12} BuildRequires: %{python_module SQLAlchemy >= 1.2} BuildRequires: %{python_module httpretty >= 0.9.5} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pandas >= 0.17} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.6.0} ++++++ no_decl_class_registry.patch ++++++ --- /var/tmp/diff_new_pack.IfbWw8/_old 2022-04-21 15:49:00.084338203 +0200 +++ /var/tmp/diff_new_pack.IfbWw8/_new 2022-04-21 15:49:00.088338207 +0200 @@ -12,7 +12,6 @@ - if hasattr(model, '__table__') and model.__table__.fullname == name: - return model - return None -\ No newline at end of file + for value in ModelBase.registry._class_registry.values(): + if getattr(value, '__tablename__', None) == name: + return value ++++++ sortinghat-0.7.15.tar.gz -> sortinghat-0.7.19.tar.gz ++++++ ++++ 7346 lines of diff (skipped)