Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-01-23 13:53:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Tue Jan 23 13:53:39 2018 rev:42 rq:568509 version:20180123.d074c5b

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2018-01-22 16:22:23.415068383 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2018-01-23 13:53:43.815537584 +0100
@@ -1,0 +2,7 @@
+Tue Jan 23 09:34:52 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180123.d074c5b:
+  * Remove Vim config in favor of EditorConfig.
+  * Add EditorConfig.
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20180122.b5fe7e7.obscpio

New:
----
  openSUSE-release-tools-20180123.d074c5b.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.SnH2Ij/_old  2018-01-23 13:53:45.235471251 +0100
+++ /var/tmp/diff_new_pack.SnH2Ij/_new  2018-01-23 13:53:45.235471251 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20180122.b5fe7e7
+Version:        20180123.d074c5b
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0+ AND MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.SnH2Ij/_old  2018-01-23 13:53:45.283469008 +0100
+++ /var/tmp/diff_new_pack.SnH2Ij/_new  2018-01-23 13:53:45.283469008 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/osc-plugin-factory.git</param>
-    <param 
name="changesrevision">b5fe7e74e890e1f5a30262865f1d63c6eae0742f</param>
+    <param 
name="changesrevision">f98a78c1aedd07479de58c49fc9eab5248faa1f4</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20180122.b5fe7e7.obscpio -> 
openSUSE-release-tools-20180123.d074c5b.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/.editorconfig 
new/openSUSE-release-tools-20180123.d074c5b/.editorconfig
--- old/openSUSE-release-tools-20180122.b5fe7e7/.editorconfig   1970-01-01 
01:00:00.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/.editorconfig   2018-01-23 
10:28:58.000000000 +0100
@@ -0,0 +1,29 @@
+# http://EditorConfig.org
+root = true
+
+[**]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[abichecker/**.{conf,conf.in,html}]
+indent_style = space
+indent_size = 4
+
+[**.{asciidoc,json,md,service,spec}]
+indent_style = space
+indent_size = 2
+
+[dist/**]
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab
+
+[**.{pl,py}]
+indent_style = space
+indent_size = 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180122.b5fe7e7/ReviewBot.py 
new/openSUSE-release-tools-20180123.d074c5b/ReviewBot.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/ReviewBot.py    2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/ReviewBot.py    2018-01-23 
10:28:58.000000000 +0100
@@ -667,4 +667,3 @@
     app = CommandLineInterface()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180122.b5fe7e7/ToolBase.py 
new/openSUSE-release-tools-20180123.d074c5b/ToolBase.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/ToolBase.py     2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/ToolBase.py     2018-01-23 
10:28:58.000000000 +0100
@@ -215,7 +215,3 @@
 if __name__ == "__main__":
     app = CommandLineInterface()
     sys.exit( app.main() )
-
-# vim: sw=4 et
-
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-dbcli.py 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-dbcli.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-dbcli.py  
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-dbcli.py  
2018-01-23 10:28:58.000000000 +0100
@@ -126,4 +126,3 @@
     app = BoilderPlate()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-web.py 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-web.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-web.py    
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-web.py    
2018-01-23 10:28:58.000000000 +0100
@@ -68,4 +68,3 @@
     Base.metadata.create_all(db_engine())
     application.run(debug=True)
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker.py 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker.py        
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker.py        
2018-01-23 10:28:58.000000000 +0100
@@ -1107,4 +1107,3 @@
     app = CommandLineInterface()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker_common.py 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker_common.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker_common.py 
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker_common.py 
2018-01-23 10:28:58.000000000 +0100
@@ -64,4 +64,3 @@
         for entry in self.session.query(DB.Config).all():
             yield (entry.key, entry.value)
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/apache/opensuse-abi-checker.conf.in
 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/apache/opensuse-abi-checker.conf.in
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/apache/opensuse-abi-checker.conf.in
  2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/apache/opensuse-abi-checker.conf.in
  2018-01-23 10:28:58.000000000 +0100
@@ -20,4 +20,3 @@
 
 </VirtualHost>
 
-# vim: syntax=apache sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/templates/index.html 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/templates/index.html
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/templates/index.html 
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/templates/index.html 
2018-01-23 10:28:58.000000000 +0100
@@ -35,6 +35,3 @@
             </tbody>
         </table>
 {% endblock %}
-
-<!-- vim: sw=4 et
--->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/templates/request.html 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/templates/request.html
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/templates/request.html   
    2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/templates/request.html   
    2018-01-23 10:28:58.000000000 +0100
@@ -84,6 +84,3 @@
         </pre>
         {% endif %}
 {% endblock %}
-
-<!-- vim: sw=4 et
--->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/biarchtool.py 
new/openSUSE-release-tools-20180123.d074c5b/biarchtool.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/biarchtool.py   2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/biarchtool.py   2018-01-23 
10:28:58.000000000 +0100
@@ -421,4 +421,3 @@
     app = CommandLineInterface()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/build-fail-reminder.py 
new/openSUSE-release-tools-20180123.d074c5b/build-fail-reminder.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/build-fail-reminder.py  
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/build-fail-reminder.py  
2018-01-23 10:28:58.000000000 +0100
@@ -232,4 +232,3 @@
 
     sys.exit(main(args))
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/check_maintenance_incidents.py 
new/openSUSE-release-tools-20180123.d074c5b/check_maintenance_incidents.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/check_maintenance_incidents.py  
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/check_maintenance_incidents.py  
2018-01-23 10:28:58.000000000 +0100
@@ -183,4 +183,3 @@
     app.clazz = MaintenanceChecker
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/check_source_in_factory.py 
new/openSUSE-release-tools-20180123.d074c5b/check_source_in_factory.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/check_source_in_factory.py      
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/check_source_in_factory.py      
2018-01-23 10:28:58.000000000 +0100
@@ -235,4 +235,3 @@
     app = CommandLineInterface()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/check_tags_in_requests.py 
new/openSUSE-release-tools-20180123.d074c5b/check_tags_in_requests.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/check_tags_in_requests.py       
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/check_tags_in_requests.py       
2018-01-23 10:28:58.000000000 +0100
@@ -175,4 +175,3 @@
     app = CommandLineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/announcer.py 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/announcer.py
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/announcer.py   
    2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/announcer.py   
    2018-01-23 10:28:58.000000000 +0100
@@ -177,4 +177,3 @@
     os.symlink(version, tmpfn)
     os.rename(tmpfn, current_fn)
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/factory-package-news-web.py
 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/factory-package-news-web.py
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/factory-package-news-web.py
        2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/factory-package-news-web.py
        2018-01-23 10:28:58.000000000 +0100
@@ -105,4 +105,3 @@
 
 application = app
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/factory-package-news.py
 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/factory-package-news.py
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/factory-package-news/factory-package-news.py
    2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/factory-package-news/factory-package-news.py
    2018-01-23 10:28:58.000000000 +0100
@@ -288,4 +288,3 @@
     app = ChangeLogger()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180122.b5fe7e7/leaper.py 
new/openSUSE-release-tools-20180123.d074c5b/leaper.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/leaper.py       2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/leaper.py       2018-01-23 
10:28:58.000000000 +0100
@@ -539,4 +539,3 @@
     app = CommandLineInterface()
     sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/legal-auto.py 
new/openSUSE-release-tools-20180123.d074c5b/legal-auto.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/legal-auto.py   2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/legal-auto.py   2018-01-23 
10:28:58.000000000 +0100
@@ -216,4 +216,3 @@
     app = CommandLineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/manager_42.py 
new/openSUSE-release-tools-20180123.d074c5b/manager_42.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/manager_42.py   2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/manager_42.py   2018-01-23 
10:28:58.000000000 +0100
@@ -403,4 +403,3 @@
 
     sys.exit(main(args))
 
-# vim:sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/openqa-maintenance.py 
new/openSUSE-release-tools-20180123.d074c5b/openqa-maintenance.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/openqa-maintenance.py   
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/openqa-maintenance.py   
2018-01-23 10:28:58.000000000 +0100
@@ -993,4 +993,3 @@
     app = CommandLineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/osc-vdelreq.py 
new/openSUSE-release-tools-20180123.d074c5b/osc-vdelreq.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/osc-vdelreq.py  2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/osc-vdelreq.py  2018-01-23 
10:28:58.000000000 +0100
@@ -100,4 +100,3 @@
     else:
         raise oscerr.WrongArgs('Unknown command: %s' % cmd)
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/osclib/check_duplicate_binaries_command.py
 
new/openSUSE-release-tools-20180123.d074c5b/osclib/check_duplicate_binaries_command.py
--- 
old/openSUSE-release-tools-20180122.b5fe7e7/osclib/check_duplicate_binaries_command.py
      2018-01-22 14:40:19.000000000 +0100
+++ 
new/openSUSE-release-tools-20180123.d074c5b/osclib/check_duplicate_binaries_command.py
      2018-01-23 10:28:58.000000000 +0100
@@ -75,4 +75,3 @@
         else:
             print(current)
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/osclib/cpio.py 
new/openSUSE-release-tools-20180123.d074c5b/osclib/cpio.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/osclib/cpio.py  2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/osclib/cpio.py  2018-01-23 
10:28:58.000000000 +0100
@@ -99,4 +99,3 @@
             ofh.write(i.header())
             ofh.close()
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/pkglistgen.py 
new/openSUSE-release-tools-20180123.d074c5b/pkglistgen.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/pkglistgen.py   2018-01-22 
14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/pkglistgen.py   2018-01-23 
10:28:58.000000000 +0100
@@ -1185,4 +1185,3 @@
     app = CommandLineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/requestfinder.py 
new/openSUSE-release-tools-20180123.d074c5b/requestfinder.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/requestfinder.py        
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/requestfinder.py        
2018-01-23 10:28:58.000000000 +0100
@@ -220,4 +220,3 @@
     app = CommandLineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/tests/checktags_tests.py 
new/openSUSE-release-tools-20180123.d074c5b/tests/checktags_tests.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/tests/checktags_tests.py        
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/tests/checktags_tests.py        
2018-01-23 10:28:58.000000000 +0100
@@ -296,4 +296,3 @@
 if __name__ == '__main__':
     unittest.main()
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/tests/factory_source_tests.py 
new/openSUSE-release-tools-20180123.d074c5b/tests/factory_source_tests.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/tests/factory_source_tests.py   
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/tests/factory_source_tests.py   
2018-01-23 10:28:58.000000000 +0100
@@ -290,4 +290,3 @@
 if __name__ == '__main__':
     unittest.main()
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/tests/maintenance_tests.py 
new/openSUSE-release-tools-20180123.d074c5b/tests/maintenance_tests.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/tests/maintenance_tests.py      
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/tests/maintenance_tests.py      
2018-01-23 10:28:58.000000000 +0100
@@ -383,4 +383,3 @@
 if __name__ == '__main__':
     unittest.main()
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/totest-manager.py 
new/openSUSE-release-tools-20180123.d074c5b/totest-manager.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/totest-manager.py       
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/totest-manager.py       
2018-01-23 10:28:58.000000000 +0100
@@ -913,4 +913,3 @@
     app = CommandlineInterface()
     sys.exit(app.main())
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/update_crawler.py 
new/openSUSE-release-tools-20180123.d074c5b/update_crawler.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/update_crawler.py       
2018-01-22 14:40:19.000000000 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/update_crawler.py       
2018-01-23 10:28:58.000000000 +0100
@@ -392,4 +392,3 @@
 
     sys.exit(main(args))
 
-# vim: sw=4 et

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.SnH2Ij/_old  2018-01-23 13:53:46.035433880 +0100
+++ /var/tmp/diff_new_pack.SnH2Ij/_new  2018-01-23 13:53:46.039433693 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180122.b5fe7e7
-mtime: 1516628419
-commit: b5fe7e74e890e1f5a30262865f1d63c6eae0742f
+version: 20180123.d074c5b
+mtime: 1516699738
+commit: d074c5b0ce7bd3be8eb37a7c8cafda6c37ecda7f
 


Reply via email to