Update to 3.1.1

This commit is contained in:
Michel Alexandre Salim 2015-07-22 00:11:24 +07:00
parent 1a40221437
commit 309b4ec271
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ psutil-0.1.3.tar.gz
/psutil-1.2.1.tar.gz
/psutil-2.1.3.tar.gz
/psutil-2.2.0.tar.gz
/psutil-3.1.1.tar.gz

View File

@ -8,8 +8,8 @@
}
Name: python-psutil
Version: 2.2.0
Release: 2%{?dist}
Version: 3.1.1
Release: 1%{?dist}
Summary: A process and system utilities module for Python
Group: Development/Languages
@ -89,8 +89,9 @@ popd
%license LICENSE
%doc CREDITS HISTORY.rst README.rst TODO
%{python_sitearch}/%{short_name}/
%exclude %{python_sitearch}/%{short_name}/*.so
%attr(0755,-,-) %{python_sitearch}/%{short_name}/*.so
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
%if 0%{?with_python3}
@ -99,12 +100,16 @@ popd
%license LICENSE
%doc CREDITS HISTORY.rst README.rst TODO
%{python3_sitearch}/%{short_name}/
%exclude %{python3_sitearch}/%{short_name}/*.so
%attr(0755,-,-) %{python3_sitearch}/%{short_name}/*.so
%{python3_sitearch}/*.egg-info
%{python3_sitearch}/*.so
%endif
%changelog
* Tue Jul 21 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.1.1-1
- Update to 3.1.1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
b8f5ce3c47edc5e4491ef05a61387116 psutil-2.2.0.tar.gz
b34360627efb429cb18a4a3143b18c8c psutil-3.1.1.tar.gz