Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2019-10-08 19:58:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Oct  8 19:58:55 2019 rev:227 rq:736006 version:20191007.6c39d95d

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2019-10-07 14:14:09.534882756 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352/openSUSE-release-tools.changes
  2019-10-08 19:59:01.136001878 +0200
@@ -1,0 +2,6 @@
+Mon Oct 07 04:56:25 UTC 2019 - [email protected]
+
+- Update to version 20191007.6c39d95d:
+  * BuildFailReminder: fix inversion of to and fullname
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20191007.c1cb6a0c.obscpio

New:
----
  openSUSE-release-tools-20191007.6c39d95d.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.NaKJvt/_old  2019-10-08 19:59:02.731997098 +0200
+++ /var/tmp/diff_new_pack.NaKJvt/_new  2019-10-08 19:59:02.751997038 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20191007.c1cb6a0c
+Version:        20191007.6c39d95d
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0-or-later AND MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.NaKJvt/_old  2019-10-08 19:59:02.851996739 +0200
+++ /var/tmp/diff_new_pack.NaKJvt/_new  2019-10-08 19:59:02.851996739 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">106d1655ca4f66e234d4d7063e67f0cf163e9c32</param>
+    <param 
name="changesrevision">6f21ae6a8b28e047d2991bcac6a81c280a592c15</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20191007.c1cb6a0c.obscpio -> 
openSUSE-release-tools-20191007.6c39d95d.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20191007.c1cb6a0c/build-fail-reminder.py 
new/openSUSE-release-tools-20191007.6c39d95d/build-fail-reminder.py
--- old/openSUSE-release-tools-20191007.c1cb6a0c/build-fail-reminder.py 
2019-10-07 06:52:10.000000000 +0200
+++ new/openSUSE-release-tools-20191007.6c39d95d/build-fail-reminder.py 
2019-10-07 06:55:05.000000000 +0200
@@ -77,7 +77,7 @@
 def SendMail(logger, project, sender, to, fullname, subject, text):
     try:
         xmailer = '{} - Failure Notification'.format(project)
-        to = email.utils.formataddr((to, fullname))
+        to = email.utils.formataddr((fullname, to))
         mail_send_with_details(sender=sender, to=to,
                         subject=subject, text=text, xmailer=xmailer,
                         relay=args.relay, dry=args.dry)
@@ -170,8 +170,8 @@
                     Person[userid] = osc.core.get_user_data(apiurl, userid, 
'login', 'realname', 'email')
             if Reminded[package].remindCount in (1, 2):
                 for userid in maintainers:
-                    to = Person[userid][1]
-                    fullname = Person[userid][2]
+                    to = Person[userid][2]
+                    fullname = Person[userid][1]
                     subject = '%s - %s - Build fail notification' % (project, 
package)
                     text = MAIL_TEMPLATES[Reminded[package].remindCount-1] % {
                                 'recepient': to,

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.NaKJvt/_old  2019-10-08 19:59:04.763991013 +0200
+++ /var/tmp/diff_new_pack.NaKJvt/_new  2019-10-08 19:59:04.767991001 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20191007.c1cb6a0c
-mtime: 1570423930
-commit: c1cb6a0c0c3f082a5287912d814bd8e4d8180ed1
+version: 20191007.6c39d95d
+mtime: 1570424105
+commit: 6c39d95da57fd795388aecfe3143bb819690e95a
 


Reply via email to