bump release to fix 7.2.2-2mamba changes elision [release 7.4.0-2mamba;Thu Aug 17 2023]
This commit is contained in:
parent
673fe7bbce
commit
c2814986d9
@ -1,6 +1,6 @@
|
||||
Name: python-pytest
|
||||
Version: 7.2.2
|
||||
Release: 1mamba
|
||||
Version: 7.4.0
|
||||
Release: 2mamba
|
||||
Summary: The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,7 +11,6 @@ Source: https://pypi.debian.net/pytest/pytest-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(attrs)
|
||||
BuildRequires: python3.7dist(exceptiongroup)
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
BuildRequires: python3.7dist(iniconfig)
|
||||
@ -45,13 +44,33 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%if "%{?with_pyver}" != "3"
|
||||
# Rename any conflicting file outside of python site packages tree
|
||||
for f in %{_bindir}/{pytest,py.test}; do
|
||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
done
|
||||
sed -i "\,%{_bindir}/pytest,d" %{name}.filelist
|
||||
sed -i "\,%{_bindir}/py.test,d" %{name}.filelist
|
||||
%endif
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/py.test*
|
||||
%{_bindir}/pytest*
|
||||
%dir %{python_sitearch}/pytest-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pytest-%{version}-py*.egg-info/*
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.0-2mamba
|
||||
- bump release to fix 7.2.2-2mamba changes elision
|
||||
|
||||
* Thu Aug 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.0-1mamba
|
||||
- update to 7.4.0
|
||||
|
||||
* Tue Aug 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2.2-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 7.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user