Accepting request 981052 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to versions 2022.5.30 * Merged pull request #344 from elicn/faster-reloc: Speed up relocation process * Merged pull request #175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory * Turn data into a bytearray to avoid copying data around (from elicn) * Merged pull request #343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average) * Merged pull request #340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements * Removed legacy Python 2 code * Miscellaneous other fixes. - add %define skip_python2 1 OBS-URL: https://build.opensuse.org/request/show/981052 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=14
This commit is contained in:
parent
dcdc40a535
commit
30d46aff8c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645
|
|
||||||
size 62374
|
|
3
pefile-2022.5.30.tar.gz
Normal file
3
pefile-2022.5.30.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5488a3dd1fd021ce33f969780b88fe0f7eebb76eb20996d7318f307612a045b
|
||||||
|
size 72889
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 6 22:43:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to versions 2022.5.30
|
||||||
|
* Merged pull request #344 from elicn/faster-reloc: Speed up relocation process
|
||||||
|
* Merged pull request #175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
|
||||||
|
* Turn data into a bytearray to avoid copying data around (from elicn)
|
||||||
|
* Merged pull request #343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
|
||||||
|
* Merged pull request #340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
|
||||||
|
* Removed legacy Python 2 code
|
||||||
|
* Miscellaneous other fixes.
|
||||||
|
|
||||||
|
- add %define skip_python2 1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 11:33:25 UTC 2019 - pgajdos@suse.com
|
Wed Apr 24 11:33:25 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pefile
|
# spec file for package python-pefile
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
|
|
||||||
Name: python-pefile
|
Name: python-pefile
|
||||||
Version: 2019.4.18
|
Version: 2022.5.30
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A python module to work with PE (pertable executable) files
|
Summary: A python module to work with PE (pertable executable) files
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/erocarrera/pefile
|
URL: https://github.com/erocarrera/pefile
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pefile/pefile-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pefile/pefile-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user