Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2021-12-08 22:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-users (Old) and /work/SRC/openSUSE:Factory/.yast2-users.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-users" Wed Dec 8 22:08:40 2021 rev:250 rq:936046 version:4.4.10 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes 2021-12-03 20:35:42.308155894 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-users.new.31177/yast2-users.changes 2021-12-08 22:09:07.746867459 +0100 @@ -1,0 +2,6 @@ +Mon Dec 6 13:43:07 UTC 2021 - Josef Reidinger <jreidin...@suse.com> + +- Prepare code for ruby3 (bsc#1193192) +- 4.4.10 + +------------------------------------------------------------------- Old: ---- yast2-users-4.4.9.tar.bz2 New: ---- yast2-users-4.4.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.hwEgvp/_old 2021-12-08 22:09:08.214867678 +0100 +++ /var/tmp/diff_new_pack.hwEgvp/_new 2021-12-08 22:09:08.218867680 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.4.9 +Version: 4.4.10 Release: 0 Summary: YaST2 - User and Group Configuration License: GPL-2.0-only ++++++ yast2-users-4.4.9.tar.bz2 -> yast2-users-4.4.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.4.9/package/yast2-users.changes new/yast2-users-4.4.10/package/yast2-users.changes --- old/yast2-users-4.4.9/package/yast2-users.changes 2021-12-01 10:29:25.000000000 +0100 +++ new/yast2-users-4.4.10/package/yast2-users.changes 2021-12-06 15:25:49.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Dec 6 13:43:07 UTC 2021 - Josef Reidinger <jreidin...@suse.com> + +- Prepare code for ruby3 (bsc#1193192) +- 4.4.10 + +------------------------------------------------------------------- Tue Nov 30 20:40:58 UTC 2021 - David Diaz <dgonza...@suse.com> - AutoYaST: do not warning about deprecated <group_password> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.4.9/package/yast2-users.spec new/yast2-users-4.4.10/package/yast2-users.spec --- old/yast2-users-4.4.9/package/yast2-users.spec 2021-12-01 10:29:25.000000000 +0100 +++ new/yast2-users-4.4.10/package/yast2-users.spec 2021-12-06 15:25:49.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 4.4.9 +Version: 4.4.10 Release: 0 Summary: YaST2 - User and Group Configuration License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-4.4.9/src/lib/y2users/user.rb new/yast2-users-4.4.10/src/lib/y2users/user.rb --- old/yast2-users-4.4.9/src/lib/y2users/user.rb 2021-12-01 10:29:25.000000000 +0100 +++ new/yast2-users-4.4.10/src/lib/y2users/user.rb 2021-12-06 15:25:49.000000000 +0100 @@ -284,8 +284,9 @@ # # @param args [Array] additional arguments for {UserValidator#issues} # @return [Y2Issues::List] - def issues(*args) - UserValidator.new(self).issues(*args) + def issues(**args) + # TODO: use ... when all supported systems contain ruby3 + UserValidator.new(self).issues(**args) end # Validation errors of the current password