Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iops for openSUSE:Factory checked in at 2021-01-21 21:54:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iops (Old) and /work/SRC/openSUSE:Factory/.iops.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iops" Thu Jan 21 21:54:27 2021 rev:3 rq:865288 version:0.0+git.20200324 Changes: -------- --- /work/SRC/openSUSE:Factory/iops/iops.changes 2018-03-09 10:46:04.695797082 +0100 +++ /work/SRC/openSUSE:Factory/.iops.new.28504/iops.changes 2021-01-21 21:54:28.697773046 +0100 @@ -1,0 +2,8 @@ +Wed Jan 20 09:32:47 UTC 2021 - Martin Pluskal <[email protected]> + +- Update to version 0.0+git.20200324: + * Be explicit about python2 + * HTTPS upgrades, title added + * Dockerfile initial version. + +------------------------------------------------------------------- Old: ---- iops-0.0+git.20171210.tar.xz New: ---- iops-0.0+git.20200324.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iops.spec ++++++ --- /var/tmp/diff_new_pack.lBmzt5/_old 2021-01-21 21:54:29.253773256 +0100 +++ /var/tmp/diff_new_pack.lBmzt5/_new 2021-01-21 21:54:29.257773258 +0100 @@ -1,7 +1,7 @@ # # spec file for package iops # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: iops -Version: 0.0+git.20171210 +Version: 0.0+git.20200324 Release: 0 Summary: Disk I/O Benchmark License: ISC Group: System/Benchmark -URL: http://benjamin-schweizer.de/measuring-disk-io-performance.html +URL: https://benjamin-schweizer.de/measuring-disk-io-performance.html Source0: %{name}-%{version}.tar.xz BuildArch: noarch @@ -30,8 +30,8 @@ Benchmark script to measure disk I/O performance. %prep -%setup -q -sed -i 's|env python|python2|g' iops +%autosetup +sed -i 's|env python2|python3|g' iops %build ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.lBmzt5/_old 2021-01-21 21:54:29.297773273 +0100 +++ /var/tmp/diff_new_pack.lBmzt5/_new 2021-01-21 21:54:29.301773274 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cxcv/iops.git</param> - <param name="changesrevision">6ddfe6ce44f88d4831cb056593445e7b71629236</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">1f2bd5bf1de681ac22e0926e1a6e216c6c9b4b7c</param></service></servicedata> \ No newline at end of file ++++++ iops-0.0+git.20171210.tar.xz -> iops-0.0+git.20200324.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iops-0.0+git.20171210/Dockerfile new/iops-0.0+git.20200324/Dockerfile --- old/iops-0.0+git.20171210/Dockerfile 1970-01-01 01:00:00.000000000 +0100 +++ new/iops-0.0+git.20200324/Dockerfile 2020-03-24 14:56:21.000000000 +0100 @@ -0,0 +1,6 @@ +FROM python:2 + +ADD ./iops /usr/src/iops/ +WORKDIR /usr/src/iops/ + +ENTRYPOINT [ "./iops" ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iops-0.0+git.20171210/README.md new/iops-0.0+git.20200324/README.md --- old/iops-0.0+git.20171210/README.md 2017-12-10 21:31:35.000000000 +0100 +++ new/iops-0.0+git.20200324/README.md 2020-03-24 14:56:21.000000000 +0100 @@ -86,5 +86,5 @@ Links ----- -- http://www.linux-magazin.de/Ausgaben/2016/03/I-O-Benchmarking (German) -- http://www.admin-magazine.com/Archive/2016/32/Fundamentals-of-I-O-benchmarking (English) +- [Grundlagen des I/O-Benchmarking](https://www.linux-magazin.de/ausgaben/2016/03/i-o-benchmarking/) (German) +- [Fundamentals of I/O benchmarking](https://www.admin-magazine.com/Archive/2016/32/Fundamentals-of-I-O-benchmarking) (English) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/iops-0.0+git.20171210/iops new/iops-0.0+git.20200324/iops --- old/iops-0.0+git.20171210/iops 2017-12-10 21:31:35.000000000 +0100 +++ new/iops-0.0+git.20200324/iops 2020-03-24 14:56:21.000000000 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Copyright (c) 2008-2016 Benjamin Schweizer and others. #
