Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kasa for openSUSE:Factory checked in at 2021-02-15 23:18:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kasa (Old) and /work/SRC/openSUSE:Factory/.python-kasa.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kasa" Mon Feb 15 23:18:02 2021 rev:3 rq:871617 version:0.0~git1580219900.15b0c8c Changes: -------- --- /work/SRC/openSUSE:Factory/python-kasa/python-kasa.changes 2020-05-26 17:23:41.956539645 +0200 +++ /work/SRC/openSUSE:Factory/.python-kasa.new.28504/python-kasa.changes 2021-02-15 23:20:29.271771072 +0100 @@ -1,0 +2,5 @@ +Sat Feb 13 09:49:13 UTC 2021 - Dirk M??ller <[email protected]> + +- skip python 3.6 (only compatible with python 3.7+) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kasa.spec ++++++ --- /var/tmp/diff_new_pack.HhhI5v/_old 2021-02-15 23:20:30.119772339 +0100 +++ /var/tmp/diff_new_pack.HhhI5v/_new 2021-02-15 23:20:30.123772345 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-kasa # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-kasa Version: 0.0~git1580219900.15b0c8c Release: 0 @@ -25,7 +26,6 @@ License: GPL-3.0-or-later URL: https://github.com/python-kasa/python-kasa Source0: python-kasa-%{version}.tar.xz -BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest}
