automatic update by autodist [release 1.0.3-1mamba;Tue Mar 26 2024]
This commit is contained in:
parent
9361b6dbb0
commit
7c9d9e4d65
@ -1,6 +1,6 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: ascmhl
|
||||
Version: 0.9.3
|
||||
Version: 1.0.3
|
||||
Release: 1mamba
|
||||
Summary: ASC Media Hash List (ASC MHL)
|
||||
Group: Applications/Multimedia
|
||||
@ -14,6 +14,7 @@ License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(click)
|
||||
BuildRequires: python3.11dist(importlib-metadata)
|
||||
BuildRequires: python3.11dist(lxml)
|
||||
BuildRequires: python3.11dist(packaging)
|
||||
BuildRequires: python3.11dist(pathspec)
|
||||
@ -32,7 +33,7 @@ BuildRequires: python-pytest-runner-py3
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 0 -p1
|
||||
#%patch 0 -p1
|
||||
sed -i "s|Click.*7|Click>=7|" setup.py requirements.txt ascmhl.egg-info/requires.txt
|
||||
|
||||
%build
|
||||
@ -61,5 +62,8 @@ rm -rf %{buildroot}%{python_sitelib}/tests
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 1.0.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jan 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user