15
0

Accepting request 582241 from home:apersaud:branches:devel:languages:python

- specfile:
  * update copyright year
  * don't use python_module for Requires

OBS-URL: https://build.opensuse.org/request/show/582241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autoupgrade-ng?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-03-04 07:03:52 +00:00
committed by Git OBS Bridge
parent 2bb50010f6
commit ce94756728
2 changed files with 14 additions and 6 deletions

View File

@@ -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

View File

@@ -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