14
0
forked from pool/python-pefile

Accepting request 649804 from home:TheBlackCat:branches:devel:languages:python

- Update to version 2018.8.8
  * Fixed tests
  * Fixed bug accessing warnings attribute from the PE object
  * Fix is_driver()'s behavior under Python 3.
  * Fix a bug attempting to handle an invalid string 
  * Modified version information to handle multiple version
    information that may exist within a single file.
  * Prevent division by zero when pe.trim() returns no data

OBS-URL: https://build.opensuse.org/request/show/649804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pefile?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2018-11-21 08:04:37 +00:00
committed by Git OBS Bridge
parent 2fb1f01413
commit be0cb38134
4 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 16 19:07:57 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 2018.8.8
* Fixed tests
* Fixed bug accessing warnings attribute from the PE object
* Fix is_driver()'s behavior under Python 3.
* Fix a bug attempting to handle an invalid string
* Modified version information to handle multiple version
information that may exist within a single file.
* Prevent division by zero when pe.trim() returns no data
-------------------------------------------------------------------
Thu Oct 19 00:59:49 UTC 2017 - toddrme2178@gmail.com