forked from pool/python-pefile
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:
committed by
Git OBS Bridge
parent
a4cdb9c64f
commit
dcdc40a535
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user