python-peak.util 20110909-1 source package in Ubuntu

Changelog

python-peak.util (20110909-1) unstable; urgency=low


  * Switched to multiple upstream tarballs
  * Updated upstream packages:
    - peak.util.addons 0.7
    - peak.util.assembler 0.6 (Closes: #606382, LP: #795096)
  * debian/control
    - Removed Debian QA Group and added Debian Python Modules Team to
      Maintainer
    - Added myself to Uploaders (Closes: #607083)
    - 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)

 -- Daniele Tricoli <email address hidden>  Mon, 26 Sep 2011 15:54:01 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python
Precise release universe python

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-peak.util_20110909-1.dsc 3.3 KiB 9dee6be61011199c348e8a36bbdc7a120363fb59540b4687208f37a261153e97
python-peak.util_20110909.orig-addons-0-7.tar.gz 29.2 KiB 24e788a0dcb7667190fcb4fea52d6691b9200ac4fe5b997883a6b6425ae781d9
python-peak.util_20110909.orig-bytecodeassembler-0-6.tar.gz 44.7 KiB d3417c60b50da770d6a01081571af4e70289d945630ebd86e89e6a0d36646f0f
python-peak.util_20110909.orig-extremes-1-1-1.tar.gz 6.4 KiB 77729ee964f1e5b0d5ca5a38e89468a9bbc3a8a81cbe859f100f04589f8a5fc5
python-peak.util_20110909.orig-symboltype-1-0.tar.gz 5.6 KiB 1895c8ead1b41cac21e49359c47aab76c204c41f3e409e9b735f223e0b44c203
python-peak.util_20110909.orig.tar.gz 136 bytes 34bd4fd1f62107ba8a93b4062daff92aaeec125d6330688385ed1660f7003de9
python-peak.util_20110909-1.debian.tar.gz 6.4 KiB 84dc79fe6a588797a779eb91484311ffb1d0888a402e927f23b3bab5cebabf30

No changes file available.

Binary packages built by this source

python-peak.util: utilities from the Python Enterprise Application Kit

 The Python Enterprise Application Kit (PEAK) is a set of Python
 libraries to help develop large-scale Python applications.
 .
 PEAK includes libraries and frameworks to support: component
 integration, component configuration , document-driven testing,
 event-driven programming, storage management and persistence, domain
 modelling, and much more.
 .
 This package provides a subset of utilities related to PEAK, and
 commonly found as dependencies for PEAK-based components. In
 particular, this package provides:
 .
  * AddOns - dynamic mixins with private attribute and methods
  * BytecodeAssembler - code object generation assembling bytecode
  * Extremes - absolute max and min values (PEP 326 implementation)
  * ProxyTypes - general purpose proxy and wrapper types
  * SymbolType - symbol type, i.e., enumerations