rebuilt with python3 and python36 packages [release 5.7.0-2mamba;Wed Mar 18 2020]
This commit is contained in:
parent
e7bf956c0e
commit
f6f9a0859f
@ -1,6 +1,6 @@
|
|||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.7.0
|
Version: 5.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A cross-platform process and system utilities module for Python
|
Summary: A cross-platform process and system utilities module for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,6 +40,10 @@ psutil is a module providing an interface for retrieving information on all runn
|
|||||||
It currently supports Linux, Windows, OSX and FreeBSD, both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using a single code base.
|
It currently supports Linux, Windows, OSX and FreeBSD, both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using a single code base.
|
||||||
Pypy is also known to work.
|
Pypy is also known to work.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n psutil-%{version}
|
%setup -q -n psutil-%{version}
|
||||||
|
|
||||||
@ -58,11 +62,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CREDITS LICENSE
|
%doc CREDITS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.7.0-2mamba
|
||||||
|
- rebuilt with python3 and python36 packages
|
||||||
|
|
||||||
* Sun Feb 23 2020 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
* Sun Feb 23 2020 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user