diff --git a/python-demosh.changes b/python-demosh.changes index b629795..7716897 100644 --- a/python-demosh.changes +++ b/python-demosh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 10 19:29:03 UTC 2024 - Johannes Kastl + +- fix Source URL + ------------------------------------------------------------------- Wed May 29 20:40:57 UTC 2024 - Johannes Kastl diff --git a/python-demosh.spec b/python-demosh.spec index cea1a01..3c7880d 100644 --- a/python-demosh.spec +++ b/python-demosh.spec @@ -23,10 +23,10 @@ Release: 0 Summary: Run code in Markdown files or shell scripts very interactively License: Apache-2.0 URL: https://github.com/BuoyantIO/demosh -Source: https://github.com/BuoyantIO/demosh/archive/%{version}.tar.gz#/demosh-%{version}.tar.gz +Source: https://github.com/BuoyantIO/demosh/archive/v%{version}.tar.gz#/demosh-%{version}.tar.gz +BuildRequires: %{python_module flit} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module flit} BuildRequires: %{python_module wheel} # SECTION test BuildRequires: %{python_module pytest}