fix obsoleting python-attr [release 23.1.0-3mamba;Sun Dec 24 2023]
This commit is contained in:
parent
b66833c17a
commit
a1b5074bf8
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-attrs
|
||||
Version: 23.1.0
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: Classes Without Boilerplate
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -21,6 +21,8 @@ Requires: python >= %python_version
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%define py_requires_append \
|
||||
Obsoletes: python-attr%{?pyappend:-%pyappend} <= 0.3.2-2mamba
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
@ -52,6 +54,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Dec 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.1.0-3mamba
|
||||
- fix obsoleting python-attr
|
||||
|
||||
* Sat Dec 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 23.1.0-2mamba
|
||||
- obsolete python-attr-py*
|
||||
|
||||
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 23.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user