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