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
This commit is contained in:
2024-06-10 19:31:13 +00:00
committed by Git OBS Bridge
parent 858b49f973
commit 97c474d1eb
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 10 19:29:03 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- fix Source URL
-------------------------------------------------------------------
Wed May 29 20:40:57 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -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}