Sun, 26 May 2024 16:56:51 UTC | login

Information for build intelhex-2.3.0-1.fc33

ID187265
Package Nameintelhex
Version2.3.0
Release1.fc33
Epoch
SummaryUtilities for manipulating Intel HEX file format
DescriptionThe Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic devices. This work implements an intelhex Python library and a number of utilities to read, write, create from scratch and manipulate data from Intel HEX file format. The distribution package also includes several convenience Python scripts, including "classic" hex2bin and bin2hex converters and more, those based on the library itself. Check the docs to know more.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 12:16:29 UTC
CompletedFri, 27 Nov 2020 12:16:29 UTC
Tags
f33
f37
f38
RPMs
src
intelhex-2.3.0-1.fc33.src.rpm (info) (download)
noarch
intelhex-2.3.0-1.fc33.noarch.rpm (info) (download)
intelhex-docs-2.3.0-1.fc33.noarch.rpm (info) (download)
python3-intelhex-2.3.0-1.fc33.noarch.rpm (info) (download)
Changelog * Mon Nov 09 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.0-1 - Update to 2.3.0 * Mon Sep 28 2020 Than Ngo <than@redhat.com> - 2.2.1-7 - fixed FTBFS, python 3.2: tostring() is renamed to tobytes() * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 10 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 2.2.1-4 - Review updates, URL update * Sat Jul 27 2019 Peter Robinson <pbrobinson@fedoraproject.org> 2.2.1-3 - Split python bindings and utilities