rebuilt with py3* packages [release 3.0.5-2mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:28:01 +01:00
parent 129da81340
commit be76cc93f0

View File

@ -1,6 +1,6 @@
Name: python-mock
Version: 3.0.5
Release: 1mamba
Release: 2mamba
Summary: Rolling backport of unittest.mock for all Pythons
Group: System/Libraries
Vendor: openmamba
@ -20,6 +20,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n mock-%{version}
@ -37,10 +41,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.5-2mamba
- rebuilt with py3* packages
* Wed Jun 12 2019 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
- automatic version update by autodist