[python-repoze-who-testutil] Update to 1.0.1, and update our deps

Luke Macken lmacken at fedoraproject.org
Thu Aug 25 14:50:50 UTC 2011


commit 3e278b926fb3a8a9bdf344ae8e9ce9b53611e312
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Aug 25 10:50:36 2011 -0400

    Update to 1.0.1, and update our deps

 .gitignore                      |    1 +
 python-repoze-who-testutil.spec |   36 ++++++++++++++++++++----------------
 sources                         |    2 +-
 3 files changed, 22 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb48a57..c885cad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 repoze.who-testutil-1.0.tar.gz
+/repoze.who-testutil-1.0.1.tar.gz
diff --git a/python-repoze-who-testutil.spec b/python-repoze-who-testutil.spec
index b4315f7..c0a39ba 100644
--- a/python-repoze-who-testutil.spec
+++ b/python-repoze-who-testutil.spec
@@ -1,24 +1,25 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Name:		python-repoze-who-testutil
-Version:	1.0
-Release:	3%{?dist}
-Summary:	Test utilities for repoze.who-powered applications
-Group:		Development/Languages
-License:	BSD
-URL:		http://code.gustavonarea.net/repoze.who-testutil/
-Source0:	http://pypi.python.org/packages/source/r/repoze.who-testutil/repoze.who-testutil-%{version}.tar.gz
+Name:       python-repoze-who-testutil
+Version:    1.0.1
+Release:    1%{?dist}
+Summary:    Test utilities for repoze.who-powered applications
+Group:      Development/Languages
+License:    BSD
+URL:        http://code.gustavonarea.net/repoze.who-testutil/
+Source0:    http://pypi.python.org/packages/source/r/repoze.who-testutil/repoze.who-testutil-%{version}.tar.gz
 Source1:    http://repoze.org/LICENSE.txt
 
 Patch0:     %{name}-setuptools.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:	noarch
-BuildRequires:	python-devel, python-setuptools-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  python-devel, python-setuptools-devel
 # Test suite requirements
-# BuildRequires:	python-paste-deploy, python-repoze-who, python-nose, python-coverage
-Requires:	python-repoze-who
-Requires:	python-zope-interface
-Requires:	python-paste-deploy
+# BuildRequires:    python-paste-deploy, python-repoze-who >= 1.0, python-nose, python-coverage
+Requires:   python-repoze-who >= 1.0
+Requires:   python-zope-interface
+Requires:   python-paste > 1.7
+Requires:   python-paste-deploy >= 1.3.3
 
 %description
 repoze.who-testutil is a repoze.who plugin which modifies repoze.who‘s 
@@ -44,7 +45,7 @@ rm -rf %{buildroot}
 
 %check
 # Tests are pretty broken. Oh, the irony.
-# PYTHONPATH=$(pwd) nosetests
+#PYTHONPATH=$(pwd) nosetests
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +56,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Thu Aug 25 2011 Luke Macken <lmacken at redhat.com> - 1.0.1-1
+- Update to 1.0.1
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 475ee10..18acd8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aaf3b6164bc7b95f12e8dbb2e8d3d4e3  repoze.who-testutil-1.0.tar.gz
+76f702ae786401cde6f2516c6dbcdcce  repoze.who-testutil-1.0.1.tar.gz


More information about the scm-commits mailing list