bobo 0.2.2-3 source package in Ubuntu

Changelog

bobo (0.2.2-3) unstable; urgency=low

  * Team upload. Closes: #623918.
  * Switch to "3.0 (quilt)" source format.
  * debian/control:
    + Bump Standards-Version to 3.9.2. No changes needed.
    + Add Vcs-Browser fields.
    + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now).
    + Remove minimum required version of python-setuptools because even
      stable has a greater version.
    + Build-Depends on python-all (not -dev).
    + Add Depends on python-pkg-resources as it is required by the script.
      Closes: #602023.
  * debian/rules:
    + Drop versioned scripts.
  * Switch from deprecated dh_pycentral to dh_python2. Closes: #616749.
    + debian/control:
      - Bump python-all minimum version to 2.6.6-3~.
      - Remove python-central from Build-Depends.
      - Remove deprecated XB-Python-Version.
      - Rename deprecated XS-Python-Version to X-Python-Version and specify
        explicitly the minimum supported version.
    + debian/rules:
      - Use --with python2 rather than --with python-central.
  * debian/docs:
    + Add README.txt.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 May 2011 09:12:49 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Fabio Tranchitella
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
bobo_0.2.2.orig.tar.gz 17.3 KiB 9574080f6ec74640c2a5ea91eb2bac447754bbe97a1c36e599b6a5b9ead145fa
bobo_0.2.2-3.debian.tar.gz 3.2 KiB e0665bef6f3b23d24d114e090a9f9099e24c0ff05fe68aa77102fc5ea1a74177
bobo_0.2.2-3.dsc 1.3 KiB 15304ded43a203d50ae390b9d707bc242eeb5d9f0e487be408a7d99c822786ca

Available diffs

View changes file

Binary packages built by this source

python-bobo: Web application framework for the impatient

 Bobo is a light-weight framework for creating WSGI web applications. It's goal
 is to be easy to use and remember.
 .
 It addresses 2 problems: Mapping URLs to objects, calling objects to
 generate HTTP responses.
 .
 Bobo doesn't have a templateing language, a database integration layer, or a
 number of other features that are better provided by WSGI middle-ware or
 application-specific libraries.
 .
 Bobo builds on other frameworks, most notably WSGI and WebOb.