diff --git a/python-autoupgrade-ng.changes b/python-autoupgrade-ng.changes index fe0c875..6b9957f 100644 --- a/python-autoupgrade-ng.changes +++ b/python-autoupgrade-ng.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 3 18:33:13 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * don't use python_module for Requires + ------------------------------------------------------------------- Fri Jun 2 19:28:36 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-autoupgrade-ng.spec b/python-autoupgrade-ng.spec index ada6a1e..19d216a 100644 --- a/python-autoupgrade-ng.spec +++ b/python-autoupgrade-ng.spec @@ -1,7 +1,7 @@ # # spec file for package python-autoupgrade-ng # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -13,23 +13,24 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-autoupgrade-ng Version: 0.3.0 Release: 0 -License: MIT Summary: Automatic upgrade of PyPI packages -Url: https://github.com/vuolter/autoupgrade +License: MIT Group: Development/Languages/Python +Url: https://github.com/vuolter/autoupgrade Source: https://files.pythonhosted.org/packages/source/a/autoupgrade-ng/autoupgrade-ng-%{version}.zip -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: unzip BuildRequires: dos2unix -Requires: %{python_module pip} +BuildRequires: python-rpm-macros +BuildRequires: unzip +Requires: python-pip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch