Update to 2.2.1. Fixes bug #1479740

This commit is contained in:
Kevin Fenzi 2017-11-30 13:33:27 -08:00
parent cd0265a7a2
commit 3255fecda2
2 changed files with 8 additions and 5 deletions

View File

@ -15,14 +15,14 @@
}
Name: python-psutil
Version: 0.6.1
Version: 2.2.1
Release: 1%{?dist}
Summary: A process and system utilities module for Python
Group: Development/Languages
License: BSD
URL: http://psutil.googlecode.com/
Source0: http://psutil.googlecode.com/files/%{short_name}-%{version}.tar.gz
Source0: https://pypi.python.org/packages/source/p/%{short_name}/%{short_name}-%{version}.tar.gz
BuildRequires: python2-devel
%if 0%{?with_python3}
@ -107,7 +107,7 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%files
%doc CREDITS HISTORY LICENSE README
%doc CREDITS HISTORY.rst LICENSE README.rst
%{python_sitearch}/%{short_name}/
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
@ -115,7 +115,7 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%if 0%{?with_python3}
%files -n python3-psutil
%doc CREDITS HISTORY LICENSE README
%doc CREDITS HISTORY.rst LICENSE README.rst
%{python3_sitearch}/%{short_name}/
%{python3_sitearch}/*.egg-info
%{python3_sitearch}/*.so
@ -123,6 +123,9 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
%changelog
* Thu Nov 30 2017 Kevin Fenzi <kevin@scrye.com> - 2.2.1-1
- Update to 2.2.1. Fixes bug #1479740
* Fri Apr 19 2013 Michel Salim <salimma@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1

View File

@ -1 +1 @@
3cfcbfb8525f6e4c70110e44a85e907e psutil-0.6.1.tar.gz
1a2b58cd9e3a53528bb6148f0c4d5244 psutil-2.2.1.tar.gz