From 41ea18a544f2a4b3d07576a74dd99923031dc2766013c9b4201a327a4fffe4e4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:11:25 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-constantly?expand=0&rev=5 --- python-constantly.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-constantly.spec b/python-constantly.spec index 29263f0..21a0d39 100644 --- a/python-constantly.spec +++ b/python-constantly.spec @@ -23,13 +23,11 @@ Release: 0 Summary: Symbolic constants in Python License: MIT Group: Development/Languages/Python -Url: https://github.com/twisted/constantly +URL: https://github.com/twisted/constantly Source: https://files.pythonhosted.org/packages/source/c/constantly/constantly-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -47,8 +45,8 @@ Originally ``twisted.python.constants`` from the `Twisted