From 2fad977c97f51c9daefc65d722b9bb53d8d4264573a5900330a204ddac1702a2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 12 Aug 2020 23:31:34 +0000 Subject: [PATCH] - Run SPEC file through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyuca?expand=0&rev=7 --- python-pyuca.changes | 5 +++++ python-pyuca.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-pyuca.changes b/python-pyuca.changes index 47bbba8..1a4e031 100644 --- a/python-pyuca.changes +++ b/python-pyuca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 12 23:31:22 UTC 2020 - Matej Cepl + +- Run SPEC file through spec-cleaner + ------------------------------------------------------------------- Tue Jun 4 08:18:19 UTC 2019 - pgajdos@suse.com diff --git a/python-pyuca.spec b/python-pyuca.spec index b6edd37..fedd64c 100644 --- a/python-pyuca.spec +++ b/python-pyuca.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyuca # -# Copyright (c) 2019 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 @@ -17,20 +17,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -BuildArch: noarch Name: python-pyuca Version: 1.2 Release: 0 Summary: Python implementation of the Unicode Collation Algorithm License: MIT Group: Development/Languages/Python -Url: http://github.com/jtauber/pyuca -Source0: https://pypi.python.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz +URL: https://github.com/jtauber/pyuca +Source0: https://files.pythonhosted.org/packages/source/p/pyuca/pyuca-%{version}.tar.gz # https://github.com/jtauber/pyuca/issues/21 Source1: https://raw.githubusercontent.com/jtauber/pyuca/master/test.py BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %python_subpackages %description