Hello community, here is the log from the commit of package python-abimap for openSUSE:Factory checked in at 2018-08-10 09:50:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-abimap (Old) and /work/SRC/openSUSE:Factory/.python-abimap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-abimap" Fri Aug 10 09:50:07 2018 rev:2 rq:628257 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-abimap/python-abimap.changes 2018-08-07 09:42:35.353258958 +0200 +++ /work/SRC/openSUSE:Factory/.python-abimap.new/python-abimap.changes 2018-08-10 09:50:09.582306859 +0200 @@ -1,0 +2,7 @@ +Wed Aug 8 17:50:53 UTC 2018 - [email protected] + +- Add missing Requires for python-setuptools +- Remove noarch from doc (the whole package is noarch) +- Remove unneeded build require on python-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-abimap.spec ++++++ --- /var/tmp/diff_new_pack.ytIrYM/_old 2018-08-10 09:50:10.762308761 +0200 +++ /var/tmp/diff_new_pack.ytIrYM/_new 2018-08-10 09:50:10.762308761 +0200 @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,29 +21,30 @@ Name: python-abimap Version: 0.3.0 Release: 0 -License: MIT Summary: A helper for library maintainers to use symbol versioning -Url: https://github.com/ansasaki/abimap +License: MIT Group: Development/Languages/Python +Url: https://github.com/ansasaki/abimap Source: https://files.pythonhosted.org/packages/source/a/abimap/abimap-%{version}.tar.gz Patch0: abimap-0.3.0-disable-pytest-console-script-tests.patch -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} #BuildRequires: %%{python_module pytest-console-scripts} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module PyYAML} +BuildRequires: %{python_module pytest-cov} # /SECTION BuildRequires: fdupes BuildArch: noarch +Requires: %{python_module setuptools} + %python_subpackages %description @@ -54,7 +56,6 @@ %package doc Summary: Symbol versioning helper (Documentation) Group: Documentation/HTML -BuildArch: noarch %description doc Documentation for the symbol versioning helper %{name}
