python-peak.rules 0.5a1+r2707-1~r18754 source package in Ubuntu

Changelog

python-peak.rules (0.5a1+r2707-1~r18754) oneiric; urgency=low

  [ Daniele Tricoli ]
  * New upstream release
  * Switched to multiple upstream tarballs
  * debian/control
    - Set myself as uploader with Stefano Zacchiroli's permission.
      Thanks to Stefano Zacchiroli for his past work!
    - Bumped Standards-Version to 3.9.2 (no changes needed)
  * debian/{control,rules}
    - Switched from cdbs to dh sequencer
  * debian/copyright
    - Made DEP5 compliant
  * debian/patches/01_invoke-multiple-setup.patch
    - Use a patch to add the setup.py which take care of invocation
      of multiple setup.py in subdir provided by Stefano Zacchiroli
  * debian/source/format
    - Switched to source format 3.0 (quilt)
  * debian/watch
    - Added filenamemangle option

  [ Barry Warsaw ]
  * bzr merge-upstream from Vcs-Svn branch, r18754.  (LP: #795096)
 -- Barry Warsaw <email address hidden>   Wed, 28 Sep 2011 11:51:29 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
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
python-peak.rules_0.5a1+r2707.orig-prioritized-methods-0-2-2dev-20110830.tar.gz 4.6 KiB 704874b906514fe07680b7151620338bd03af0a901f027eb343d7ce535bfca54
python-peak.rules_0.5a1+r2707.orig-rules.tar.gz 110.2 KiB bd25bee07b32bc80752dd4998859aa073712609120cf1f243e5e029fb65e0d78
python-peak.rules_0.5a1+r2707.orig.tar.gz 130 bytes fbf52fd8e7f1f4e6b60f7227b63ad0c5f82463eab888f8544b3e4077ca2e5813
python-peak.rules_0.5a1+r2707-1~r18754.debian.tar.gz 6.5 KiB 25eb41ef3d91d78b7e947db9f47abfd5cc8aa84904b2f4cd91020f9e93380701
python-peak.rules_0.5a1+r2707-1~r18754.dsc 2.8 KiB af4edd6b259e094aa310e279b8ace6c189cc33d16c8f51ab1c34591ff0fbe51e

View changes file

Binary packages built by this source

python-peak.rules: generic functions support for Python

 PEAK-Rules is a highly-extensible framework for creating and using
 generic functions in Python.
 .
 PEAK-Rules supports out of the box: multiple-dispatch on positional
 arguments using tuples of types, full predicate dispatch using
 strings containing Python expressions, and CLOS-like method
 combining. Additionally, PEAK-Rules allows one to mix and match dispatch
 engines and custom method combinations.
 .
 This package also provides some third party contribution over
 PEAK-Rules, in particular:
 .
  * prioritized_methods - prioritize methods to resolve dispatch ambiguities