rpms/python-beaker/devel .cvsignore, 1.10, 1.11 python-beaker.spec, 1.16, 1.17 sources, 1.10, 1.11 python-beaker-absimport.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Mon Mar 22 19:40:30 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-beaker/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24762

Modified Files:
	.cvsignore python-beaker.spec sources 
Removed Files:
	python-beaker-absimport.patch 
Log Message:
* Mon Mar 22 2010 Luke Macken <lmacken at redhat.com> - 1.5.3-1
- Update to 1.5.3
- Remove the abspath patch, which was fixed upstream
- Run the test suite




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	22 Jan 2010 22:14:02 -0000	1.10
+++ .cvsignore	22 Mar 2010 19:40:29 -0000	1.11
@@ -1 +1 @@
-Beaker-1.5.1.tar.gz
+Beaker-1.5.3.tar.gz


Index: python-beaker.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/python-beaker.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-beaker.spec	22 Jan 2010 22:14:02 -0000	1.16
+++ python-beaker.spec	22 Mar 2010 19:40:30 -0000	1.17
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-beaker
-Version: 1.5.1
+Version: 1.5.3
 Release: 1%{?dist}
 Summary: WSGI middleware layer to provide sessions
 
@@ -12,7 +12,8 @@ Source0: http://pypi.python.org/packages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
-Patch1: %{name}-absimport.patch
+# Needed for the tst suite
+BuildRequires: python-nose python python-webtest
 
 %description
 Beaker is a caching library that includes Session and Cache objects built on
@@ -22,7 +23,6 @@ manage Session objects and signed cookie
 
 %prep
 %setup -q -n Beaker-%{version}
-%patch1 -p0 -b .absimport
 
 
 %build
@@ -34,6 +34,9 @@ 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
 
@@ -46,6 +49,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 22 2010 Luke Macken <lmacken at redhat.com> - 1.5.3-1
+- Update to 1.5.3
+- Remove the abspath patch, which was fixed upstream
+- Run the test suite
+
 * Fri Jan 22 2010 Luke Macken <lmacken at redhat.com> - 1.5.1-1
 - Update to 1.5.1
 - Remove beaker-hmac2.4.patch, which made it into 1.4 upstream


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-beaker/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	22 Jan 2010 22:14:02 -0000	1.10
+++ sources	22 Mar 2010 19:40:30 -0000	1.11
@@ -1 +1 @@
-87e39bb000faa2645e60df69b898ee16  Beaker-1.5.1.tar.gz
+b465f1919dbbed4917febc91318c8e0f  Beaker-1.5.3.tar.gz


--- python-beaker-absimport.patch DELETED ---



More information about the scm-commits mailing list