14
0
forked from pool/python-pefile

- update to 2023.2.7:

* 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
This commit is contained in:
2023-03-26 19:56:27 +00:00
committed by Git OBS Bridge
parent 9a5359ce0a
commit 78df1b437e
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 26 19:55:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.2.7:
* 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
-------------------------------------------------------------------
Mon Jun 6 22:43:35 UTC 2022 - Greg Freemyer <Greg.Freemyer@gmail.com>