Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-RTFDE for openSUSE:Factory checked in at 2026-04-10 21:28:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-RTFDE (Old) and /work/SRC/openSUSE:Factory/.python-RTFDE.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-RTFDE" Fri Apr 10 21:28:49 2026 rev:5 rq:1345941 version:0.1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-RTFDE/python-RTFDE.changes 2025-04-20 20:06:58.650611698 +0200 +++ /work/SRC/openSUSE:Factory/.python-RTFDE.new.21863/python-RTFDE.changes 2026-04-10 21:28:59.350940628 +0200 @@ -1,0 +2,12 @@ +Fri Apr 10 18:40:07 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.1.2.2: + * A bug-fix minor release. + * Fix invalid Unicode escape sequences in byte strings + * A very minor 'between-patches' release adding support for + python versions 3.9+. + * Improved logging for HTMLRTF stripping. + * Added transform_based_on_content_type. + * Correctly handle hex arrays in text extraction. + +------------------------------------------------------------------- Old: ---- RTFDE-0.1.1.tar.gz New: ---- rtfde-0.1.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-RTFDE.spec ++++++ --- /var/tmp/diff_new_pack.AgTA7p/_old 2026-04-10 21:28:59.802959366 +0200 +++ /var/tmp/diff_new_pack.AgTA7p/_new 2026-04-10 21:28:59.802959366 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-RTFDE # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024 LISA GmbH, Bingen, Germany # # All modifications and additions to the file contributed by third parties @@ -19,25 +19,25 @@ %{?sle15_python_module_pythons} Name: python-RTFDE -Version: 0.1.1 +Version: 0.1.2.2 Release: 0 Summary: A library for extracting HTML content from RTF encapsulated HTML License: LGPL-3.0-or-later URL: https://github.com/seamustuohy/RTFDE -Source: https://files.pythonhosted.org/packages/source/R/RTFDE/RTFDE-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/R/RTFDE/rtfde-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module lark >= 1.1.8} +BuildRequires: %{python_module lark >= 1.3.0} BuildRequires: %{python_module oletools >= 0.56} # /SECTION BuildRequires: fdupes -Requires: python-lark >= 1.1.8 +Requires: python-lark >= 1.3.0 Requires: python-oletools >= 0.56 -Suggests: python-lxml >= 4.6 -Suggests: python-mypy >= 1.1.1 +Suggests: python-lxml >= 6.0 +Suggests: python-mypy >= 1.1 Suggests: python-pdoc3 >= 0.10.0 Suggests: python-coverage >= 7.2.2 Suggests: python-extract_msg >= 0.27 @@ -48,7 +48,7 @@ A library for extracting HTML content from RTF encapsulated HTML as commonly found in the exchange MSG email format. %prep -%autosetup -p1 -n RTFDE-%{version} +%autosetup -p1 -n rtfde-%{version} %build %pyproject_wheel
