15
0
forked from pool/python-pefile

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:
Greg Freemyer
2022-06-06 23:01:38 +00:00
committed by Git OBS Bridge
parent dcdc40a535
commit 30d46aff8c
4 changed files with 22 additions and 6 deletions

View File

@@ -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