Debian NEW package overview for python-electrum-ecc
python-electrum-ecc_0.0.6+ds-4~bpo13+1_amd64.changes (click to toggle)
Format:1.8
Date:Mon, 15 Dec 2025 10:02:46 -0700
Source:python-electrum-ecc
Binary:python3-electrum-ecc
Architecture:source all
Version:0.0.6+ds-4~bpo13+1
Distribution:trixie-backports
Urgency:medium
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Changed-By:Soren Stoutner <soren@debian.org>
Description:
python3-electrum-ecc - Pure Python ctypes wrapper for libsecp256k1
Changes:
python-electrum-ecc (0.0.6+ds-4~bpo13+1) trixie-backports; urgency=medium

  * Rebuild for trixie-backports.
  * debian/control:  Add Build-Depends-Indep version constraint on
    "libsecp256k1-dev (>= 0.7.0-2~bpo13+1)" to force using the libsecp256k1-dev
    from trixie-backports.
Files:
ca8e7161e52cff0e1415dfb3d7353421 2311 python optional python-electrum-ecc_0.0.6+ds-4~bpo13+1.dsc
f3d1e970a917c95276551f3b4d06e042 2980 python optional python-electrum-ecc_0.0.6+ds-4~bpo13+1.debian.tar.xz
0bd3d10bd5578a8340ab7fa87f7bebbb 6997 python optional python-electrum-ecc_0.0.6+ds-4~bpo13+1_amd64.buildinfo
d9c0887bfbc17729708833a68e5a2623 11496 python optional python3-electrum-ecc_0.0.6+ds-4~bpo13+1_all.deb
python-electrum-ecc_0.0.6+ds-4~bpo13+1.dsc (click to toggle)
Format:3.0 (quilt)
Source:python-electrum-ecc
Binary:python3-electrum-ecc
Architecture:all
Version:0.0.6+ds-4~bpo13+1
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Uploaders:Soren Stoutner <soren@debian.org>, Manuel Guerra <ar.manuelguerra@gmail.com>
Homepage:https://github.com/spesmilo/electrum-ecc
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/python-team/packages/python-electrum-ecc
Vcs-Git:https://salsa.debian.org/python-team/packages/python-electrum-ecc.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-sequence-python3, python3-all, python3-setuptools
Build-Depends-Indep:libsecp256k1-dev (>=0.7.0-2~bpo13+1), python3-pytest<!nocheck>
Package-List:python3-electrum-ecc deb python optional arch=all
Files:
30afab62017815e3205d8d0d1ed4dbf4 17044 python-electrum-ecc_0.0.6+ds.orig.tar.xz
f3d1e970a917c95276551f3b4d06e042 2980 python-electrum-ecc_0.0.6+ds-4~bpo13+1.debian.tar.xz
lintian 2.116.3+deb12u1 check for python-electrum-ecc_0.0.6+ds-4~bpo13+1.dsc (click to toggle)
README.source for python-electrum-ecc_0.0.6+ds-4~bpo13+1.dsc (click to toggle)
No README.source in this package
control file for python3-electrum-ecc_0.0.6+ds-4~bpo13+1_all.deb (click to toggle)
Package:python3-electrum-ecc
Source:python-electrum-ecc
Version:0.0.6+ds-4~bpo13+1
Architecture:all
Maintainer:Debian Python Team <team+python@tracker.debian.org>
Installed-Size:56
Depends:libsecp256k1-6, python3:any
Section:python
Priority:optional
Homepage:https://github.com/spesmilo/electrum-ecc
Description:
Pure Python ctypes wrapper for libsecp256k1
 This package provides a pure Python interface to the native C library
 libsecp256k1, which is a highly optimized library for cryptographic operations
 on the secp256k1 elliptic curve.
 .
 Unlike other wrappers that might embed or compile their own C code, this
 package leverages the system-installed version of libsecp256k1, ensuring
 compatibility and security by relying on a trusted, widely-used and maintained
 system library.
 .
 It utilizes the Python ctypes foreign function library to dynamically load and
 call functions from libsecp256k1 at runtime, providing a low-overhead and
 efficient bridge between Python and the high-performance C implementation.
 .
 This package is an essential component for projects requiring fast and secure
 Elliptic Curve Cryptography, such as the Electrum Bitcoin wallet, and is
 suitable for developers needing to perform tasks like key generation, ECDSA
 signature verification, and Schnorr signatures.
lintian 2.116.3+deb12u1 check for python3-electrum-ecc_0.0.6+ds-4~bpo13+1_all.deb (click to toggle)
contents of python3-electrum-ecc_0.0.6+ds-4~bpo13+1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-12-15 17:02 ./
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/lib/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/lib/python3/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/lib/python3/dist-packages/electrum_ecc/
-rw-r--r-- root/root       319 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/__init__.py
-rw-r--r-- root/root      9683 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/ecc_fast.py
-rw-r--r-- root/root      3943 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/ecdsa_sigformat.py
-rw-r--r-- root/root     20325 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/keys.py
-rw-r--r-- root/root       490 2000-11-11 11:11 ./usr/lib/python3/dist-packages/electrum_ecc/util.py
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/
-rw-r--r-- root/root      2004 2025-12-15 17:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/PKG-INFO
-rw-r--r-- root/root         1 2025-12-15 17:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/dependency_links.txt
-rw-r--r-- root/root        13 2025-12-15 17:02 ./usr/lib/python3/dist-packages/electrum_ecc-0.0.6.egg-info/top_level.txt
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/share/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-12-15 17:02 ./usr/share/doc/python3-electrum-ecc/
-rw-r--r-- root/root       501 2025-12-15 17:02 ./usr/share/doc/python3-electrum-ecc/changelog.Debian.gz
-rw-r--r-- root/root      1571 2025-11-08 22:38 ./usr/share/doc/python3-electrum-ecc/copyright

Timestamp: 15.12.2025 / 18:04:11 (UTC)