Thu, 18 Apr 2024 23:21:03 UTC | login

Information for build python-ecdsa-0.11-4.el7

ID23585
Package Namepython-ecdsa
Version0.11
Release4.el7
Epoch
SummaryECDSA cryptographic signature library
DescriptionThis is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python, released under the MIT license. With this library, you can quickly create keypairs (signing key and verifying key), sign messages, and verify the signatures. The keys and signatures are very short, making them easy to handle and incorporate into other protocols. NOTE: The prime192v1 and secp224r1 curves are currently disabled.
Built bybstinson
State complete
Volume DEFAULT
StartedThu, 26 Jul 2018 15:12:21 UTC
CompletedThu, 26 Jul 2018 15:15:11 UTC
Taskbuild (configmanagement7-common-el7, python-ecdsa-0.11-4.el7.src.rpm)
Tags
configmanagement7-common-candidate
RPMs
src
python-ecdsa-0.11-4.el7.src.rpm (info) (download)
noarch
python-ecdsa-0.11-4.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat May 10 2014 Orion Poplawski <orion@cora.nwra.com> - 0.11-2 - Rebuild for Python 3.4 * Sat May 10 2014 Orion Poplawski <orion@cora.nwra.com> - 0.11-1 - Update to 0.11 * Mon Feb 24 2014 Orion Poplawski <orion@cora.nwra.com> - 0.10-3 - Add python3 package * Mon Feb 24 2014 Orion Poplawski <orion@cora.nwra.com> - 0.10-2 - Use system python-six - Remove extraneous #!s * Fri Feb 21 2014 Orion Poplawski <orion@cora.nwra.com> - 0.10-1 - Initial package