Changelog for
python311-pefile-2023.2.7-30.24.noarch.rpm :
* Wed Jan 03 2024 Dirk Müller
- require setuptools
* Sat Oct 07 2023 Matej Cepl - Clean up the SPEC file
* Sat Jun 10 2023 ecsos - Add %{?sle15_python_module_pythons}
* Sun Mar 26 2023 Dirk Müller - 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 06 2022 Greg Freemyer - update to version 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 2019 pgajdosAATTsuse.com- version update to 2019.4.18
* speed up parsing of files with many ordinals or exports
* other merged PRs and issues fixed since the last release
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Nov 16 2018 Todd R - 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 2017 toddrme2178AATTgmail.com- Implement single-spec version- Update to version 2017.9.3
* No changelog- Drop unneeded force_version.patch
* Thu May 14 2015 Greg.FreemyerAATTgmail.com- upgrade to v1.2.10-139
* Merged path from ThreatGrid\'s Wesley Brown. Thanks! Summary: changed memory mapping usage, revamped to use bytearrays rather than list, complete rewrite of the checksum generation algorithm to be much more memory efficient, less susceptible to PE bomb attacks
* Corrected some doctrings
* Added WIndow 8 support
* Added more subsystem types
* Added Mandiant\'s ordlookup to resolve the names for some symbols
* Better handling of the Rich Header- updated license to BSD-3-Clause- moved UserDB.txt to /usr/share/python-pefile
* This is a PE file signature database.
* It is available to callers of python-pefile, but the caller must explicitely point the USERDB variable at it.- Add force-version.patch because upstream depends on SCR checkout mechanism