rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.2.2-3mamba;Tue Sep 26 2023]
This commit is contained in:
parent
b2d5f51864
commit
155c190774
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-qstylizer
|
||||
Version: 0.2.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Qt stylesheet generation utility for PyQt/PySide
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,10 +11,11 @@ URL: https://github.com/blambright/qstylizer
|
||||
Source: https+git://github.com/blambright/qstylizer.git/%{version}/qstylizer-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(inflection)
|
||||
BuildRequires: python3.7dist(tinycss2)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(inflection)
|
||||
BuildRequires: python3.11dist(tinycss2)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -46,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 0.2.2-3mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Sun Apr 09 2023 Sdk Build System <sdk@mambasoft.it> 0.2.2-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user