rpms/python-repoze-who/EL-5 .cvsignore, 1.2, 1.3 python-repoze-who-setup.patch, 1.1, 1.2 python-repoze-who.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken lmacken at fedoraproject.org
Tue May 4 23:18:23 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-who/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2517

Modified Files:
	.cvsignore python-repoze-who-setup.patch 
	python-repoze-who.spec sources 
Log Message:
Update to 1.0.18


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 May 2009 04:23:19 -0000	1.2
+++ .cvsignore	4 May 2010 23:18:21 -0000	1.3
@@ -1 +1 @@
-repoze.who-1.0.13.tar.gz
+repoze.who-1.0.18.tar.gz

python-repoze-who-setup.patch:
 setup.py |    3 ---
 1 file changed, 3 deletions(-)

Index: python-repoze-who-setup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/EL-5/python-repoze-who-setup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-repoze-who-setup.patch	27 May 2009 04:23:19 -0000	1.1
+++ python-repoze-who-setup.patch	4 May 2010 23:18:22 -0000	1.2
@@ -1,5 +1,6 @@
---- setup.py.orig	2009-05-06 09:13:27.000000000 -0400
-+++ setup.py	2009-05-06 09:13:34.000000000 -0400
+diff -r 8d0e242beb2a setup.py
+--- a/setup.py	Mon Apr 26 20:59:06 2010 +0200
++++ b/setup.py	Mon Apr 26 20:59:31 2010 +0200
 @@ -14,9 +14,6 @@
  
  import os
@@ -9,4 +10,4 @@
 -
  from setuptools import setup, find_packages
  
- __version__ = '1.0.13'
+ __version__ = '1.0.18'


Index: python-repoze-who.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/EL-5/python-repoze-who.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-repoze-who.spec	27 May 2009 04:23:19 -0000	1.1
+++ python-repoze-who.spec	4 May 2010 23:18:22 -0000	1.2
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-repoze-who
-Version:        1.0.13
-Release:        1%{?dist}
+Version:        1.0.18
+Release:        2%{?dist}
 Summary:        An identification and authentication framework for WSGI
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel
+BuildRequires:  python-nose python-paste python-zope-interface
 Requires:       python-paste
 Requires:       python-setuptools
 Requires:       python-zope-interface
@@ -31,7 +32,7 @@ considered to be the domain of the WSGI 
 
 %prep
 %setup -q -n repoze.who-%{version}
-%patch0 -b .setup
+%patch0 -p1 -b .setup
 
 
 %build
@@ -42,6 +43,8 @@ considered to be the domain of the WSGI 
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+%check
+PYTHONPATH=$(pwd) nosetests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,6 +57,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 04 2010 Luke Macken <lmacken at redhat.com> - 1.0.18-2
+- Run the test suite in %%check
+
+* Mon Apr 26 2010 Felix Schwarz <felix.schwarz at oss.schwarz.eu> - 1.0.18-1
+- Update to the latest upstream release.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed May 06 2009 Luke Macken <lmacken at redhat.com> - 1.0.13-1
 - Update to the latest upstream release.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 May 2009 04:23:19 -0000	1.2
+++ sources	4 May 2010 23:18:22 -0000	1.3
@@ -1 +1 @@
-ac7b302e0baaa4b89b1013d9a72eba86  repoze.who-1.0.13.tar.gz
+0e8a94e5f5f92785b9a01c561588479b  repoze.who-1.0.18.tar.gz



More information about the scm-commits mailing list