From fb8659b3748a092a28924db802bcd63b8c67ca33821e70907d3739e495317e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Jan 2020 13:00:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jirafs?expand=0&rev=7 --- jirafs-1.17.5.tar.gz => 1.17.5.tar.gz | 0 python-jirafs.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename jirafs-1.17.5.tar.gz => 1.17.5.tar.gz (100%) diff --git a/jirafs-1.17.5.tar.gz b/1.17.5.tar.gz similarity index 100% rename from jirafs-1.17.5.tar.gz rename to 1.17.5.tar.gz diff --git a/python-jirafs.spec b/python-jirafs.spec index 646cd24..1bb2cf2 100644 --- a/python-jirafs.spec +++ b/python-jirafs.spec @@ -1,7 +1,7 @@ # # spec file for package python-jirafs # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Library for editing JIRA issues as local text files License: MIT Group: Development/Languages/Python URL: https://github.com/coddingtonbear/jirafs -Source: https://files.pythonhosted.org/packages/source/j/jirafs/jirafs-%{version}.tar.gz +Source: https://github.com/coddingtonbear/jirafs/archive/%{version}.tar.gz Patch0: capitalization.patch BuildRequires: %{python_module PrettyTable} BuildRequires: %{python_module behave}