myghtyutils 0.52-4 source package in Ubuntu

Changelog

myghtyutils (0.52-4) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Carlos Galisteo ]
  * debian/control
    - Added Homepage field.

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Oleksandr Moskalenko ]
  * debian/control:
    - Changed maintainer to dpmt and put myself in uploaders.
    - Changed section to python.
    - Updated copyright notice.
    - Updated Standards-Version to 3.8.4.
    - Moved python depends to Build-Depends-Indep.
    - Updated Build-Depends-Indep.
  * debian/rules:
    - Updated build system.
  * debian/dirs:
    - Added the file to create doc and pysupport dirs.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:57:58 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

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

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
myghtyutils_0.52.orig.tar.gz 23.3 KiB 2c76a02d4af775e0ea8469db65fa45d1b0d42a5034dff014933c7bd511fe9198
myghtyutils_0.52-4.diff.gz 2.7 KiB 2a621ad570a45a5be03fcfa93afed5a0c850d1ed78d98969089741b40317161f
myghtyutils_0.52-4.dsc 1.3 KiB 34bee2b777bdf25f6052b59875b8dedf89305089e3193d50ddf69118fa6a1b85

Available diffs

View changes file

Binary packages built by this source

python-myghtyutils: Set of utility classes used by Myghty templating

 Utility classes used by Myghty templating:
 container - the Containment system providing back-end neutral key/value
 storage, with support for in-memory, DBM files, flat files, and memcached.
 buffer - some functions for augmenting file objects .
 util - various utility functions and objects.
 synchronizer - provides many reader/single writer synchronization using
 either thread mutexes or lockfiles.
 session - provides a Session interface built upon the Container, similar
 interface to mod_python session. Currently needs a mod_python-like request
 object, this should be changed to something more generic.