From 6b59377b7ae07629c054da74d6cb99b0f8eb3b35350b680a0856c90f96da40ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Dec 2019 12:11:52 +0000 Subject: [PATCH] - 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 --- osc-tiny.changes => python-osc-tiny.changes | 0 osc-tiny.spec => python-osc-tiny.spec | 16 ++++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) rename osc-tiny.changes => python-osc-tiny.changes (100%) rename osc-tiny.spec => python-osc-tiny.spec (90%) diff --git a/osc-tiny.changes b/python-osc-tiny.changes similarity index 100% rename from osc-tiny.changes rename to python-osc-tiny.changes diff --git a/osc-tiny.spec b/python-osc-tiny.spec similarity index 90% rename from osc-tiny.spec rename to python-osc-tiny.spec index ff82205..cfdaeb4 100644 --- a/osc-tiny.spec +++ b/python-osc-tiny.spec @@ -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,26 +21,25 @@ 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 -OSC Tiny provides a minimalistic, transparent and class based client for +OSC Tiny provides a minimalistic, transparent and class based client for accessing the OpenBuildService API. For further details see: