diff --git a/.gitignore b/.gitignore index 8af7152..210dc5a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ psutil-0.1.3.tar.gz /psutil-0.6.1.tar.gz /psutil-0.7.1.tar.gz /psutil-1.0.1.tar.gz +/psutil-1.2.1.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 35724a6..5063447 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -8,14 +8,14 @@ } Name: python-psutil -Version: 1.0.1 +Version: 1.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} @@ -101,6 +101,9 @@ popd %changelog +* Mon Jan 06 2014 Mohamed El Morabity - 1.2.1-1 +- Update to 1.2.1 + * Fri Aug 16 2013 Mohamed El Morabity - 1.0.1-1 - Update to 1.0.1 diff --git a/sources b/sources index 961ba40..241f9cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c85e29db7d6d716761eb2b105b9fb177 psutil-1.0.1.tar.gz +80c3b251389771ab472e554e6c729c36 psutil-1.2.1.tar.gz