* Fix a bug attempting to handle an invalid string
* Merged path from ThreatGrid's Wesley Brown. Thanks!
revamped to use bytearrays rather than list,
- moved UserDB.txt to /usr/share/python-pefile
* This is a PE file signature database.
* It is available to callers of python-pefile,
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=24
* accept dot in valid charset for name
* Remove future from dependencies
* Add machine types
* Incorporate PEP 238 and PEP 3120
* Generate GUID fields of CV_INFO_PDB70 readable by Python
* Dynamic relocations support
* Add Export Hash Method
* Loosen export symbol validation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=17
- 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