epsilon 0.7.1-1 source package in Ubuntu

Changelog

epsilon (0.7.1-1) unstable; urgency=medium

  * New upstream release.
  * Fix an issue where the benchmark (and the test suite) fails if the
    filesystem containing the working directory cannot be found in
    /proc/self/mounts. This is the case when building in pbuilder, among
    other restricted environments.
  * Remove obsolete XS-Testsuite field.
  * Bump Standards-Version to 3.9.6 (no changes).
  * Use pypi.debian.net redirector in debian/watch.
  * Update debian/copyright and switch to machine-readable format.
  * Fix build-depends on python-zope.interface (was using the old package
    name without a dot).

 -- Tristan Seligmann <email address hidden>  Sat, 10 Oct 2015 17:16:14 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
epsilon_0.7.1-1.dsc 1.9 KiB 8d918d1b1ebfae0bc85068d54cafbb16795711ee808fc187c9fa4696c8998e2a
epsilon_0.7.1.orig.tar.gz 94.6 KiB 419ab2de80e6b201455775a939c158259af90695e59474a4a7bb3cd522a7193b
epsilon_0.7.1-1.debian.tar.xz 19.3 KiB 6d7d02eaf536c7f065e055f06fd24813f8004c2269625c9993631bb79e6b3ee8

Available diffs

No changes file available.

Binary packages built by this source

python-epsilon: Python utility modules commonly used by Divmod.org project

 Epsilon is a set of Python utility modules, commonly used by all
 Divmod.org Python projects.
 .
 This is intended mainly as a support package for code used by Divmod
 projects, however it contains many generally useful modules.
 .
 Currently included:
  * a powerful date/time formatting and import/export class
    (extime.Time), for exchanging date and time information between all
    Python's various ways to interpret objects as times or time deltas
  * tools for managing concurrent asynchronous processes within Twisted
  * a metaclass which helps you define classes with explicit states
  * a formal system for application of monkey-patches