From 3689a656b5da32d49c432029986ff51741320723be43dd8802554ca536351f91 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 16 Jun 2021 10:06:47 +0000 Subject: [PATCH] Remove superflous commented out Source line OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=12 --- python-crayons.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-crayons.spec b/python-crayons.spec index a98e5be..96be15e 100644 --- a/python-crayons.spec +++ b/python-crayons.spec @@ -24,7 +24,6 @@ Release: 0 Summary: Colored strings for terminal usage License: MIT URL: https://github.com/MasterOdin/crayons -# Source: https://files.pythonhosted.org/packages/source/c/crayons/crayons-%%{version}.tar.gz Source: https://github.com/MasterOdin/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module colorama} BuildRequires: %{python_module setuptools}