[Python-modules-commits] r6126 - in packages/deliciousapi/trunk/debian (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Wed Aug 6 18:38:42 UTC 2008


    Date: Wednesday, August 6, 2008 @ 18:38:40
  Author: morph-guest
Revision: 6126

upgrade to 1.5.0; change packaging license to GPLv2; replaced python-feedparser with python-simplejson

Modified:
  packages/deliciousapi/trunk/debian/changelog
  packages/deliciousapi/trunk/debian/control
  packages/deliciousapi/trunk/debian/copyright

Modified: packages/deliciousapi/trunk/debian/changelog
===================================================================
--- packages/deliciousapi/trunk/debian/changelog	2008-08-05 19:59:12 UTC (rev 6125)
+++ packages/deliciousapi/trunk/debian/changelog	2008-08-06 18:38:40 UTC (rev 6126)
@@ -1,3 +1,14 @@
+deliciousapi (1.5.0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - changed short and long description, due to changed source code
+    - replaced depends on python-feedparser with python-simplejson
+  * debian/copyright
+    - changed packaging licence to match upstream one (GPLv2)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 06 Aug 2008 20:36:22 +0200
+
 deliciousapi (1.4.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/deliciousapi/trunk/debian/control
===================================================================
--- packages/deliciousapi/trunk/debian/control	2008-08-05 19:59:12 UTC (rev 6125)
+++ packages/deliciousapi/trunk/debian/control	2008-08-06 18:38:40 UTC (rev 6126)
@@ -13,19 +13,21 @@
 
 Package: python-deliciousapi
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup (>=3.0.7), python-feedparser (>=0.4.1)
-Description: Unofficial Python API for retrieving data from del.icio.us
+Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup (>= 3.0.7), python-simplejson (>= 1.9.2)
+Description: unofficial Python API for retrieving data from delicious.com
  This module provides the following features:
  .
-  * getting a url's full history with
+  * getting a url's full public bookmarking history including
     * users who bookmarked the url including tags used for such
-      bookmarks and the creation time of the bookmark in YYYY-MM
-      format
-    * common tags (up to a maximum of 25) including weight (0...5)
-  * getting a user's full bookmark collection including private
-    bookmarks IF you know username AND password
-  * getting a user's most recent public bookmarks
-  * getting a user's full tagging vocabulary, i.e. tags and tag counts
+      bookmarks and the creation time of the bookmark (up to
+      YYYY-MM-DD granularity)
+    * top tags (up to a maximum of 10) including tag count
+    * title as stored on delicious.com
+    * total number of bookmarks/users for this url at delicious.com
+  * getting a user's full bookmark collection, including any private
+    bookmarks if you know the corresponding password
+  * getting a user's full public tagging vocabulary, i.e. tags and tag
+    counts
   * HTTP proxy support
  .
  The official del.icio.us API does not provide all the functionality

Modified: packages/deliciousapi/trunk/debian/copyright
===================================================================
--- packages/deliciousapi/trunk/debian/copyright	2008-08-05 19:59:12 UTC (rev 6125)
+++ packages/deliciousapi/trunk/debian/copyright	2008-08-06 18:38:40 UTC (rev 6126)
@@ -20,4 +20,4 @@
 License, version 2, can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the GPLv2, see `/usr/share/common-licenses/GPL-2'.




More information about the Python-modules-commits mailing list