From 48ff6160883b88ff22e9f123ef672cb467b95ea8d97ea6c6c27b3fa8e166e594 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 6 Sep 2012 12:58:57 +0000 Subject: [PATCH 1/2] Accepting request 132969 from devel:languages:python Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, python3-devel will not pull them in. Building will fail if BuildRequires: python3 is removed. OBS-URL: https://build.opensuse.org/request/show/132969 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=6 --- python3-psutil.changes | 8 ++++++++ python3-psutil.spec | 1 + 2 files changed, 9 insertions(+) diff --git a/python3-psutil.changes b/python3-psutil.changes index d12bfb9..213389d 100644 --- a/python3-psutil.changes +++ b/python3-psutil.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com + +- Restore BuildRequires: python3 This package depends on hash + algorithms that are only available if python3 is installed, + python3-devel will not pull them in. Building will fail if + BuildRequires: python3 is removed. + ------------------------------------------------------------------- Fri May 25 04:31:23 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-psutil.spec b/python3-psutil.spec index 11da842..2d485a7 100644 --- a/python3-psutil.spec +++ b/python3-psutil.spec @@ -23,6 +23,7 @@ Summary: A process utilities module for Python Url: http://code.google.com/p/psutil/ Group: Development/Languages/Python Source: psutil-%{version}.tar.gz +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-2to3 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 312e68afdc4e7edcce54cfed536cae5e1d8447f74b4e527a7dc0b7b1d4c77fac Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 7 Sep 2012 08:12:50 +0000 Subject: [PATCH 2/2] Accepting request 132972 from science Minor changes (forwarded request 132971 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/132972 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=7 --- python3-psutil.changes | 2 +- python3-psutil.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-psutil.changes b/python3-psutil.changes index 213389d..42b09cc 100644 --- a/python3-psutil.changes +++ b/python3-psutil.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com +Thu Sep 6 13:05:51 UTC 2012 - toddrme2178@gmail.com - Restore BuildRequires: python3 This package depends on hash algorithms that are only available if python3 is installed, diff --git a/python3-psutil.spec b/python3-psutil.spec index 2d485a7..3a601a5 100644 --- a/python3-psutil.spec +++ b/python3-psutil.spec @@ -24,8 +24,8 @@ Url: http://code.google.com/p/psutil/ Group: Development/Languages/Python Source: psutil-%{version}.tar.gz BuildRequires: python3 -BuildRequires: python3-devel BuildRequires: python3-2to3 +BuildRequires: python3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3-distribute