Accepting request 697458 from home:pgajdos

- version update to 2019.4.18
  * speed up parsing of files with many ordinals or exports
  * other merged PRs and issues fixed since the last release

OBS-URL: https://build.opensuse.org/request/show/697458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2019-04-25 07:36:31 +00:00 committed by Git OBS Bridge
parent a4cdb9c64f
commit dcdc40a535
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c5b7e2de0c8cb6c504592167acf83115cbbde01fe4a507c16a1422850e86cd6
size 62505

3
pefile-2019.4.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645
size 62374

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 24 11:33:25 UTC 2019 - pgajdos@suse.com
- version update to 2019.4.18
* speed up parsing of files with many ordinals or exports
* other merged PRs and issues fixed since the last release
-------------------------------------------------------------------
Tue Dec 4 12:51:24 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pefile
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pefile
Version: 2018.8.8
Version: 2019.4.18
Release: 0
Summary: A python module to work with PE (pertable executable) files
License: BSD-3-Clause
@ -61,7 +61,9 @@ sed -i -e '/^#!\//, 1d' pefile.py
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Tests not in sdist
# Tests not in sdist and have good reason to at time of writing:
# https://github.com/erocarrera/pefile/issues/82#issuecomment-192018385
# https://github.com/erocarrera/pefile/issues/171
# %%check
# %%python_exec setup.py test