python-weakrefmethod 1.0-2ubuntu1 source package in Ubuntu

Changelog

python-weakrefmethod (1.0-2ubuntu1) zesty; urgency=medium

  * d/control, d/rules: Use nose to run the tests.

 -- Chuck Short <email address hidden>  Mon, 13 Feb 2017 13:28:12 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Zesty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-weakrefmethod_1.0.orig.tar.xz 3.3 KiB 805abaf0993733f709b3e96953ef9c05b4fa5ac1c52c302d887db0a2dcf5912d
python-weakrefmethod_1.0-2ubuntu1.debian.tar.xz 3.1 KiB f44ed9866c8dd1b04cdedec37cd212db3d387e0b8ac54c49e89abfa6167bd70f
python-weakrefmethod_1.0-2ubuntu1.dsc 1.6 KiB 522d14a932f324acf124d41fd8c106d45a67099c2895def810e88360acc7eeec

Available diffs

View changes file

Binary packages built by this source

python-weakrefmethod: WeakMethod class for storing bound methods using weak references

 Python 3.4 include a WeakMethod class, for storing bound methods using weak
 references (see the Python weakref module at
 http://docs.python.org/library/weakref.html).
 .
 This project is a backport of the WeakMethod class for Python 2.7.