[Python-modules-commits] r13267 - in packages/python-restkit/tags (15 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sun Jun 6 05:17:46 UTC 2010


    Date: Sunday, June 6, 2010 @ 05:17:39
  Author: kitterman
Revision: 13267

Tag debian dir of 1.3.0-1 (package in the archive has direct upstream changes in the diff.gz).

Added:
  packages/python-restkit/tags/1.3.0-1/
  packages/python-restkit/tags/1.3.0-1/debian/
  packages/python-restkit/tags/1.3.0-1/debian/changelog
  packages/python-restkit/tags/1.3.0-1/debian/compat
  packages/python-restkit/tags/1.3.0-1/debian/control
  packages/python-restkit/tags/1.3.0-1/debian/copyright
  packages/python-restkit/tags/1.3.0-1/debian/docs
  packages/python-restkit/tags/1.3.0-1/debian/patches/
  packages/python-restkit/tags/1.3.0-1/debian/patches/debian-changes-1.3.0-1
  packages/python-restkit/tags/1.3.0-1/debian/patches/series
  packages/python-restkit/tags/1.3.0-1/debian/python-restkit.preinst
  packages/python-restkit/tags/1.3.0-1/debian/rules
  packages/python-restkit/tags/1.3.0-1/debian/source/
  packages/python-restkit/tags/1.3.0-1/debian/source/format
  packages/python-restkit/tags/1.3.0-1/debian/watch

Added: packages/python-restkit/tags/1.3.0-1/debian/changelog
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/changelog	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/changelog	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,5 @@
+python-restkit (1.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #576383)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 04 Apr 2010 10:36:47 +0900

Added: packages/python-restkit/tags/1.3.0-1/debian/compat
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/compat	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/compat	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1 @@
+7

Added: packages/python-restkit/tags/1.3.0-1/debian/control
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/control	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/control	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,20 @@
+Source: python-restkit
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7), python-support
+Standards-Version: 3.8.4
+Homepage: http://benoitc.github.com/restkit
+
+Package: python-restkit
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Restkit is an HTTP resource kit for Python
+ Restkit is an HTTP resource kit for Python. It allows you to easily
+ access to HTTP resource and build objects around it. It's the base of
+ couchdbkit a Python CouchDB framework.
+ .
+ Restkit is a full HTTP client using pure socket calls and its own HTTP
+ parser. It's not based on httplib or urllib2.

Added: packages/python-restkit/tags/1.3.0-1/debian/copyright
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/copyright	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/copyright	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,113 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Sun, 04 Apr 2010 10:36:47 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/restkit/
+
+Upstream Author(s):
+
+    Benoit Chesneau <benoitc at e-engura.org>
+
+Copyright:
+
+    2008-2010 (c) Benoît Chesneau <benoitc at e-engura.org>
+
+License:
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+doc/sitemap_gen.py:
+    Copyright (c) 2004, 2005 Google Inc.
+    BSD License.
+
+test/t.py:
+    Copyright 2009 Paul J. Davis <paul.joseph.davis at gmail.com>
+    MIT License. 
+
+bootstrap.py:
+    Copyright (c) 2006 Zope Corporation and Contributors.
+
+    Zope Public License 2.1
+
+Zope Public License (ZPL) Version 2.1
+-----------------------------------------------
+
+A copyright notice accompanies this license document that
+identifies the copyright holders.
+
+This license has been certified as open source. It has also
+been designated as GPL compatible by the Free Software
+Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions in source code must retain the
+   accompanying copyright notice, this list of conditions,
+   and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the accompanying
+   copyright notice, this list of conditions, and the
+   following disclaimer in the documentation and/or other
+   materials provided with the distribution.
+
+3. Names of the copyright holders must not be used to
+   endorse or promote products derived from this software
+   without prior written permission from the copyright
+   holders.
+
+4. The right to distribute this software or to use it for
+   any purpose does not give you the right to use
+   Servicemarks (sm) or Trademarks (tm) of the copyright
+   holders. Use of them is covered by separate agreement
+   with the copyright holders.
+
+5. If any files are modified, you must cause the modified
+   files to carry prominent notices stating that you changed
+   the files and the date of any change.
+
+Disclaimer
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
+  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
+  NO EVENT SHALL THE COPYRIGHT HOLDERS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/python-restkit/tags/1.3.0-1/debian/docs
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/docs	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/docs	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,3 @@
+README.rst
+TODO.txt
+TODO.txt

Added: packages/python-restkit/tags/1.3.0-1/debian/patches/debian-changes-1.3.0-1
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/patches/debian-changes-1.3.0-1	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/patches/debian-changes-1.3.0-1	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,362 @@
+Description: Upstream changes introduced in version 1.3.0-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-restkit (1.3.0-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #576383)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: TANIGUCHI Takaki <takaki at debian.org>
+Bug-Debian: http://bugs.debian.org/576383
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-restkit-1.3.0.orig/restkit.egg-info/PKG-INFO
++++ python-restkit-1.3.0/restkit.egg-info/PKG-INFO
+@@ -9,9 +9,9 @@ License: BSD
+ Description: About
+         -----
+         
+-        Restkit is an HTTP resource kit for `Python <http://python.org>`_. It allows you to easily access to HTTP resource and build objects around it. It's the base of `couchdbkit <http://www.couchdbkit.org>`_ a Python `CouchDB <http://couchdb.org>`_ framework. 
++        Restkit is an HTTP resource kit for `Python <http://python.org>`_. It allows you to easily access to HTTP resource and build objects around it. It's the base of `couchdbkit <http://www.couchdbkit.org>`_ a Python `CouchDB <http://couchdb.org>`_ framework.
+         
+-        Restkit is a full HTTP client using pure socket calls and its own HTTP parser. It's not based on httplib or urllib2. 
++        Restkit is a full HTTP client using pure socket calls and its own HTTP parser. It's not based on httplib or urllib2.
+         
+         Installation
+         ------------
+@@ -20,12 +20,12 @@ Description: About
+         
+         Install from sources::
+         
+-          $ python setup.py install
++        $ python setup.py install
+         
+         Or from Pypi::
+         
+-          $ easy_install -U restkit
+-          
++        $ easy_install -U restkit
++        
+         Usage
+         =====
+         
+@@ -34,12 +34,12 @@ Description: About
+         
+         Usage example, get friendpaste page::
+         
+-          from restkit import request
+-          resp = request('http://friendpaste.com')
+-          print resp.body
+-          print resp.status_int_
+-            
+-            
++        from restkit import request
++        resp = request('http://friendpaste.com')
++        print resp.body
++        print resp.status_int_
++        
++        
+         Create a simple Twitter Search resource
+         +++++++++++++++++++++++++++++++++++++++
+         
+@@ -47,32 +47,32 @@ Description: About
+         
+         Here is the snippet::
+         
+-          from restkit import Resource
++        from restkit import Resource
+         
+-          try:
+-              import simplejson as json
+-          except ImportError:
+-              import json # py2.6 only
+-            
+-          class TwitterSearch(Resource):
+-            
+-              def __init__(self,  pool_instance=None, **kwargs):
+-                  search_url = "http://search.twitter.com"
+-                  super(TwitterSearch, self).__init__(search_url, follow_redirect=True, 
+-                                                  max_follow_redirect=10,
+-                                                  pool_instance=pool_instance,
+-                                                  **kwargs)
+-        
+-              def search(self, query):
+-                  return self.get('search.json', q=query)
+-                
+-              def request(self, *args, **kwargs):
+-                  resp = super(TwitterSearch, self).request(*args, **kwargs)
+-                  return json.loads(resp.body)
+-                
+-          if __name__ == "__main__":
+-              s = TwitterSearch()
+-              print s.search("gunicorn")
++        try:
++        import simplejson as json
++        except ImportError:
++        import json # py2.6 only
++        
++        class TwitterSearch(Resource):
++        
++        def __init__(self,  pool_instance=None, **kwargs):
++        search_url = "http://search.twitter.com"
++        super(TwitterSearch, self).__init__(search_url, follow_redirect=True,
++        max_follow_redirect=10,
++        pool_instance=pool_instance,
++        **kwargs)
++        
++        def search(self, query):
++        return self.get('search.json', q=query)
++        
++        def request(self, *args, **kwargs):
++        resp = super(TwitterSearch, self).request(*args, **kwargs)
++        return json.loads(resp.body)
++        
++        if __name__ == "__main__":
++        s = TwitterSearch()
++        print s.search("gunicorn")
+         
+         Reuses connections
+         ------------------
+@@ -80,21 +80,21 @@ Description: About
+         Reusing connections is good. Restkit can maintain for you the http connections and reuse them if the server allows it. To do that you can pass to any object a pool instance inheriting reskit.pool.PoolInterface. You can use our threadsafe pool in any application::
+         
+         
+-          from restkit import Resource, ConnectionPool
+-          
+-          pool = ConnectionPool(max_connections=5)
+-          res = Resource('http://friendpaste.com', pool_instance=pool)
+-          
++        from restkit import Resource, ConnectionPool
++        
++        pool = ConnectionPool(max_connections=5)
++        res = Resource('http://friendpaste.com', pool_instance=pool)
++        
+         or if you use Eventlet::
+         
+-          import eventlet
+-          eventlet.monkey_patch(all=False, socket=True, select=True)
+-          
+-          from restkit import Resource
+-          from restkit.ext.eventlet_pool import EventletPool
+-          
+-          pool = EventletPool(max_connections=5, timeout=300)
+-          res = Resource('http://friendpaste.com', pool_instance=pool)
++        import eventlet
++        eventlet.monkey_patch(all=False, socket=True, select=True)
++        
++        from restkit import Resource
++        from restkit.ext.eventlet_pool import EventletPool
++        
++        pool = EventletPool(max_connections=5, timeout=300)
++        res = Resource('http://friendpaste.com', pool_instance=pool)
+         
+         
+         Using `eventlet <http://eventlet.net>`_ pool is definitely better since it allows you to define a timeout for connections. When timeout is reached and the connection is still in the pool, it will be closed.
+@@ -110,15 +110,15 @@ Description: About
+         
+         To use `basic authentication` in a `Resource object` you can do::
+         
+-          from restkit import Resource, BasicAuth
+-         
+-          auth = BasicAuth("username", "password")
+-          r = Resource("http://friendpaste.com", filters=[auth])
+-         
++        from restkit import Resource, BasicAuth
++        
++        auth = BasicAuth("username", "password")
++        r = Resource("http://friendpaste.com", filters=[auth])
++        
+         Or simply use an authentication url::
+         
+-          r = Resource("http://username:password@friendpaste.com")
+-          
++        r = Resource("http://username:password@friendpaste.com")
++        
+         .. _basic authentification: http://www.ietf.org/rfc/rfc2617.txt
+         .. _OAuth: http://oauth.net/
+         
+@@ -126,11 +126,11 @@ Description: About
+         +++++
+         
+         Restkit OAuth is based on `simplegeo python-oauth2 module <http://github.com/simplegeo/python-oauth2>`_ So you don't need other installation to use OAuth (you can also simply use restkit.oauth2 module in your applications).
+-          
++        
+         The OAuth filter allow you to associate a consumer per resource (path). Initalize Oauth filter with a tuple or list of tuples::
+-              
+-                  (path, consumer, token, signaturemethod) 
+-                  
++        
++        (path, consumer, token, signaturemethod)
++        
+         `token` and `method signature` are optionnals. Consumer should be an instance of `restkit.oauth2.Consumer`, token an  instance of `restkit.oauth2.Token`  signature method an instance of `oauth2.SignatureMethod`  (`restkit.oauth2.Token` is only needed for three-legged requests.
+         
+         With a list of tupple, the filter will try to match the path with the rule. It allows you to maintain different authorization per path. A wildcard at the indicate to the filter to match all path behind.
+@@ -142,34 +142,34 @@ Description: About
+         
+         ::
+         
+-          from restkit import OAuthfilter, request
+-          import restkit.oauth2 as oauth
++        from restkit import OAuthfilter, request
++        import restkit.oauth2 as oauth
++        
++        # Create your consumer with the proper key/secret.
++        consumer = oauth.Consumer(key="your-twitter-consumer-key",
++        secret="your-twitter-consumer-secret")
++        
++        # Request token URL for Twitter.
++        request_token_url = "http://twitter.com/oauth/request_token"
++        
++        # Create our filter.
++        auth = OAuthfilter(('*', consumer))
++        
++        # The request.
++        resp = request(request_token_url, filters=[auth])
++        print resp.body
+         
+-          # Create your consumer with the proper key/secret.
+-          consumer = oauth.Consumer(key="your-twitter-consumer-key", 
+-            secret="your-twitter-consumer-secret")
+-        
+-          # Request token URL for Twitter.
+-          request_token_url = "http://twitter.com/oauth/request_token"
+-        
+-          # Create our filter.
+-          auth = OAuthfilter(('*', consumer))
+-        
+-          # The request.
+-          resp = request(request_token_url, filters=[auth])
+-          print resp.body
+-          
+         
+         If you want to add OAuth  to your `TwitterSearch` resource::
+         
+-          # Create your consumer with the proper key/secret.
+-          consumer = oauth.Consumer(key="your-twitter-consumer-key", 
+-            secret="your-twitter-consumer-secret")
+-            
+-          # Create our filter.
+-          client = OAuthfilter(('*', consumer))
+-            
+-          s = TwitterSearch(filters=[client])
++        # Create your consumer with the proper key/secret.
++        consumer = oauth.Consumer(key="your-twitter-consumer-key",
++        secret="your-twitter-consumer-secret")
++        
++        # Create our filter.
++        client = OAuthfilter(('*', consumer))
++        
++        s = TwitterSearch(filters=[client])
+         
+         
+ Platform: UNKNOWN
+--- python-restkit-1.3.0.orig/restkit.egg-info/SOURCES.txt
++++ python-restkit-1.3.0/restkit.egg-info/SOURCES.txt
+@@ -12,8 +12,62 @@ debian/changelog
+ debian/compat
+ debian/control
+ debian/copyright
+-debian/python-restkit.preinst
++debian/docs
++debian/python-restkit.debhelper.log
+ debian/rules
++debian/watch.ex
++debian/patches/debian-changes-1.3.0-1
++debian/patches/series
++debian/python-restkit/usr/bin/restcli
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/__init__.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/client.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/console.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/errors.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/filters.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/forms.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/parser.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/pool.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/resource.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/sock.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/tee.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/util.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/__init__.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/eventlet_pool.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/gevent_pool.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/ipython_shell.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/webob_api.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/webob_helper.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/ext/wsgi_proxy.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/oauth2/__init__.py
++debian/python-restkit/usr/lib/python2.5/site-packages/restkit/oauth2/filter.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/__init__.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/client.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/console.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/errors.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/filters.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/forms.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/parser.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/pool.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/resource.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/sock.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/tee.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/util.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/PKG-INFO
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/SOURCES.txt
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/dependency_links.txt
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/entry_points.txt
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/top_level.txt
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit-1.3.0.egg-info/zip-safe
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/__init__.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/eventlet_pool.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/gevent_pool.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/ipython_shell.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/webob_api.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/webob_helper.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/ext/wsgi_proxy.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/oauth2/__init__.py
++debian/python-restkit/usr/lib/python2.6/dist-packages/restkit/oauth2/filter.py
++debian/source/format
+ doc/Makefile
+ doc/authentication.rst
+ doc/client.rst
+@@ -78,30 +132,18 @@ restkit/ext/wsgi_proxy.py
+ restkit/oauth2/__init__.py
+ restkit/oauth2/filter.py
+ tests/001-test-parser-request.py
+-tests/001-test-parser-request.pyc
+ tests/002-test-parser-response.py
+-tests/002-test-parser-response.pyc
+ tests/003-test-client.py
+-tests/003-test-client.pyc
+ tests/004-test-resource.py
+-tests/004-test-resource.pyc
+ tests/005-test-webob.py
+-tests/005-test-webob.pyc
+ tests/006-test-util.py
+-tests/006-test-util.pyc
+ tests/007-test-request.py
+-tests/007-test-request.pyc
+ tests/008-test-oauth_filter.py
+-tests/008-test-oauth_filter.pyc
+ tests/009-test-proxies.py
+-tests/009-test-proxies.pyc
+ tests/1M
+ tests/__init__.py
+-tests/__init__.pyc
+ tests/_server_test.py
+-tests/_server_test.pyc
+ tests/t.py
+-tests/t.pyc
+ tests/requests/001.http
+ tests/requests/002.http
+ tests/requests/003.http

Added: packages/python-restkit/tags/1.3.0-1/debian/patches/series
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/patches/series	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/patches/series	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1 @@
+debian-changes-1.3.0-1

Added: packages/python-restkit/tags/1.3.0-1/debian/python-restkit.preinst
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/python-restkit.preinst	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/python-restkit.preinst	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+set -e
+
+# This was added by stdeb to workaround Debian #479852. In a nutshell,
+# pycentral does not remove normally remove its symlinks on an
+# upgrade. Since we're using python-support, however, those symlinks
+# will be broken. This tells python-central to clean up any symlinks.
+if [ -e /var/lib/dpkg/info/python-restkit.list ] && which pycentral >/dev/null 2>&1
+then
+    pycentral pkgremove python-restkit
+fi
+
+#DEBHELPER#

Added: packages/python-restkit/tags/1.3.0-1/debian/rules
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/rules	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/rules	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@


Property changes on: packages/python-restkit/tags/1.3.0-1/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-restkit/tags/1.3.0-1/debian/source/format
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/source/format	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/source/format	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1 @@
+1.0

Added: packages/python-restkit/tags/1.3.0-1/debian/watch
===================================================================
--- packages/python-restkit/tags/1.3.0-1/debian/watch	                        (rev 0)
+++ packages/python-restkit/tags/1.3.0-1/debian/watch	2010-06-06 05:17:39 UTC (rev 13267)
@@ -0,0 +1,24 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php python-restkit-(.*)\.tar\.gz
+http://pypi.python.org/packages/source/r/restkit/restkit-(.*).tar.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/python-restkit-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/python-restkit-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/python-restkit/python-restkit-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html python-restkit-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list