Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2019-10-09 15:19:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Wed Oct 9 15:19:49 2019 rev:228 rq:736341 version:20191008.7451a6ad
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-10-08 19:59:01.136001878 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352/openSUSE-release-tools.changes
2019-10-09 15:19:51.760435618 +0200
@@ -1,0 +2,6 @@
+Tue Oct 08 21:07:10 UTC 2019 - [email protected]
+
+- Update to version 20191008.7451a6ad:
+ * osc-staging,issue-diff: open temporary file in write without binary mode.
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20191007.6c39d95d.obscpio
New:
----
openSUSE-release-tools-20191008.7451a6ad.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.3I6CrD/_old 2019-10-09 15:19:52.688433226 +0200
+++ /var/tmp/diff_new_pack.3I6CrD/_new 2019-10-09 15:19:52.692433216 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20191007.6c39d95d
+Version: 20191008.7451a6ad
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.3I6CrD/_old 2019-10-09 15:19:52.748433071 +0200
+++ /var/tmp/diff_new_pack.3I6CrD/_new 2019-10-09 15:19:52.748433071 +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">6f21ae6a8b28e047d2991bcac6a81c280a592c15</param>
+ <param
name="changesrevision">7451a6ad0209798cb8f0d35a2f4bbd60e9110cb1</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20191007.6c39d95d.obscpio ->
openSUSE-release-tools-20191008.7451a6ad.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20191007.6c39d95d/issue-diff.py
new/openSUSE-release-tools-20191008.7451a6ad/issue-diff.py
--- old/openSUSE-release-tools-20191007.6c39d95d/issue-diff.py 2019-10-07
06:55:05.000000000 +0200
+++ new/openSUSE-release-tools-20191008.7451a6ad/issue-diff.py 2019-10-08
23:05:17.000000000 +0200
@@ -117,7 +117,7 @@
return prompt_continue(change_count)
def prompt_interactive(changes, project, package):
- with tempfile.NamedTemporaryFile(suffix='.yml') as temp:
+ with tempfile.NamedTemporaryFile(mode='w', suffix='.yml') as temp:
temp.write(yaml.safe_dump(changes, default_flow_style=False,
default_style="'") + '\n')
temp.write('# {}/{}\n'.format(project, package))
temp.write('# comment or remove lines to whitelist issues')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20191007.6c39d95d/osc-staging.py
new/openSUSE-release-tools-20191008.7451a6ad/osc-staging.py
--- old/openSUSE-release-tools-20191007.6c39d95d/osc-staging.py 2019-10-07
06:55:05.000000000 +0200
+++ new/openSUSE-release-tools-20191008.7451a6ad/osc-staging.py 2019-10-08
23:05:17.000000000 +0200
@@ -593,7 +593,7 @@
return
if opts.interactive:
- with tempfile.NamedTemporaryFile(suffix='.yml') as temp:
+ with tempfile.NamedTemporaryFile(mode='w', suffix='.yml')
as temp:
temp.write(yaml.safe_dump(splitter.proposal,
default_flow_style=False) + '\n\n')
if len(splitter.requests):
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.3I6CrD/_old 2019-10-09 15:19:54.128429513 +0200
+++ /var/tmp/diff_new_pack.3I6CrD/_new 2019-10-09 15:19:54.132429503 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20191007.6c39d95d
-mtime: 1570424105
-commit: 6c39d95da57fd795388aecfe3143bb819690e95a
+version: 20191008.7451a6ad
+mtime: 1570568717
+commit: 7451a6ad0209798cb8f0d35a2f4bbd60e9110cb1