Hello community,

here is the log from the commit of package speedtest-cli for openSUSE:Factory 
checked in at 2016-02-17 10:26:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speedtest-cli (Old)
 and      /work/SRC/openSUSE:Factory/.speedtest-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speedtest-cli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speedtest-cli/speedtest-cli.changes      
2015-12-23 08:50:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.speedtest-cli.new/speedtest-cli.changes 
2016-02-17 12:24:59.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 16 08:33:41 UTC 2016 - mplus...@suse.com
+
+- Switch to python3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ speedtest-cli.spec ++++++
--- /var/tmp/diff_new_pack.VyrqKh/_old  2016-02-17 12:25:00.000000000 +0100
+++ /var/tmp/diff_new_pack.VyrqKh/_new  2016-02-17 12:25:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package speedtest-cli
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,10 @@
 Group:          System/Benchmark
 Url:            https://github.com/sivel/speedtest-cli
 Source0:        
https://github.com/sivel/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:       python-setuptools
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+Requires:       python3-setuptools
 BuildArch:      noarch
-%py_requires
 
 %description
 Command line interface for testing internet bandwidth using
@@ -39,10 +38,10 @@
 %setup -q
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -D -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 ln -s %{_mandir}/man1/%{name}.1 %{buildroot}%{_mandir}/man1/speedtest.1
 
@@ -53,8 +52,8 @@
 %{_bindir}/%{name}
 %{_mandir}/man1/speedtest.1%{ext_man}
 %{_mandir}/man1/%{name}.1%{ext_man}
-%{python_sitelib}/%{oname}.py
-%{python_sitelib}/%{oname}.pyc
-%{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
+%{python3_sitelib}/%{oname}.py
+%{python3_sitelib}/__pycache__/%{oname}.cpython-*.pyc
+%{python3_sitelib}/%{oname}-%{version}-py%{py3_ver}.egg-info
 
 %changelog


Reply via email to