14
0

- Source package instead of _serive "download_files"

- Version 0.1.10

- New package osc-tiny (version 0.1.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-12-03 12:11:52 +00:00
committed by Git OBS Bridge
parent 1f8c361579
commit 6b59377b7a
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-osc-tiny
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# 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/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,22 +21,21 @@
Name: python-osc-tiny
Version: 0.1.10
Release: 0
License: MIT
Summary: Client API for openSUSE BuildService
Url: http://github.com/crazyscientist/osc-tiny
License: MIT
Group: Development/Languages/Python
URL: https://github.com/crazyscientist/osc-tiny
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lxml
Requires: python-requests
BuildArch: noarch
%python_subpackages
%description