Hello community, here is the log from the commit of package python-termstyle for openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-termstyle (Old) and /work/SRC/openSUSE:Leap:15.2/.python-termstyle.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-termstyle" Mon Mar 2 13:23:51 2020 rev:11 rq:777209 version:0.1.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-termstyle/python-termstyle.changes 2020-01-15 15:53:46.331609212 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-termstyle.new.26092/python-termstyle.changes 2020-03-02 13:23:51.358457845 +0100 @@ -1,0 +2,15 @@ +Fri Oct 18 09:41:48 UTC 2019 - Sebastian Wagner <[email protected]> + +- Re-add License, required in Factory. + +------------------------------------------------------------------- +Mon Oct 14 14:45:01 UTC 2019 - Matej Cepl <[email protected]> + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + +------------------------------------------------------------------- +Tue Dec 4 12:55:08 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-termstyle.spec ++++++ --- /var/tmp/diff_new_pack.q6EVE0/_old 2020-03-02 13:23:51.978459078 +0100 +++ /var/tmp/diff_new_pack.q6EVE0/_new 2020-03-02 13:23:51.978459078 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-termstyle # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -24,12 +24,12 @@ Summary: Console colouring for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/gfxmonk/termstyle +URL: https://github.com/gfxmonk/termstyle Source: https://files.pythonhosted.org/packages/source/t/termstyle/termstyle-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %ifpython2 Obsoletes: %{oldpython}-python-termstyle < %{version} Provides: %{oldpython}-python-termstyle = %{version} @@ -38,7 +38,6 @@ Provides: python3-python-termstyle = %{version} Obsoletes: python3-python-termstyle < %{version} %endif -BuildArch: noarch %python_subpackages %description @@ -55,7 +54,7 @@ %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} #%%check #export LANG=C.UTF-8
