rpms/python-webtest/EL-4 import.log, NONE, 1.1 python-webtest.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue Oct 14 02:21:39 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-webtest/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31426/EL-4

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-webtest.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
python-webtest-1_0-3_fc9:EL-4:python-webtest-1.0-3.fc9.src.rpm:1223950847


--- NEW FILE python-webtest.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-webtest
Version:        1.0
Release:        3%{?dist}
Summary:        Helper to test WSGI applications

Group:          Development/Languages
License:        MIT
URL:            http://pythonpaste.org/webtest/
Source0:        http://pypi.python.org/packages/source/W/WebTest/WebTest-1.0.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  python-devel
%if 0%{?fedora} >= 8
BuildRequires:  python-setuptools-devel
%else
BuildRequires:  python-setuptools
%endif
BuildRequires:  python-nose
BuildRequires:  python-webob
Requires:       python-webob

%description
WebTest wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.

%prep
%setup -q -n WebTest-%{version}


%build
%{__python} setup.py build


%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

 
%clean
%{__rm} -rf %{buildroot}


%check
./test


%files
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/webtest
%{python_sitelib}/*.egg-info


%changelog
* Thu Jul 17 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0-3
- Update Requires for python-webob rename.
- Add BuildRequires on python-webob for tests.

* Sat Jul 07 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0-2
- Add %%check section.

* Sat Jun 14 2008 Ricky Zhou <ricky at fedoraproject.org> - 1.0-1
- Initial RPM Package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webtest/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2008 10:43:01 -0000	1.1
+++ .cvsignore	14 Oct 2008 02:21:09 -0000	1.2
@@ -0,0 +1 @@
+WebTest-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webtest/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2008 10:43:01 -0000	1.1
+++ sources	14 Oct 2008 02:21:09 -0000	1.2
@@ -0,0 +1 @@
+bdc4f8597c1d9500636f09bf52ed9d33  WebTest-1.0.tar.gz




More information about the fedora-extras-commits mailing list