diff --git a/extract_msg-0.52.0.tar.gz b/extract_msg-0.52.0.tar.gz deleted file mode 100644 index edb1953..0000000 --- a/extract_msg-0.52.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07f40b434f1a643f7d92bf99b250780fd7f5091a121abf9dad524e19c0ae740f -size 6985669 diff --git a/extract_msg-0.53.1.tar.gz b/extract_msg-0.53.1.tar.gz new file mode 100644 index 0000000..5a58ffc --- /dev/null +++ b/extract_msg-0.53.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50d44ee6874b94fd65cb4c7d5fbe184cd24136e4eb7f30d49a4e9b778636b11 +size 6986260 diff --git a/python-extract-msg.changes b/python-extract-msg.changes index 289c30a..8f8eb4a 100644 --- a/python-extract-msg.changes +++ b/python-extract-msg.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 24 11:25:21 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 0.53.1 + * Expanded allowable range for `red-black-tree-mod`. + * Fix issue with `MessageBase.asEmailMessage()` that prevented embedded + MSG files from being attached. + * Expand allowable versions of `BeautifulSoup4`. +- from version 0.53.0 + * Added tests for many functions in `extract_msg.utils`. + * Fix an issue in `extract_msg.utils.msgPathToString()` that prevented + backslashes from being replaced with forward slashes. + * Change the behavior of `extract_msg.utils.minutesToDurationStr()` + to properly use plurals. + * Fixed issue in `extract_msg.utils.unwrapMsg()` that would prevent it + from working on signed messages due to an API change. + * Added new exception `MimetypeFailureError`. + * Modified the logic of `MessageBase.asEmailMessage()` to use + `AttachmentBase/SignedAttachment.name` instead of `getFilename()` + which only exists on AttachmentBase. + * Modified the logic of `MessageBase.htmlBodyPrepared()` to properly + put the mimetype in image tags to ensure rendering. Logic was also + modified to use `encode` instead of `prettify` to reduce computation + and output size. + ------------------------------------------------------------------- Wed Oct 23 17:11:20 UTC 2024 - Matej Cepl diff --git a/python-extract-msg.spec b/python-extract-msg.spec index 7f043f8..0f7ec14 100644 --- a/python-extract-msg.spec +++ b/python-extract-msg.spec @@ -1,7 +1,7 @@ # # spec file for package python-extract-msg # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-extract-msg -Version: 0.52.0 +Version: 0.53.1 Release: 0 Summary: Extracts emails and attachments saved in Microsoft Outlook's msg files License: GPL-3.0-only