diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2017-12-27 21:45:18 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:11:23 -0600 |
commit | dd9ffcac766aab1d3807b7daf79e575b719f7caa (patch) | |
tree | a5c8f6481110c022492f74f05b65d40013dfc6cd /python/pefile | |
parent | dc85f0e95c0f47f96db74e24a8168fe1add974f9 (diff) | |
download | slackbuilds-dd9ffcac766aab1d3807b7daf79e575b719f7caa.tar.gz |
python/pefile: Updated for version 2017.11.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pefile')
-rw-r--r-- | python/pefile/README | 12 | ||||
-rw-r--r-- | python/pefile/pefile.SlackBuild | 4 | ||||
-rw-r--r-- | python/pefile/pefile.info | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/python/pefile/README b/python/pefile/README index 7f60fd40df..3f9ec219ec 100644 --- a/python/pefile/README +++ b/python/pefile/README @@ -1,10 +1,10 @@ pefile is a Python Portable Executable (PE) reader module. -pefile 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. +pefile 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 @@ -13,6 +13,6 @@ Some of the tasks that pefile makes possible are: Retrieving data Warnings for suspicious and malformed values Packer detection with PEiD's signatures - PEiD signature generation + PEiD signature generation python-future is a run time dependency. diff --git a/python/pefile/pefile.SlackBuild b/python/pefile/pefile.SlackBuild index 0f098be909..71b552007c 100644 --- a/python/pefile/pefile.SlackBuild +++ b/python/pefile/pefile.SlackBuild @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# New submission August 2016, Barry J. Grundy. +# Updated for 2017.11.5, December 2017, Barry J. Grundy. PRGNAM=pefile -VERSION=${VERSION:-2016.3.28} +VERSION=${VERSION:-2017.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pefile/pefile.info b/python/pefile/pefile.info index cef70c330b..e04b383a2e 100644 --- a/python/pefile/pefile.info +++ b/python/pefile/pefile.info @@ -1,8 +1,8 @@ PRGNAM="pefile" -VERSION="2016.3.28" +VERSION="2017.11.5" HOMEPAGE="https://pypi.python.org/pypi/pefile/" -DOWNLOAD="https://pypi.python.org/packages/92/c0/8589ce9734ffdba258bd3e5acd4afb2e3586c121fe73402f686288b684b0/pefile-2016.3.28.tar.gz" -MD5SUM="2f3259fa2b5cf48a3fdc5422a58f854f" +DOWNLOAD="https://pypi.python.org/packages/7e/9b/f99171190f04cd23768547dd34533b4016bd582842f53cd9fe9585a74c74/pefile-2017.11.5.tar.gz" +MD5SUM="99453cda7a34d93d71cda60280eb062a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-future" |