Name: python-mock Version: 4.0.3 Release: 1mamba Summary: Rolling backport of unittest.mock for all Pythons Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/testing-cabal/mock Source: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version Requires: python-pbr Requires: python-funcsigs BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n mock-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog * Sun Feb 21 2021 Automatic Build System 4.0.3-1mamba - automatic version update by autodist * Sat Apr 11 2020 Silvan Calarco 3.0.5-2mamba - rebuilt with py3* packages * Wed Jun 12 2019 Automatic Build System 3.0.5-1mamba - automatic version update by autodist * Thu May 26 2016 Automatic Build System 2.0.0-1mamba - automatic version update by autodist * Sat Dec 05 2015 Silvan Calarco 1.3.0-1mamba - package created using the webbuild interface