pyecm 2.0.2-4 source package in Ubuntu

Changelog

pyecm (2.0.2-4) unstable; urgency=medium

  * remove ancient X-Python-Version
  * update Standards-Version to 4.1.5
  * add VCS-url info
  * remove trailing whitespace
  * update debhelper compat version to 11
  * add dep-5 copyright file

 -- Martin Kelly <email address hidden>  Tue, 31 Jul 2018 19:47:32 -0700

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyecm_2.0.2-4.dsc 1.8 KiB 5230a15f177a8b190d9825d22c3d1284d463f0831fd32bca2a824c5e2a0fffc3
pyecm_2.0.2.orig.tar.gz 19.2 KiB bdbf3f007edc59d75d7db57aa634a750377ba59c49060ec846215bfc8f55d29b
pyecm_2.0.2-4.debian.tar.xz 3.7 KiB 0bd527156a0257f1209fa4787f4d3cc508672b6bd0451cdb1b271a8989d2b047

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.