Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-psutil.git#6bd1fcc572d6f39ec2ada0f43a883905ef9f9c49
This commit is contained in:
DistroBaker 2021-01-28 23:49:18 +00:00
parent 9f0aa0cee6
commit 92df97ba23

View File

@ -1,12 +1,9 @@
%global srcname psutil
%global sum A process and system utilities module for Python
# Filter Python modules from Provides
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
Name: python-%{srcname}
Version: 5.8.0
Release: 3%{?dist}
Release: 5%{?dist}
Summary: %{sum}
License: BSD
@ -22,7 +19,6 @@ BuildRequires: gcc
BuildRequires: python%{python3_pkgversion}-devel
# Test dependencies
BuildRequires: procps-ng
BuildRequires: python%{python3_pkgversion}-mock
BuildRequires: python%{python3_pkgversion}-setuptools
%if 0%{?fedora} < 32 && 0%{?rhel} < 9
@ -110,6 +106,13 @@ make test CI_TESTING=1 PYTHON=%{__python3} PYTHONPATH=%{buildroot}/%{python3_sit
%changelog
* Thu Jan 28 2021 Tomas Orsava <torsava@redhat.com> - 5.8.0-5
- Remove unnecessary test dependency on python3-mock
- Remove unnecessary macro __provides_exclude_from
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Jan 10 2021 Kevin Fenzi <kevin@scrye.com> - 5.8.0-3
- Disable test_leak_mem test.