Sat, 11 May 2024 12:32:12 UTC | login

Information for build python-pefile-2017.11.5-5.fc30

ID75907
Package Namepython-pefile
Version2017.11.5
Release5.fc30
Epoch
SummaryPython module for working with Portable Executable files
Descriptionpefile is a multi-platform Python module to read and work with Portable Executable (aka PE) files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data. pefile requires some basic understanding of the layout of a PE file. Armed with it it's possible to explore nearly every single feature of the file. Some of the tasks that pefile makes possible are: * Modifying and writing back to the PE image * Header Inspection * Sections analysis * Retrieving data * Warnings for suspicious and malformed values * Packer detection with PEiD’s signatures * PEiD signature generation
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 03:43:27 UTC
CompletedSat, 01 Dec 2018 03:43:27 UTC
Tags
f30
f31
RPMs
src
python-pefile-2017.11.5-5.fc30.src.rpm (info) (download)
noarch
python3-pefile-2017.11.5-5.fc30.noarch.rpm (info) (download)
Changelog * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2017.11.5-5 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.11.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2017.11.5-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.11.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Nov 08 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 2017.11.5-1 - Update to 2017.11.5 (rhbz #1509751) * Sat Aug 05 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 2017.8.1-1 - Update to 2017.8.1 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.5.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 25 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 2017.5.26-2 - Fix requirement (rhbz #1474447) * Sat May 27 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 2017.5.26-1 - Update to 2017.5.26 - Remove upstreamed patch * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.3.28-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2016.3.28-2 - Rebuild for Python 3.6 * Tue Nov 01 2016 Athmane Madjoudj <athmane@fedoraproject.org> - 2016.3.28-1 - Update to 2016.3.28 - Revamp the specfile - Add patch to fix the build