pyecm 2.0.5-2 source package in Ubuntu

Changelog

pyecm (2.0.5-2) unstable; urgency=medium

  * QA upload.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Boyuan Yang ]
  * New upstream version 2.0.5.
  * debian/control:
    + Bump Standards-Version to 4.6.0.
    + Bump debhelper compat to v13.
    + Orphan the package.
  * debian/rules: Use dh sequencer.
  * debian/control: Drop obsolete build-dep-indep: python.
  * debian/watch: Update monitoring script.

 -- Boyuan Yang <email address hidden>  Sun, 24 Apr 2022 14:44:49 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe math
Noble release universe math
Mantic release universe math
Lunar release universe math

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyecm_2.0.5-2.dsc 1.8 KiB 93e4b54c60033dc4e527dfa0974294a40e3cf9e9e067f12d6c580706b7d38a84
pyecm_2.0.5.orig.tar.gz 19.2 KiB db09f049bab6def812809cdf6b115112f7ffa7b2aeb6c8bf3164e6d0f903669b
pyecm_2.0.5-2.debian.tar.xz 4.1 KiB 28e8f63d9b82b25f528168551f25ec6b77cb0a5a9bfa43fc9806f4dd7948d838

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.