[python-okaara/epel7] Added build requirement on python-mock (jason.dobies at redhat.com)

jdob jdob at fedoraproject.org
Mon Jun 23 19:42:41 UTC 2014


commit 37e4567a329258b2db5b4e45d4d9179963025681
Author: Jay Dobies <jason.dobies at redhat.com>
Date:   Mon Jun 23 15:42:41 2014 -0400

    Added build requirement on python-mock (jason.dobies at redhat.com)

 python-okaara.spec |   39 ++++++++++++++++++---------------------
 sources            |    2 +-
 2 files changed, 19 insertions(+), 22 deletions(-)
---
diff --git a/python-okaara.spec b/python-okaara.spec
index 6dbaccf..93f240e 100644
--- a/python-okaara.spec
+++ b/python-okaara.spec
@@ -3,15 +3,14 @@
 # -- headers ------------------------------------------------------------------
 
 Name:           python-okaara
-Version:        1.0.32
-%global rel 1
-Release:        2%{?dist}
+Version:        1.0.34
+Release:        1%{?dist}
 Summary:        Python command line utilities
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            https://github.com/jdob/okaara
-Source0:        https://github.com/jdob/okaara/archive/%{name}-%{version}-%{rel}.tar.gz
+Source0:        http://jdob.fedorapeople.org/okaara-src/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -19,14 +18,15 @@ BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 BuildRequires:  python-babel
 BuildRequires:  python2-devel
-BuildRequires:  pytz
+BuildRequires:  python-mock
+
+Requires:       python-setuptools
 
 %description
 Python library to facilitate the creation of command-line interfaces.
 
 %prep
-# GitHub gives a weird name for the tarball
-%setup -q -n okaara-%{name}-%{version}-%{rel}
+%setup -q
 
 # -- build --------------------------------------------------------------------
 
@@ -75,14 +75,17 @@ rm -rf $RPM_BUILD_ROOT
 # -- changelog ----------------------------------------------------------------
 
 %changelog
-* Fri Jan 31 2014 Alex Wood <awood at redhat.com> 1.0.32-2
-- Add BuildRequires on pytz
-
-* Fri Jan 31 2014 Alex Wood <awood at redhat.com> 1.0.32-1
-- Update to latest version
+* Wed May 28 2014 Jay Dobies <jason.dobies at redhat.com> 1.0.34-1
+- Added build requirement on python-mock (jason.dobies at redhat.com)
 
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.21-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Wed May 28 2014 Jay Dobies <jason.dobies at redhat.com> 1.0.33-1
+- fixing a bug where prompting for password in python 2.4 caused an error
+  (mhrivnak at redhat.com)
+- Updated project URL (jason.dobies at redhat.com)
+- Initial addition of extension functionality (jason.dobies at redhat.com)
+- Added simple validators for the Option validate_func
+  (jason.dobies at redhat.com)
+- Added general int parser (jason.dobies at redhat.com)
 
 * Thu May 23 2013 Jay Dobies <jason.dobies at redhat.com> 1.0.32-1
 - Added empty strings as a possibility for optional parse methods
@@ -101,9 +104,6 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Feb 14 2013 Jay Dobies <jason.dobies at redhat.com> 1.0.29-1
 - Fixed deadlock when the threaded spinner times out (jason.dobies at redhat.com)
 
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.21-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
 * Tue Jan 08 2013 Jay Dobies <jason.dobies at redhat.com> 1.0.28-1
 - Added support for telling the user if an unexpected option was specified
   (jason.dobies at redhat.com)
@@ -147,9 +147,6 @@ rm -rf $RPM_BUILD_ROOT
 - Removed pointless layer between table and its config
   (jason.dobies at redhat.com)
 
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.21-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
 * Thu Jul 19 2012 Jay Dobies <jason.dobies at redhat.com> 1.0.23-1
 - Added ability to remove a command from the root CLI (jason.dobies at redhat.com)
 
@@ -170,7 +167,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Jul 08 2012 Jay Dobies <jason.dobies at redhat.com> 1.0.20-1
 - Removing the explicit python version requirement since it's not needed on
   Fedora (might still be needed on RHEL5). (jason.dobies at redhat.com)
-- Added %%check section and %%files change for fedora packaging
+- Added %check section and %files change for fedora packaging
   (jason.dobies at redhat.com)
 
 * Wed May 23 2012 Jay Dobies <jason.dobies at redhat.com> 1.0.19-1
diff --git a/sources b/sources
index a30a866..5d264b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-053e6bd5272abc80fe13ef1c0035a44f  python-okaara-1.0.32-1.tar.gz
+b63becb00eed014d9bace064b7fb47d0  python-okaara-1.0.34.tar.gz


More information about the scm-commits mailing list