[Python-modules-commits] r10063 - in packages/python-cloudfiles/trunk/debian (changelog control)

mshuler-guest at users.alioth.debian.org mshuler-guest at users.alioth.debian.org
Fri Oct 16 21:19:47 UTC 2009


    Date: Friday, October 16, 2009 @ 21:19:46
  Author: mshuler-guest
Revision: 10063

updated control
 - name/email
 - Vcs*
 - Homepage
 - better description
updated changelog removing previous internal entries

Modified:
  packages/python-cloudfiles/trunk/debian/changelog
  packages/python-cloudfiles/trunk/debian/control

Modified: packages/python-cloudfiles/trunk/debian/changelog
===================================================================
--- packages/python-cloudfiles/trunk/debian/changelog	2009-10-16 20:54:47 UTC (rev 10062)
+++ packages/python-cloudfiles/trunk/debian/changelog	2009-10-16 21:19:46 UTC (rev 10063)
@@ -1,173 +1,5 @@
 python-cloudfiles (1.4.0-1) UNRELEASED; urgency=low
 
-  * TODO - dh 7
-         - clean up changelog (remove all internal stuff?)
-         - rewrite desc to ITP notes
-         - lots..
+  * Initial Debian release of python-cloudfiles (Closes: #543118)
 
- -- Michael Shuler <michael at pbandjelly.org>  Sat, 10 Oct 2009 22:46:36 -0500
-
-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
+ -- Michael Shuler <michael at pbandjelly.org>  Fri, 16 Oct 2009 15:58:13 -0500

Modified: packages/python-cloudfiles/trunk/debian/control
===================================================================
--- packages/python-cloudfiles/trunk/debian/control	2009-10-16 20:54:47 UTC (rev 10062)
+++ packages/python-cloudfiles/trunk/debian/control	2009-10-16 21:19:46 UTC (rev 10063)
@@ -1,20 +1,25 @@
 Source: python-cloudfiles
 Section: python
 Priority: optional
-Maintainer: Eric Evans <eevans at racklabs.com>
+Maintainer: Michael Shuler <michael at pbandjelly.org>
 Build-Depends: debhelper (>= 5.0.37.2), python-support (>= 0.3)
 Build-Depends-Indep: python-all-dev
 Standards-Version: 3.7.2
+Homepage: http://www.rackspacecloud.com/cloud_hosting_products/files
+Vcs-Git: git://github.com/rackspace/python-cloudfiles.git
+Vcs-Browser: http://github.com/rackspace/python-cloudfiles
 
 Package: python-cloudfiles
 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
+Description: Python interface to Rackspace CloudFiles service
+ python-cloudfiles provides a simple interface to the Rackspace Cloud Files
+ service. "Cloud Files is reliable, scalable and affordable web-based
+ storage for backing up and archiving all your static content". Find out
+ more at <http://www.rackspacecloud.com/cloud_hosting_products/files>.
+
+ To use this module you will need to sign up to Rackspace Cloud Files and
+ provide a "user" and "key". If you use this module, you will incurr costs
+ as specified by Rackspace. Please check the costs. If you use this module
+ with your user and key you will be responsible for these costs.




More information about the Python-modules-commits mailing list