こんにちは。あかべです。 いつもお世話になっております。 python-twitter パッケージについて、現在のメンテナーからの承諾を得ること ができたため [1]、メンテナーを引き継いでパッケージを更新したいと考えてい ます。 新しいパッケージ(0.8.2-1)を mentors にアップロードしたので、どなたかスポ ンサーになって頂けませんか? http://mentors.debian.net/debian/pool/main/p/python-twitter/python-twitter_0.8.2-1.dsc 主な更新内容: * 上流の最新版への追従 (#587749) * compat 5 -> 9 及び d/rules の書き直し * d/copyright の dep5 による書き直し * dep3 に従ったパッチの作成 (#664376) * d/doc-base の作成 Build-Depends では、requires.txt による依存パッケージの解析のため、ビル ドそのものには必要がないパッケージ(python-simplejson, python-oauth2)に依 存しています。 パッケージではDMアップロードを有効化しています。 debian/以下の差分を添付したので、確認おねがいします。 [1] http://lists.debian.org/debian-devel/2012/09/msg00563.html -- Koichi Akabe vbkaisetsu at {gmail.com, debian.or.jp}
diff -urN python-twitter-0.6/debian/changelog python-twitter-0.8.2/debian/changelog --- python-twitter-0.6/debian/changelog 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/changelog 2012-09-23 23:36:43.687637189 +0900 @@ -1,3 +1,28 @@ +python-twitter (0.8.2-1) unstable; urgency=low + + * New maintainer + * New upstream release (Closes: #587749) + * debian/compat + - up to 9 + * debian/control + - update debhelper (>= 9.0.0) + - update Standards-Version to 3.9.4 + - add dependencies: python-httplib2, python-oauth2 + * debian/copyright + - change to machine readable format + * debian/doc-base + - add to support doc-base + * debian/rules + - use dh9 + * debian/patches + - remove old style patches and use 3.0 quilt (Closes: #664376) + - add 10_fix_shebang.patch to remove version numbers on shebang from + executable scripts and remove shebangs on non-executable scripts + * debian/tweet.1 + - fix spelling error: enviroment environment + + -- Koichi Akabe <vbkaisetsu@xxxxxxxxx> Sun, 23 Sep 2012 17:10:25 +0900 + python-twitter (0.6-1) unstable; urgency=low * New upstream release (Closes: #527055) diff -urN python-twitter-0.6/debian/compat python-twitter-0.8.2/debian/compat --- python-twitter-0.6/debian/compat 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/compat 2012-08-31 14:49:41.075478708 +0900 @@ -1 +1 @@ -5 +9 diff -urN python-twitter-0.6/debian/control python-twitter-0.8.2/debian/control --- python-twitter-0.6/debian/control 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/control 2012-09-23 23:35:33.395288640 +0900 @@ -1,20 +1,19 @@ Source: python-twitter Section: python Priority: optional -Maintainer: Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx> -Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> -XS-Python-Version: all -Build-Depends: debhelper (>= 7), python (>= 2.4.4), python-all-dev, dpatch (>= 2.0.30) -Build-Depends-Indep: python-setuptools, python-support (>= 1.0.3) -Standards-Version: 3.8.2 +Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Uploaders: Koichi Akabe <vbkaisetsu@xxxxxxxxx> +Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3), python-setuptools, python-httplib2, python-simplejson, python-oauth2 +Standards-Version: 3.9.4 Homepage: http://code.google.com/p/python-twitter/ -Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk -Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-twitter/trunk/?op=log +Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-twitter/trunk/ +X-Python-Version: >= 2.6 +DM-Upload-Allowed: yes Package: python-twitter Architecture: all -XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, python-simplejson (>= 2.0.9) +Depends: ${python:Depends}, ${misc:Depends}, python-simplejson (>= 2.0.9) Suggests: www-browser Description: Twitter API wrapper for Python This library provides a pure Python interface for the Twitter API. diff -urN python-twitter-0.6/debian/copyright python-twitter-0.8.2/debian/copyright --- python-twitter-0.6/debian/copyright 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/copyright 2012-08-31 14:49:41.079476808 +0900 @@ -1,28 +1,43 @@ -This package was debianized by Mauro Lizaur <lavaramano@xxxxxxxxx> on -Sat, 02 Feb 2008 17:55:12 -0300. - -It was downloaded from http://code.google.com/p/python-twitter/ - -Upstream Author: DeWitt Clinton <dewitt@xxxxxxxxxx> - -Copyright (C) 2007 Google Inc. - -License: - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - On Debian systems, a copy of the Apache License, Version 2.0 is available - in /usr/share/common-licenses/Apache-2.0 - -The Debian packaging is © 2008, Mauro Lizaur <lavaramano@xxxxxxxxx> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 +Upstream-Name: python-twitter +Source: http://code.google.com/p/python-twitter/ + +Files: * +Copyright: 2007 The Python-Twitter Developers <python-twitter@xxxxxxxxxxxxxxxx> +License: Apache + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, a copy of the Apache License, Version 2.0 is available + in /usr/share/common-licenses/Apache-2.0 + +Files: debian/* +Copyright: 2008 Mauro Lizaur <lavaramano@xxxxxxxxx> + 2012 Koichi Akabe <vbkaisetsu@xxxxxxxxx> +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; + if not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the full text of the GPL can be found in + /usr/share/common-licenses/GPL-2 diff -urN python-twitter-0.6/debian/doc-base python-twitter-0.8.2/debian/doc-base --- python-twitter-0.6/debian/doc-base 1970-01-01 09:00:00.000000000 +0900 +++ python-twitter-0.8.2/debian/doc-base 2012-08-31 15:06:28.273032371 +0900 @@ -0,0 +1,9 @@ +Document: python-twitter +Title: Python module twitter +Author: python-twitter@xxxxxxxxxxxxxxxx +Abstract: Manual for python-twitter +Section: Network/Communication + +Format: HTML +Index: /usr/share/doc/python-twitter/twitter.html +Files: /usr/share/doc/python-twitter/*.html diff -urN python-twitter-0.6/debian/patches/00list python-twitter-0.8.2/debian/patches/00list --- python-twitter-0.6/debian/patches/00list 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/00list 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -#10_correct-05-doc.dpatch -20_removes-hashbang.dpatch -30_removes_hardcoded_interpreter.dpatch diff -urN python-twitter-0.6/debian/patches/10_correct-05-doc.dpatch python-twitter-0.8.2/debian/patches/10_correct-05-doc.dpatch --- python-twitter-0.6/debian/patches/10_correct-05-doc.dpatch 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/10_correct-05-doc.dpatch 1970-01-01 09:00:00.000000000 +0900 @@ -1,646 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_correct-05-doc.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Replaces an old documentation (0.4 to 0.5) - -@DPATCH@ - ---- python-twitter-0.5.orig/doc/twitter.html 2009-03-17 05:58:14.000000000 -0300 -+++ python-twitter-0.5/doc/twitter.html 2009-03-17 05:59:13.000000000 -0300 -@@ -1,63 +1,65 @@ -+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -+<html><head> -+<meta http-equiv="content-type" content="text/html; charset=UTF-8"> - --<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> --<html><head><title>Python: module twitter</title> -+<title>Python: module twitter</title> - </head><body bgcolor="#f0f0f8"> - --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> --<tr bgcolor="#7799ee"> --<td valign=bottom> <br> --<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>twitter</strong></big></big> (version 0.4)</font></td --><td align=right valign=bottom --><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/dewitt/svn/python-twitter/twitter.py">/home/dewitt/svn/python-twitter/twitter.py</a></font></td></tr></table> -+<table summary="heading" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#7799ee"> -+<td valign="bottom"> <br> -+<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>twitter</strong></big></big> (version 0.5)</font></td><td align="right" valign="bottom"><font color="#ffffff" face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/">index</a><br><a href="file:///home/dewitt/svn/python-twitter/twitter.py">/home/dewitt/svn/python-twitter/twitter.py</a></font></td></tr></tbody></table> - <p><tt>A library that provides a python interface to the Twitter API</tt></p> - <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#aa55cc"> --<td colspan=3 valign=bottom> <br> --<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#aa55cc"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#fffff0" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> - - <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> --<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="md5.html">md5</a><br> --<a href="os.html">os</a><br> --<a href="simplejson.html">simplejson</a><br> --</td><td width="25%" valign=top><a href="tempfile.html">tempfile</a><br> --<a href="time.html">time</a><br> --<a href="twitter.html">twitter</a><br> --</td><td width="25%" valign=top><a href="urllib.html">urllib</a><br> --<a href="urllib2.html">urllib2</a><br> --<a href="urlparse.html">urlparse</a><br> --</td><td width="25%" valign=top></td></tr></table></td></tr></table><p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ee77aa"> --<td colspan=3 valign=bottom> <br> -+<td width="100%"><table summary="list" width="100%"><tbody><tr><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/base64.html">base64</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/md5.html">md5</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/os.html">os</a><br> -+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/simplejson.html">simplejson</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/sys.html">sys</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/tempfile.html">tempfile</a><br> -+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/time.html">time</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html">twitter</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/urllib.html">urllib</a><br> -+</td><td valign="top" width="25%"><a href="http://static.unto.net/python-twitter/0.5/doc/urllib2.html">urllib2</a><br> -+<a href="http://static.unto.net/python-twitter/0.5/doc/urlparse.html">urlparse</a><br> -+</td></tr></tbody></table></td></tr></tbody></table></p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ee77aa"> -+<td colspan="3" valign="bottom"> <br> - <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> - - <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> - <td width="100%"><dl> --<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> -+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">__builtin__.object</a> - </font></dt><dd> - <dl> --<dt><font face="helvetica, arial"><a href="twitter.html#Api">Api</a> --</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#DirectMessage">DirectMessage</a> --</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#Status">Status</a> --</font></dt><dt><font face="helvetica, arial"><a href="twitter.html#User">User</a> -+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#Api">Api</a> -+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#DirectMessage">DirectMessage</a> -+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#Status">Status</a> -+</font></dt><dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#User">User</a> - </font></dt></dl> - </dd> --<dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a> -+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception">exceptions.Exception</a> - </font></dt><dd> - <dl> --<dt><font face="helvetica, arial"><a href="twitter.html#TwitterError">TwitterError</a> -+<dt><font face="helvetica, arial"><a href="http://static.unto.net/python-twitter/0.5/doc/twitter.html#TwitterError">TwitterError</a> - </font></dt></dl> - </dd> - </dl> - <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ffc8d8"> --<td colspan=3 valign=bottom> <br> --<font color="#000000" face="helvetica, arial"><a name="Api">class <strong>Api</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ffc8d8"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#000000" face="helvetica, arial"><a name="Api">class <strong>Api</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">__builtin__.object</a>)</font></td></tr> - --<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> --<td colspan=2><tt>A python interface into the Twitter API<br> -+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt> </tt></td> -+<td colspan="2"><tt>A python interface into the Twitter API<br> - <br> - By default, the <a href="#Api">Api</a> caches results for 1 minute.<br> - <br> -@@ -311,33 +313,43 @@ - Args:<br> - user_agent: a string that should be send to the server as the <a href="#User">User</a>-agent</tt></dd></dl> - --<dl><dt><a name="Api-__init__"><strong>__init__</strong></a>(self, username<font color="#909090">=None</font>, password<font color="#909090">=None</font>, encoding<font color="#909090">='utf-8'</font>)</dt><dd><tt>Instantiate a new twitter.<a href="#Api">Api</a> <a href="__builtin__.html#object">object</a>.<br> -+<dl><dt><a name="Api-SetXTwitterHeaders"><strong>SetXTwitterHeaders</strong></a>(self, client, url, version)</dt><dd><tt>Set the X-Twitter HTTP headers that will be sent to the server.<br> -+ <br> -+Args:<br> -+ client:<br> -+ The client name as a string. Will be sent to the server as<br> -+ the 'X-Twitter-Client' header.<br> -+ url:<br> -+ The URL of the meta.xml as a string. Will be sent to the server<br> -+ as the 'X-Twitter-Client-URL' header.<br> -+ version:<br> -+ The client version as a string. Will be sent to the server<br> -+ as the 'X-Twitter-Client-Version' header.</tt></dd></dl> -+ -+<dl><dt><a name="Api-__init__"><strong>__init__</strong></a>(self, username<font color="#909090">=None</font>, password<font color="#909090">=None</font>, input_encoding<font color="#909090">=None</font>, request_headers<font color="#909090">=None</font>)</dt><dd><tt>Instantiate a new twitter.<a href="#Api">Api</a> <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a>.<br> - <br> - Args:<br> - username: The username of the twitter account. [optional]<br> - password: The password for the twitter account. [optional]<br> -- encoding: The string encoding being used. [optional, default 'utf-8']</tt></dd></dl> -+ input_encoding: The encoding used to encode input strings. [optional]<br> -+ request_header: A dictionary of additional HTTP request headers. [optional]</tt></dd></dl> - - <hr> --Data descriptors defined here:<br> --<dl><dt><strong>__dict__</strong></dt> --<dd><tt>dictionary for instance variables (if defined)</tt></dd> --</dl> --<dl><dt><strong>__weakref__</strong></dt> --<dd><tt>list of weak references to the object (if defined)</tt></dd> --</dl> --<hr> - Data and other attributes defined here:<br> --<dl><dt><strong>DEFAULT_CACHE_TIMEOUT</strong> = 60</dl> -+<dl><dt><strong>DEFAULT_CACHE_TIMEOUT</strong> = 60</dt></dl> - --</td></tr></table> <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ffc8d8"> --<td colspan=3 valign=bottom> <br> --<font color="#000000" face="helvetica, arial"><a name="DirectMessage">class <strong>DirectMessage</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> -+<dl><dt><strong>__dict__</strong> = <dictproxy object></dt><dd><tt>dictionary for instance variables (if defined)</tt></dd></dl> -+ -+<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'Api' objects></dt><dd><tt>list of weak references to the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> (if defined)</tt></dd></dl> -+ -+</td></tr></tbody></table> </p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ffc8d8"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#000000" face="helvetica, arial"><a name="DirectMessage">class <strong>DirectMessage</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">__builtin__.object</a>)</font></td></tr> - --<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> --<td colspan=2><tt>A class representing the <a href="#DirectMessage">DirectMessage</a> structure used by the twitter API.<br> -+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt> </tt></td> -+<td colspan="2"><tt>A class representing the <a href="#DirectMessage">DirectMessage</a> structure used by the twitter API.<br> - <br> - The <a href="#DirectMessage">DirectMessage</a> structure exposes the following properties:<br> - <br> -@@ -440,7 +452,7 @@ - - <dl><dt><a name="DirectMessage-__eq__"><strong>__eq__</strong></a>(self, other)</dt></dl> - --<dl><dt><a name="DirectMessage-__init__"><strong>__init__</strong></a>(self, id<font color="#909090">=None</font>, created_at<font color="#909090">=None</font>, sender_id<font color="#909090">=None</font>, sender_screen_name<font color="#909090">=None</font>, recipient_id<font color="#909090">=None</font>, recipient_screen_name<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt><dd><tt>An <a href="__builtin__.html#object">object</a> to hold a Twitter direct message.<br> -+<dl><dt><a name="DirectMessage-__init__"><strong>__init__</strong></a>(self, id<font color="#909090">=None</font>, created_at<font color="#909090">=None</font>, sender_id<font color="#909090">=None</font>, sender_screen_name<font color="#909090">=None</font>, recipient_id<font color="#909090">=None</font>, recipient_screen_name<font color="#909090">=None</font>, text<font color="#909090">=None</font>)</dt><dd><tt>An <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> to hold a Twitter direct message.<br> - <br> - This class is normally instantiated by the twitter.<a href="#Api">Api</a> class and<br> - returned in a sequence.<br> -@@ -475,45 +487,120 @@ - A twitter.<a href="#DirectMessage">DirectMessage</a> instance</tt></dd></dl> - - <hr> --Data descriptors defined here:<br> --<dl><dt><strong>__dict__</strong></dt> --<dd><tt>dictionary for instance variables (if defined)</tt></dd> --</dl> --<dl><dt><strong>__weakref__</strong></dt> --<dd><tt>list of weak references to the object (if defined)</tt></dd> --</dl> -+Properties defined here:<br> - <dl><dt><strong>created_at</strong></dt> - <dd><tt>The time this direct message was posted.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetCreatedAt(self)</dt><dd><tt>Get the time this direct message was posted.<br> -+ <br> -+Returns:<br> -+ The time this direct message was posted</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetCreatedAt(self, created_at)</dt><dd><tt>Set the time this direct message was posted.<br> -+ <br> -+Args:<br> -+ created_at: The time this direct message was created</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>created_at_in_seconds</strong></dt> - <dd><tt>The time this direct message was posted, in seconds since the epoch</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetCreatedAtInSeconds(self)</dt><dd><tt>Get the time this direct message was posted, in seconds since the epoch.<br> -+ <br> -+Returns:<br> -+ The time this direct message was posted, in seconds since the epoch.</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>id</strong></dt> - <dd><tt>The unique id of this direct message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get the unique id of this direct message.<br> -+ <br> -+Returns:<br> -+ The unique id of this direct message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set the unique id of this direct message.<br> -+ <br> -+Args:<br> -+ id: The unique id of this direct message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>recipient_id</strong></dt> - <dd><tt>The unique recipient id of this direct message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetRecipientId(self)</dt><dd><tt>Get the unique recipient id of this direct message.<br> -+ <br> -+Returns:<br> -+ The unique recipient id of this direct message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetRecipientId(self, recipient_id)</dt><dd><tt>Set the unique recipient id of this direct message.<br> -+ <br> -+Args:<br> -+ recipient id: The unique recipient id of this direct message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>recipient_screen_name</strong></dt> - <dd><tt>The unique recipient screen name of this direct message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetRecipientScreenName(self)</dt><dd><tt>Get the unique recipient screen name of this direct message.<br> -+ <br> -+Returns:<br> -+ The unique recipient screen name of this direct message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetRecipientScreenName(self, recipient_screen_name)</dt><dd><tt>Set the unique recipient screen name of this direct message.<br> -+ <br> -+Args:<br> -+ recipient_screen_name: The unique recipient screen name of this direct message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>sender_id</strong></dt> - <dd><tt>The unique sender id of this direct message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetSenderId(self)</dt><dd><tt>Get the unique sender id of this direct message.<br> -+ <br> -+Returns:<br> -+ The unique sender id of this direct message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetSenderId(self, sender_id)</dt><dd><tt>Set the unique sender id of this direct message.<br> -+ <br> -+Args:<br> -+ sender id: The unique sender id of this direct message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>sender_screen_name</strong></dt> - <dd><tt>The unique sender screen name of this direct message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetSenderScreenName(self)</dt><dd><tt>Get the unique sender screen name of this direct message.<br> -+ <br> -+Returns:<br> -+ The unique sender screen name of this direct message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetSenderScreenName(self, sender_screen_name)</dt><dd><tt>Set the unique sender screen name of this direct message.<br> -+ <br> -+Args:<br> -+ sender_screen_name: The unique sender screen name of this direct message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>text</strong></dt> - <dd><tt>The text of this direct message</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetText(self)</dt><dd><tt>Get the text of this direct message.<br> -+ <br> -+Returns:<br> -+ The text of this direct message.</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetText(self, text)</dt><dd><tt>Set the text of this direct message.<br> -+ <br> -+Args:<br> -+ text: The text of this direct message</tt></dd></dl> -+</dd> - </dl> --</td></tr></table> <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ffc8d8"> --<td colspan=3 valign=bottom> <br> --<font color="#000000" face="helvetica, arial"><a name="Status">class <strong>Status</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> -+<hr> -+Data and other attributes defined here:<br> -+<dl><dt><strong>__dict__</strong> = <dictproxy object></dt><dd><tt>dictionary for instance variables (if defined)</tt></dd></dl> -+ -+<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'DirectMessage' objects></dt><dd><tt>list of weak references to the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> (if defined)</tt></dd></dl> -+ -+</td></tr></tbody></table> </p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ffc8d8"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#000000" face="helvetica, arial"><a name="Status">class <strong>Status</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">__builtin__.object</a>)</font></td></tr> - --<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> --<td colspan=2><tt>A class representing the <a href="#Status">Status</a> structure used by the twitter API.<br> -+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt> </tt></td> -+<td colspan="2"><tt>A class representing the <a href="#Status">Status</a> structure used by the twitter API.<br> - <br> - The <a href="#Status">Status</a> structure exposes the following properties:<br> - <br> -@@ -555,7 +642,7 @@ - <dl><dt><a name="Status-GetNow"><strong>GetNow</strong></a>(self)</dt><dd><tt>Get the wallclock time for this status message.<br> - <br> - Used to calculate relative_created_at. Defaults to the time<br> --the <a href="__builtin__.html#object">object</a> was instantiated.<br> -+the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> was instantiated.<br> - <br> - Returns:<br> - Whatever the status instance believes the current time to be,<br> -@@ -589,7 +676,7 @@ - <dl><dt><a name="Status-SetNow"><strong>SetNow</strong></a>(self, now)</dt><dd><tt>Set the wallclock time for this status message.<br> - <br> - Used to calculate relative_created_at. Defaults to the time<br> --the <a href="__builtin__.html#object">object</a> was instantiated.<br> -+the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> was instantiated.<br> - <br> - Args:<br> - now: The wallclock time for this instance.</tt></dd></dl> -@@ -606,7 +693,7 @@ - - <dl><dt><a name="Status-__eq__"><strong>__eq__</strong></a>(self, other)</dt></dl> - --<dl><dt><a name="Status-__init__"><strong>__init__</strong></a>(self, created_at<font color="#909090">=None</font>, id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, user<font color="#909090">=None</font>, now<font color="#909090">=None</font>)</dt><dd><tt>An <a href="__builtin__.html#object">object</a> to hold a Twitter status message.<br> -+<dl><dt><a name="Status-__init__"><strong>__init__</strong></a>(self, created_at<font color="#909090">=None</font>, id<font color="#909090">=None</font>, text<font color="#909090">=None</font>, user<font color="#909090">=None</font>, now<font color="#909090">=None</font>)</dt><dd><tt>An <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> to hold a Twitter status message.<br> - <br> - This class is normally instantiated by the twitter.<a href="#Api">Api</a> class and<br> - returned in a sequence.<br> -@@ -644,58 +731,125 @@ - A twitter.<a href="#Status">Status</a> instance</tt></dd></dl> - - <hr> --Data descriptors defined here:<br> --<dl><dt><strong>__dict__</strong></dt> --<dd><tt>dictionary for instance variables (if defined)</tt></dd> --</dl> --<dl><dt><strong>__weakref__</strong></dt> --<dd><tt>list of weak references to the object (if defined)</tt></dd> --</dl> -+Properties defined here:<br> - <dl><dt><strong>created_at</strong></dt> - <dd><tt>The time this status message was posted.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetCreatedAt(self)</dt><dd><tt>Get the time this status message was posted.<br> -+ <br> -+Returns:<br> -+ The time this status message was posted</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetCreatedAt(self, created_at)</dt><dd><tt>Set the time this status message was posted.<br> -+ <br> -+Args:<br> -+ created_at: The time this status message was created</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>created_at_in_seconds</strong></dt> - <dd><tt>The time this status message was posted, in seconds since the epoch</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetCreatedAtInSeconds(self)</dt><dd><tt>Get the time this status message was posted, in seconds since the epoch.<br> -+ <br> -+Returns:<br> -+ The time this status message was posted, in seconds since the epoch.</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>id</strong></dt> - <dd><tt>The unique id of this status message.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get the unique id of this status message.<br> -+ <br> -+Returns:<br> -+ The unique id of this status message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set the unique id of this status message.<br> -+ <br> -+Args:<br> -+ id: The unique id of this status message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>now</strong></dt> - <dd><tt>The wallclock time for this status instance.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetNow(self)</dt><dd><tt>Get the wallclock time for this status message.<br> -+ <br> -+Used to calculate relative_created_at. Defaults to the time<br> -+the object was instantiated.<br> -+ <br> -+Returns:<br> -+ Whatever the status instance believes the current time to be,<br> -+ in seconds since the epoch.</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetNow(self, now)</dt><dd><tt>Set the wallclock time for this status message.<br> -+ <br> -+Used to calculate relative_created_at. Defaults to the time<br> -+the object was instantiated.<br> -+ <br> -+Args:<br> -+ now: The wallclock time for this instance.</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>relative_created_at</strong></dt> - <dd><tt>Get a human readable string representingthe posting time</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetRelativeCreatedAt(self)</dt><dd><tt>Get a human redable string representing the posting time<br> -+ <br> -+Returns:<br> -+ A human readable string representing the posting time</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>text</strong></dt> - <dd><tt>The text of this status message</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetText(self)</dt><dd><tt>Get the text of this status message.<br> -+ <br> -+Returns:<br> -+ The text of this status message.</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetText(self, text)</dt><dd><tt>Set the text of this status message.<br> -+ <br> -+Args:<br> -+ text: The text of this status message</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>user</strong></dt> - <dd><tt>A twitter.User reprenting the entity posting this status message</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetUser(self)</dt><dd><tt>Get a twitter.User reprenting the entity posting this status message.<br> -+ <br> -+Returns:<br> -+ A twitter.User reprenting the entity posting this status message</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetUser(self, user)</dt><dd><tt>Set a twitter.User reprenting the entity posting this status message.<br> -+ <br> -+Args:<br> -+ user: A twitter.User reprenting the entity posting this status message</tt></dd></dl> -+</dd> - </dl> --</td></tr></table> <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ffc8d8"> --<td colspan=3 valign=bottom> <br> --<font color="#000000" face="helvetica, arial"><a name="TwitterError">class <strong>TwitterError</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> -+<hr> -+Data and other attributes defined here:<br> -+<dl><dt><strong>__dict__</strong> = <dictproxy object></dt><dd><tt>dictionary for instance variables (if defined)</tt></dd></dl> -+ -+<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'Status' objects></dt><dd><tt>list of weak references to the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> (if defined)</tt></dd></dl> -+ -+</td></tr></tbody></table> </p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ffc8d8"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#000000" face="helvetica, arial"><a name="TwitterError">class <strong>TwitterError</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> - --<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> --<td colspan=2><tt>Base class for Twitter errors<br> </tt></td></tr> -+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt> </tt></td> -+<td colspan="2"><tt>Base class for Twitter errors<br> </tt></td></tr> - <tr><td> </td> --<td width="100%">Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> -+<td width="100%">Methods inherited from <a href="http://static.unto.net/python-twitter/0.5/doc/exceptions.html#Exception">exceptions.Exception</a>:<br> - <dl><dt><a name="TwitterError-__getitem__"><strong>__getitem__</strong></a>(...)</dt></dl> - - <dl><dt><a name="TwitterError-__init__"><strong>__init__</strong></a>(...)</dt></dl> - - <dl><dt><a name="TwitterError-__str__"><strong>__str__</strong></a>(...)</dt></dl> - --</td></tr></table> <p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#ffc8d8"> --<td colspan=3 valign=bottom> <br> --<font color="#000000" face="helvetica, arial"><a name="User">class <strong>User</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> -+</td></tr></tbody></table> </p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#ffc8d8"> -+<td colspan="3" valign="bottom"> <br> -+<font color="#000000" face="helvetica, arial"><a name="User">class <strong>User</strong></a>(<a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">__builtin__.object</a>)</font></td></tr> - --<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> --<td colspan=2><tt>A class representing the <a href="#User">User</a> structure used by the twitter API.<br> -+<tr bgcolor="#ffc8d8"><td rowspan="2"><tt> </tt></td> -+<td colspan="2"><tt>A class representing the <a href="#User">User</a> structure used by the twitter API.<br> - <br> - The <a href="#User">User</a> structure exposes the following properties:<br> - <br> -@@ -824,51 +978,131 @@ - A twitter.<a href="#User">User</a> instance</tt></dd></dl> - - <hr> --Data descriptors defined here:<br> --<dl><dt><strong>__dict__</strong></dt> --<dd><tt>dictionary for instance variables (if defined)</tt></dd> --</dl> --<dl><dt><strong>__weakref__</strong></dt> --<dd><tt>list of weak references to the object (if defined)</tt></dd> --</dl> -+Properties defined here:<br> - <dl><dt><strong>description</strong></dt> - <dd><tt>The short text description of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetDescription(self)</dt><dd><tt>Get the short text description of this user.<br> -+ <br> -+Returns:<br> -+ The short text description of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetDescription(self, description)</dt><dd><tt>Set the short text description of this user.<br> -+ <br> -+Args:<br> -+ description: The short text description of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>id</strong></dt> - <dd><tt>The unique id of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetId(self)</dt><dd><tt>Get the unique id of this user.<br> -+ <br> -+Returns:<br> -+ The unique id of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetId(self, id)</dt><dd><tt>Set the unique id of this user.<br> -+ <br> -+Args:<br> -+ id: The unique id of this user.</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>location</strong></dt> - <dd><tt>The geographic location of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetLocation(self)</dt><dd><tt>Get the geographic location of this user.<br> -+ <br> -+Returns:<br> -+ The geographic location of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetLocation(self, location)</dt><dd><tt>Set the geographic location of this user.<br> -+ <br> -+Args:<br> -+ location: The geographic location of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>name</strong></dt> - <dd><tt>The real name of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetName(self)</dt><dd><tt>Get the real name of this user.<br> -+ <br> -+Returns:<br> -+ The real name of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetName(self, name)</dt><dd><tt>Set the real name of this user.<br> -+ <br> -+Args:<br> -+ name: The real name of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>profile_image_url</strong></dt> - <dd><tt>The url of the thumbnail of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetProfileImageUrl(self)</dt><dd><tt>Get the url of the thumbnail of this user.<br> -+ <br> -+Returns:<br> -+ The url of the thumbnail of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetProfileImageUrl(self, profile_image_url)</dt><dd><tt>Set the url of the thumbnail of this user.<br> -+ <br> -+Args:<br> -+ profile_image_url: The url of the thumbnail of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>screen_name</strong></dt> - <dd><tt>The short username of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetScreenName(self)</dt><dd><tt>Get the short username of this user.<br> -+ <br> -+Returns:<br> -+ The short username of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetScreenName(self, screen_name)</dt><dd><tt>Set the short username of this user.<br> -+ <br> -+Args:<br> -+ screen_name: the short username of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>status</strong></dt> - <dd><tt>The latest twitter.Status of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetStatus(self)</dt><dd><tt>Get the latest twitter.Status of this user.<br> -+ <br> -+Returns:<br> -+ The latest twitter.Status of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetStatus(self, status)</dt><dd><tt>Set the latest twitter.Status of this user.<br> -+ <br> -+Args:<br> -+ status: The latest twitter.Status of this user</tt></dd></dl> -+</dd> - </dl> - <dl><dt><strong>url</strong></dt> - <dd><tt>The homepage url of this user.</tt></dd> -+<dd><dl><dt><a name="-<em>get</em>"><strong><em>get</em></strong></a> = GetUrl(self)</dt><dd><tt>Get the homepage url of this user.<br> -+ <br> -+Returns:<br> -+ The homepage url of this user</tt></dd></dl> -+</dd> -+<dd><dl><dt><a name="-<em>set</em>"><strong><em>set</em></strong></a> = SetUrl(self, url)</dt><dd><tt>Set the homepage url of this user.<br> -+ <br> -+Args:<br> -+ url: The homepage url of this user</tt></dd></dl> -+</dd> - </dl> --</td></tr></table></td></tr></table><p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#55aa55"> --<td colspan=3 valign=bottom> <br> -+<hr> -+Data and other attributes defined here:<br> -+<dl><dt><strong>__dict__</strong> = <dictproxy object></dt><dd><tt>dictionary for instance variables (if defined)</tt></dd></dl> -+ -+<dl><dt><strong>__weakref__</strong> = <attribute '__weakref__' of 'User' objects></dt><dd><tt>list of weak references to the <a href="http://static.unto.net/python-twitter/0.5/doc/__builtin__.html#object">object</a> (if defined)</tt></dd></dl> -+ -+</td></tr></tbody></table></p></td></tr></tbody></table></p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#55aa55"> -+<td colspan="3" valign="bottom"> <br> - <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> - - <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> - <td width="100%"><strong>__author__</strong> = 'dewitt@xxxxxxxxxx'<br> --<strong>__version__</strong> = '0.4'</td></tr></table><p> --<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> --<tr bgcolor="#7799ee"> --<td colspan=3 valign=bottom> <br> -+<strong>__version__</strong> = '0.5'</td></tr></tbody></table></p><p> -+<table summary="section" border="0" cellpadding="2" cellspacing="0" width="100%"> -+<tbody><tr bgcolor="#7799ee"> -+<td colspan="3" valign="bottom"> <br> - <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> - - <tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td> --<td width="100%">dewitt@xxxxxxxxxx</td></tr></table> --</body></html> -\ No hay ningún carácter de nueva línea al final del fichero -+<td width="100%">dewitt@xxxxxxxxxx</td></tr></tbody></table> -+</p></body></html> -\ No hay ningún carácter de nueva línea al final del fichero diff -urN python-twitter-0.6/debian/patches/10_fix_shebang.patch python-twitter-0.8.2/debian/patches/10_fix_shebang.patch --- python-twitter-0.6/debian/patches/10_fix_shebang.patch 1970-01-01 09:00:00.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/10_fix_shebang.patch 2012-09-23 22:23:53.293965574 +0900 @@ -0,0 +1,37 @@ +Description: fix shebang of python scripts + Scripts specify python2.4 as a shebang. This patch remove version + numbers from executable scripts and remove shebangs from non-executable + scripts. +Last-Update: 2012-08-31 + +--- python-twitter-0.8.2.orig/twitter.py ++++ python-twitter-0.8.2/twitter.py +@@ -1,4 +1,3 @@ +-#!/usr/bin/python2.4 + # + # Copyright 2007 The Python-Twitter Developers + # +--- python-twitter-0.8.2.orig/setup.py ++++ python-twitter-0.8.2/setup.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2.4 ++#!/usr/bin/python + # + # Copyright 2007 The Python-Twitter Developers + # +--- python-twitter-0.8.2.orig/examples/tweet.py ++++ python-twitter-0.8.2/examples/tweet.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2.4 ++#!/usr/bin/python + + '''Post a message to twitter''' + +--- python-twitter-0.8.2.orig/examples/twitter-to-xhtml.py ++++ python-twitter-0.8.2/examples/twitter-to-xhtml.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python2.4 ++#!/usr/bin/python + + '''Load the latest update for a Twitter user and leave it in an XHTML fragment''' + diff -urN python-twitter-0.6/debian/patches/20_removes-hashbang.dpatch python-twitter-0.8.2/debian/patches/20_removes-hashbang.dpatch --- python-twitter-0.6/debian/patches/20_removes-hashbang.dpatch 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/20_removes-hashbang.dpatch 1970-01-01 09:00:00.000000000 +0900 @@ -1,18 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 20_removes-hashbang.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Fixes the Lintian error: file-in-usr-lib-site-python -## DP: Note from the maintainer: -## DP: Updated to work with the latest version (i.e. 0.6) - -@DPATCH@ - ---- python-twitter-0.6-orig/twitter.py 2009-07-11 18:52:18.000000000 -0300 -+++ python-twitter-0.6/twitter.py 2009-07-11 18:52:30.000000000 -0300 -@@ -1,5 +1,3 @@ --#!/usr/bin/python2.4 --# - # Copyright 2007 Google Inc. All Rights Reserved. - # - # Licensed under the Apache License, Version 2.0 (the "License"); diff -urN python-twitter-0.6/debian/patches/30_removes_hardcoded_interpreter.dpatch python-twitter-0.8.2/debian/patches/30_removes_hardcoded_interpreter.dpatch --- python-twitter-0.6/debian/patches/30_removes_hardcoded_interpreter.dpatch 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/30_removes_hardcoded_interpreter.dpatch 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 30_removes_hardcoded_interpreter.dpatch by Mauro Lizaur <mauro@xxxxxxxxxxxxxxxx> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: Removes the hardcoded version of the Python interpreter. - -@DPATCH@ - ---- python-twitter-0.6-orig/examples/twitter-to-xhtml.py 2009-07-11 18:52:18.000000000 -0300 -+++ python-twitter-0.6/examples/twitter-to-xhtml.py 2009-07-11 18:53:14.000000000 -0300 -@@ -1,4 +1,4 @@ --#!/usr/bin/python2.4 -+#!/usr/bin/python - - '''Load the latest update for a Twitter user and leave it in an XHTML fragment''' - ---- python-twitter-0.6-orig/examples/tweet.py 2009-07-11 18:52:18.000000000 -0300 -+++ python-twitter-0.6/examples/tweet.py 2009-07-11 18:53:04.000000000 -0300 -@@ -1,4 +1,4 @@ --#!/usr/bin/python2.4 -+#!/usr/bin/python - - '''Post a message to twitter''' - diff -urN python-twitter-0.6/debian/patches/series python-twitter-0.8.2/debian/patches/series --- python-twitter-0.6/debian/patches/series 1970-01-01 09:00:00.000000000 +0900 +++ python-twitter-0.8.2/debian/patches/series 2012-09-23 17:08:27.586417774 +0900 @@ -0,0 +1 @@ +10_fix_shebang.patch diff -urN python-twitter-0.6/debian/python-twitter.debhelper.log python-twitter-0.8.2/debian/python-twitter.debhelper.log --- python-twitter-0.6/debian/python-twitter.debhelper.log 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/python-twitter.debhelper.log 1970-01-01 09:00:00.000000000 +0900 @@ -1 +0,0 @@ -dh_auto_clean diff -urN python-twitter-0.6/debian/rules python-twitter-0.8.2/debian/rules --- python-twitter-0.6/debian/rules 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/rules 2012-09-23 17:21:42.722360648 +0900 @@ -1,46 +1,13 @@ #!/usr/bin/make -f -include /usr/share/dpatch/dpatch.make +%: + dh "$@" --with python2 --buildsystem=python_distutils -PYVERS=$(shell pyversions -r) -d=debian/python-twitter +override_dh_auto_install: + dh_auto_install + install -m 755 $(CURDIR)/examples/tweet.py $(CURDIR)/debian/python-twitter/usr/bin/tweet + install -m 755 $(CURDIR)/examples/twitter-to-xhtml.py $(CURDIR)/debian/python-twitter/usr/bin/twitter-to-xhtml -build: build-stamp - -build-stamp: patch-stamp - -clean: unpatch - dh_testdir - python setup.py clean; - rm -rf build-stamp build - rm -rf $(d) - dh_clean install-stamp +override_dh_auto_clean: dh_auto_clean - -install: build install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_installdirs - python setup.py install --root=$(d); - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs CHANGES - dh_installman - dh_compress -X.py - install -m 755 $(CURDIR)/examples/tweet.py $(CURDIR)/$(d)/usr/bin/tweet - install -m 755 $(CURDIR)/examples/twitter-to-xhtml.py $(CURDIR)/$(d)/usr/bin/twitter-to-xhtml - dh_fixperms - dh_pysupport - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + rm -rf $(CURDIR)/python_twitter.egg-info diff -urN python-twitter-0.6/debian/source/format python-twitter-0.8.2/debian/source/format --- python-twitter-0.6/debian/source/format 1970-01-01 09:00:00.000000000 +0900 +++ python-twitter-0.8.2/debian/source/format 2012-08-31 14:49:41.067482491 +0900 @@ -0,0 +1 @@ +3.0 (quilt) diff -urN python-twitter-0.6/debian/tweet.1 python-twitter-0.8.2/debian/tweet.1 --- python-twitter-0.6/debian/tweet.1 2012-09-23 10:47:42.000000000 +0900 +++ python-twitter-0.8.2/debian/tweet.1 2012-09-23 10:23:46.786058621 +0900 @@ -26,7 +26,7 @@ variables TWEETUSERNAME and TWEETPASSWORD will then be checked for your username or password, respectively. .IP -If neither the command line flags nor the enviroment variables are +If neither the command line flags nor the environment variables are present, the .tweetrc file, if it exists, can be used to set the default username and password. The file should contain the following three lines, replacing *username* with your username, and
Attachment:
pgpYOdgQw3uZd.pgp
Description: PGP signature