python-gmpy 1.14-3 source package in Ubuntu

Changelog

python-gmpy (1.14-3) unstable; urgency=low

  * Removed version from libgmp3-dev dependency and changed it to libgmp-dev
    (Closes: #619585)

python-gmpy (1.14-2) unstable; urgency=low

  * Changed build-depends from libgmp3-dev to libgmp10-dev as per SONAME change
    (Closes: #618216)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:35:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
aomighty
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-gmpy_1.14.orig.tar.bz2 98.8 KiB 066aa34f755ba31b4bc47413ca0580061b27f0de4e60bef77fbd86520f4c7d33
python-gmpy_1.14-3.debian.tar.gz 3.1 KiB 3347af253dbdeee9558851e88a165fae17c86478812dc0d130b97139fc6ced43
python-gmpy_1.14-3.dsc 1.8 KiB e8d92e758283585267a13f9b454e9e7f6871fc061aa71770585f1897f41421d2

Available diffs

View changes file

Binary packages built by this source

python-gmpy: interfaces GMP to Python for fast, unbound-precision computations

 gmpy is a C-coded Python extension module that wraps the GMP library to
 provide to Python code fast multiprecision arithmetic (integer, rational, and
 float), random number generation, advanced number-theoretical functions, and
 more.