[Python-modules-commits] r10017 - in packages (10 files)
mshuler-guest at users.alioth.debian.org
mshuler-guest at users.alioth.debian.org
Sun Oct 11 03:35:42 UTC 2009
Date: Sunday, October 11, 2009 @ 03:35:41
Author: mshuler-guest
Revision: 10017
initial python-cloudfiles commit
Added:
packages/python-cloudfiles/
packages/python-cloudfiles/tags/
packages/python-cloudfiles/trunk/
packages/python-cloudfiles/trunk/debian/
packages/python-cloudfiles/trunk/debian/changelog
packages/python-cloudfiles/trunk/debian/compat
packages/python-cloudfiles/trunk/debian/control
packages/python-cloudfiles/trunk/debian/copyright
packages/python-cloudfiles/trunk/debian/pycompat
packages/python-cloudfiles/trunk/debian/rules
Added: packages/python-cloudfiles/trunk/debian/changelog
===================================================================
--- packages/python-cloudfiles/trunk/debian/changelog (rev 0)
+++ packages/python-cloudfiles/trunk/debian/changelog 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1,164 @@
+python-freerange (1.3.1) unstable; urgency=low
+
+ * freerange 1.3.1
+
+ -- Jay Farrimond <jay.farrimond at rackspace.com> Wed, 18 Mar 2009 04:53:00 -0500
+
+python-freerange (1.3.0) unstable; urgency=low
+
+ * freerange 1.3.0
+
+ -- Jay Farrimond <jay.farrimond at rackspace.com> Wed, 18 Mar 2009 02:06:00 -0500
+
+python-freerange (1.0.0) unstable; urgency=low
+
+ * support ranges
+ * HEAD on account for size/count
+ * copyright information
+
+ -- Jay Farrimond <jay.farrimond at rackspace.com> Tue, 9 Sep 2008 00:35:04 -0500
+
+python-freerange (0.9.6-1) unstable; urgency=low
+
+ * #221: a read() method more consistent with write()
+ # #222: new method send() which accepts a generator for writes.
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 28 Jul 2008 14:37:25 -0500
+
+python-freerange (0.9.5-1) unstable; urgency=low
+
+ * #204: guard against IOError when flushing descriptor.
+ * Added optional callback to write methods.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 26 Jun 2008 13:23:33 -0500
+
+python-freerange (0.9.4-1) unstable; urgency=low
+
+ * Fixed bug(s) that would leave the httplib instance in an unusable
+ after a ResponseError exception.
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 09 Jun 2008 11:23:02 -0500
+
+python-freerange (0.9.3-1) unstable; urgency=low
+
+ * Added support for a last modified attribute on storage objects.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 05 Jun 2008 15:15:46 -0500
+
+python-freerange (0.9.2-1) unstable; urgency=low
+
+ * Added support for passing in additional headers to the read() and
+ stream() methods of Object instances.
+
+ -- Eric Evans <eevans at racklabs.com> Tue, 03 Jun 2008 13:30:48 -0500
+
+python-freerange (0.9.1-1) unstable; urgency=low
+
+ * Added support for opt-out checksum verification.
+ * Added support for assignment of etag/checksum.
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 26 May 2008 14:33:45 -0500
+
+python-freerange (0.9.0-1) unstable; urgency=low
+
+ * Refactored to eliminate avian references.
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 19 May 2008 15:03:20 -0500
+
+python-freerange (0.8.7-1) unstable; urgency=low
+
+ * Allow user assignment of an Egg instance's etag attribute, and
+ do not (re)calculate if they have.
+
+ -- Eric Evans <eevans at racklabs.com> Wed, 30 Apr 2008 10:27:13 -0500
+
+python-freerange (0.8.6-1) unstable; urgency=low
+
+ * Fixed a new bug introduced in 0.8.5 which prevented the metadata
+ headers from being set (gah).
+
+ -- Eric Evans <eevans at racklabs.com> Tue, 29 Apr 2008 11:26:49 -0500
+
+python-freerange (0.8.5-1) unstable; urgency=low
+
+ * Fixed a bug that prevent using more than one connection instance
+ within the same scope.
+ * Added the ability to turn on debugging in httplib.
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 28 Apr 2008 11:44:58 -0500
+
+python-freerange (0.8.4-1) unstable; urgency=low
+
+ * Cast port to int when returning from parse_uri, (unlike the http
+ connection class, the https one won't accept a string).
+
+ -- Eric Evans <eevans at sym-link.com> Wed, 09 Apr 2008 13:09:39 -0500
+
+python-freerange (0.8.3-1) unstable; urgency=low
+
+ * Throw BasketNotEmpty exception when deleting a non-empty basket.
+ * Egg instance size attribute should be integer, not string.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 14 Feb 2008 11:50:40 -0600
+
+python-freerange (0.8.2-1) unstable; urgency=low
+
+ * Use a new HTTPConnection instance for egg writes (Closes #89)
+
+ -- Eric Evans <eevans at racklabs.com> Mon, 14 Jan 2008 12:48:40 -0600
+
+python-freerange (0.8.1-1) unstable; urgency=low
+
+ * New stream() method for egg instances returns a generator.
+ * Eliminated client-side caching of data.
+ * Egg.load_from_file() is now Egg.load_from_filename().
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 27 Dec 2007 14:55:13 -0600
+
+python-freerange (0.8-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 20 Dec 2007 15:54:31 -0600
+
+python-freerange (0.7-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Eric Evans <eevans at sym-link.com> Thu, 13 Dec 2007 15:23:22 -0600
+
+python-freerange (0.6-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 29 Nov 2007 17:44:14 -0600
+
+python-freerange (0.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 25 Oct 2007 13:08:43 -0500
+
+python-freerange (0.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 13 Sep 2007 09:40:49 -0500
+
+python-freerange (0.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Eric Evans <eevans at racklabs.com> Sat, 01 Sep 2007 11:47:20 -0500
+
+python-freerange (0.2-1) unstable; urgency=low
+
+ * Support added for setting of arbitrary metadata.
+
+ -- Eric Evans <eevans at racklabs.com> Fri, 17 Aug 2007 10:38:31 -0500
+
+python-freerange (0.1-1) unstable; urgency=low
+
+ * Initial package release.
+
+ -- Eric Evans <eevans at racklabs.com> Thu, 28 Jun 2007 13:14:41 -0500
Added: packages/python-cloudfiles/trunk/debian/compat
===================================================================
--- packages/python-cloudfiles/trunk/debian/compat (rev 0)
+++ packages/python-cloudfiles/trunk/debian/compat 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1 @@
+4
Added: packages/python-cloudfiles/trunk/debian/control
===================================================================
--- packages/python-cloudfiles/trunk/debian/control (rev 0)
+++ packages/python-cloudfiles/trunk/debian/control 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1,20 @@
+Source: python-freerange
+Section: python
+Priority: optional
+Maintainer: Eric Evans <eevans at racklabs.com>
+Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3)
+Build-Depends-Indep: python-all-dev
+Standards-Version: 3.7.2
+
+Package: python-freerange
+Architecture: all
+Depends: ${python:Depends}
+Provides: ${python:Provides}
+Description: python client library for CloudFS storage system
+ CloudFS is a parallel virtualized distributed storage system being developed
+ by Racklabs. Unlike a traditional POSIX compliant filesystem, CloudFS
+ requires that applications access storage through the use of a web
+ services API. Freerange provides a client-side library for these web
+ services in Python.
+ .
+ Homepage: http://ryder.racklabs.com/trac
Added: packages/python-cloudfiles/trunk/debian/copyright
===================================================================
--- packages/python-cloudfiles/trunk/debian/copyright (rev 0)
+++ packages/python-cloudfiles/trunk/debian/copyright 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1,11 @@
+This package was debianized by Eric Evans <eevans at racklabs.com> on
+Thu, 28 Jun 2007 13:29:20 -0500.
+
+It was downloaded from:
+http://ryder.racklabs.com/trac
+
+Upstream Author: Eric Evans <eevans at racklabs.com>
+
+Copyright (C) 2006-2007 by Rackspace Managed HostingT
+
+All rights reserved.
Added: packages/python-cloudfiles/trunk/debian/pycompat
===================================================================
--- packages/python-cloudfiles/trunk/debian/pycompat (rev 0)
+++ packages/python-cloudfiles/trunk/debian/pycompat 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1 @@
+2
Added: packages/python-cloudfiles/trunk/debian/rules
===================================================================
--- packages/python-cloudfiles/trunk/debian/rules (rev 0)
+++ packages/python-cloudfiles/trunk/debian/rules 2009-10-11 03:35:41 UTC (rev 10017)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+
+# Verbose mode
+#export DH_VERBOSE=1
+
+PYVERS := $(shell pyversions -s)
+
+clean:
+ dh_testdir
+ dh_testroot
+
+ rm -f build-stamp install-stamp
+ rm -rf build
+ find . -name "*.py[co]" -exec rm -f {} \;
+
+ dh_clean
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ dh_installdirs
+
+ set -e; \
+ for PY in $(PYVERS); \
+ do \
+ $$PY setup.py install --root $(CURDIR)/debian/python-freerange; \
+ done
+
+ touch build-stamp
+
+binary-arch:
+binary-indep: build
+ dh_installdocs
+ dh_installchangelogs
+ dh_compress
+ dh_fixperms
+ dh_pysupport
+ dh_python
+ dh_gencontrol
+ dh_installdeb
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary
+
Property changes on: packages/python-cloudfiles/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list