From 97c474d1eba1079b8b5921984f1f4ea7bc94da1af853a3af859d2a6874e11fa9 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Mon, 10 Jun 2024 19:31:13 +0000 Subject: [PATCH] Accepting request 1179837 from home:ojkastl_buildservice:Branch_devel_languages_python fix Source URL OBS-URL: https://build.opensuse.org/request/show/1179837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-demosh?expand=0&rev=2 --- python-demosh.changes | 5 +++++ python-demosh.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}