rpms/python-batchhttp/F-12 import.log, NONE, 1.1 python-batchhttp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Oct 10 18:05:45 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-batchhttp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7820/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-batchhttp.spec 
Log Message:
initial import



--- NEW FILE import.log ---
python-batchhttp-1_0-1_fc11:F-12:python-batchhttp-1.0-1.fc11.src.rpm:1255197922


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

Name:           python-batchhttp
Version:        1.0
Release:        1%{?dist}
Summary:        Parallel fetching of HTTP resources through MIME multipart

Group:          Development/Languages
License:        BSD
URL:            http://sixapart.github.com/batchhttp/
Source0:        http://pypi.python.org/packages/source/b/batchhttp/batchhttp-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools-devel
Requires:       python-httplib2

%description
This package's BatchClient applies standard MIME multipart encoding to HTTP
messages, providing a standards-conservant technique for making parallelizable
HTTP requests over a single proxy connection.

To make a batch request, open a new request on a BatchClient instance and add
your subrequests, along with callbacks that will receive the subresponses.
Once all parallelized requests are added, complete the request; the request is
made and the batched subresponses are provided to your callbacks.

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


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE
%{python_sitelib}/*


%changelog
* Tue Oct 06 2009 Sebastian Dziallas <sebastian at when.com> - 1.0-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-batchhttp/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Oct 2009 05:55:58 -0000	1.1
+++ .cvsignore	10 Oct 2009 18:05:44 -0000	1.2
@@ -0,0 +1 @@
+batchhttp-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-batchhttp/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Oct 2009 05:55:58 -0000	1.1
+++ sources	10 Oct 2009 18:05:44 -0000	1.2
@@ -0,0 +1 @@
+a3b5e89edfd9c68512aeea80bfa0d802  batchhttp-1.0.tar.gz




More information about the fedora-extras-commits mailing list