From 766a77fbb66085a9aaa6572e2792dbcc2ebe1b764c8824cfc52e7b9b2a093198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Dec 2019 11:04:29 +0000 Subject: [PATCH] - Switch to github archive as the tests are not present on pypi version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-man?expand=0&rev=2 --- python-click-man.changes | 6 ++++++ python-click-man.spec | 12 ++++++------ click-man-0.3.0.tar.gz => v0.3.0.tar.gz | 0 3 files changed, 12 insertions(+), 6 deletions(-) rename click-man-0.3.0.tar.gz => v0.3.0.tar.gz (100%) diff --git a/python-click-man.changes b/python-click-man.changes index bdd8906..b60bb01 100644 --- a/python-click-man.changes +++ b/python-click-man.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 5 11:03:35 UTC 2019 - Tomáš Chvátal + +- Switch to github archive as the tests are not present on pypi + version + ------------------------------------------------------------------- Mon Nov 25 20:45:00 UTC 2019 - Sean Marlow diff --git a/python-click-man.spec b/python-click-man.spec index 320376b..9564b07 100644 --- a/python-click-man.spec +++ b/python-click-man.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-man # -# 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,21 +12,22 @@ # 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-%{**}} Name: python-click-man Version: 0.3.0 Release: 0 Summary: Automate generation of man pages for python click applications License: MIT -Url: https://github.com/click-contrib/click-man -Source: https://files.pythonhosted.org/packages/source/C/click-man/click-man-%{version}.tar.gz +URL: https://github.com/click-contrib/click-man +Source: https://github.com/click-contrib/click-man/archive/v%{version}.tar.gz Patch1: get-short-help.patch -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module click} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sure} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -68,4 +69,3 @@ export LANG=en_US.UTF-8 %{python_sitelib}/* %changelog - diff --git a/click-man-0.3.0.tar.gz b/v0.3.0.tar.gz similarity index 100% rename from click-man-0.3.0.tar.gz rename to v0.3.0.tar.gz