Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump olefile from 0.46 to 0.47 #1835

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps olefile from 0.46 to 0.47.

Changelog

Sourced from olefile's changelog.

Detailed CHANGELOG

olefile.py

  • 2023-11-30 v0.47.dev6:
    • fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    • fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    • removed method get_document_variables, to be integrated in oletools (Word specific feature)
    • use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @​hugovk)
  • 2020-10-07 v0.47.dev4:
    • added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @​mak)
    • olefile is now distributed as a wheel package (PR #130 by @​hugovk)
    • olefile will not close a file handle if it was provided by the caller (PR #121 by Christian Herdtweck, issue #120)
  • 2019-05-08 v0.47.dev3:
    • added methods get_userdefined_properties and get_document_variables (PR #114 by Malwrologist @​DissectMalware)
  • 2019-04-28 v0.47.dev2:
  • 2019-04-20 v0.47.dev1:
  • 2018-09-09 v0.46 PL:
    • official v0.46 release
  • 2018-09-05 v0.46dev2 PL:
    • fixed issue #96, disabled the VT dictionary which was not used anymore
  • 2018-08-23 v0.46dev1 PL:
  • 2018-01-15 v0.45dev5 PL:
    • fixed issue #79, added missing constants to __all__
  • 2018-01-07 v0.45dev4 PL:
  • 2017-11-20 v0.45dev3 PL:
    • fixed issue #81, raise an exception when attempting to open a stream after the file was closed.
  • 2017-11-05 v0.45dev2 PL:
    • fixed issue #31, set all attributes in OleFileIO.__init__, use force_FAT=True in loaddirectory
    • fixed issue #56, tests folder now included in the distribution package
    • fixed issues #70 and #73, an incorrect byte order is now ignored

(TODO: reverse order to have latest changes on top, use MD formatting)

History from PIL 1.1.6:
1997-01-20 fl   Created
1997-01-22 fl   Fixed 64-bit portability quirk
2003-09-09 fl   Fixed typo in OleFileIO.loadfat (noted by Daniel Haertle)
2004-02-29 fl   Changed long hex constants to signed integers
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [olefile](https://github.com/decalage2/olefile) from 0.46 to 0.47.
- [Release notes](https://github.com/decalage2/olefile/releases)
- [Changelog](https://github.com/decalage2/olefile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/decalage2/olefile/commits)

---
updated-dependencies:
- dependency-name: olefile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
@ndittren ndittren merged commit df6a312 into master Dec 4, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/olefile-0.47 branch December 4, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant