pyecm 2.0.2-3 source package in Ubuntu

Changelog

pyecm (2.0.2-3) unstable; urgency=medium

  * Updated Standards-Version to 3.9.8.0 (no changes needed)
  * Updated Homepage and watch file to point to the new github location
  * Add dh-python to Build-Depends

 -- Martin Kelly <email address hidden>  Sun, 05 Mar 2017 19:51:11 -0800

Upload details

Uploaded by:
Martin Kelly
Uploaded to:
Sid
Original maintainer:
Martin Kelly
Architectures:
all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe math

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyecm_2.0.2-3.dsc 1.7 KiB 9e6313f946cb8bd73ecb3c490bd6b5b7bef22cd7627753097f1e61b4d49161a7
pyecm_2.0.2.orig.tar.gz 19.2 KiB bdbf3f007edc59d75d7db57aa634a750377ba59c49060ec846215bfc8f55d29b
pyecm_2.0.2-3.debian.tar.xz 3.7 KiB 7091f5ab48d0fa3a447ba4e0295fb4006ab78c0f92a04621515c51b6b59f4cf2

Available diffs

No changes file available.

Binary packages built by this source

pyecm: integer factorization with the Elliptic Curve Method (ECM)

 pyecm is a Python program to factor numbers using the Elliptic Curve Method
 (ECM). It is relatively fast in that it can quickly factors numbers up to 50
 digits.
 .
 Because it is written in Python, pyecm is very portable. It is also fairly
 easy to use. Use of python-gmpy and/or python-psyco will speed it up
 immensely.