From cb55d2195375d961a5a3ef3d86852bd6e25811ebd2d5da8e04e6e23842cb86a5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Jun 2021 15:29:28 +0000 Subject: [PATCH 1/2] Fix Source URL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=14 --- python-crayons.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-crayons.spec b/python-crayons.spec index 96be15e..46befef 100644 --- a/python-crayons.spec +++ b/python-crayons.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Colored strings for terminal usage License: MIT URL: https://github.com/MasterOdin/crayons -Source: https://github.com/MasterOdin/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +Source: https://github.com/MasterOdin/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz BuildRequires: %{python_module colorama} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros From 8778ba1c7b0882a6240c34aca8337bf312a4b2e4083a2a3c4c3525fe9a47810f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Jun 2021 15:29:51 +0000 Subject: [PATCH 2/2] - Fix Source URL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crayons?expand=0&rev=15 --- python-crayons.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-crayons.changes b/python-crayons.changes index 0df13e5..b39e7b7 100644 --- a/python-crayons.changes +++ b/python-crayons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 18 15:29:37 UTC 2021 - Matej Cepl + +- Fix Source URL + ------------------------------------------------------------------- Tue Jun 15 17:32:37 UTC 2021 - Matej Cepl