python-facebook 0.svn20100209-3 source package in Ubuntu

Changelog

python-facebook (0.svn20100209-3) unstable; urgency=low

  * Suggest python-simplejson, and conflict with python-json.  Python 2.6
    provides a 'json' module (compatible with simplejson), so this code
    does an 'import json as simplejson'.  This breaks with python-json, as
    it provides a 'json' that is not simplejson compatible. (Closes:
    #570123)

python-facebook (0.svn20100209-2) unstable; urgency=low

  * Build depend on python-all, rather than python (Closes: #569445)

python-facebook (0.svn20100209-1) unstable; urgency=low

  * Pull from upstream again, fixes numerous issues
  * Update standards version
  * Remove dependency on python-dev-all for just python
  * Add misc:Depends line
  * Add dpatch dependency, although we have no patches currently
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:00:42 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Ian Wienand
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-facebook_0.svn20100209.orig.tar.gz 27.6 KiB 0936dd92a7c4fd32d9160532f1caed0a76c5b908d7eadddd0fe06008db8de8cc
python-facebook_0.svn20100209-3.diff.gz 2.6 KiB 6870d942dd6baf30f7ae51b5d728581235af7729351ce86e4b013dbcceaa650f
python-facebook_0.svn20100209-3.dsc 1.1 KiB babbd72d1941163b381e4043265d72dcfe86f95b7392bc00331c010d99a411f6

View changes file

Binary packages built by this source

python-facebook: Python wrappers for the Facebook API

 PyFacebook is a thin wrapper for accessing Facebook's API through Python.