From 707ffed3b6e413f9c92920e76f8fab60c8125df4b81eb426b2cdc2cc57061839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 10 Apr 2025 13:41:09 +0000 Subject: [PATCH] Accepting request 1267629 from home:glaubitz:branches:devel:languages:python - Update to 0.9 * Updates to setup.cfg file OBS-URL: https://build.opensuse.org/request/show/1267629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docx2txt?expand=0&rev=3 --- docx2txt-0.8.tar.gz | 3 --- docx2txt-0.9.tar.gz | 3 +++ python-docx2txt.changes | 6 ++++++ python-docx2txt.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 docx2txt-0.8.tar.gz create mode 100644 docx2txt-0.9.tar.gz diff --git a/docx2txt-0.8.tar.gz b/docx2txt-0.8.tar.gz deleted file mode 100644 index 8cd9fcc..0000000 --- a/docx2txt-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c06d98d7cfe2d3947e5760a57d924e3ff07745b379c8737723922e7009236e5 -size 2814 diff --git a/docx2txt-0.9.tar.gz b/docx2txt-0.9.tar.gz new file mode 100644 index 0000000..b2c171a --- /dev/null +++ b/docx2txt-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18013f6229b14909028b19aa7bf4f8f3d6e4632d7b089ab29f7f0a4d1f660e28 +size 3613 diff --git a/python-docx2txt.changes b/python-docx2txt.changes index eed20bd..a007dd0 100644 --- a/python-docx2txt.changes +++ b/python-docx2txt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 7 10:49:07 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.9 + * Updates to setup.cfg file + ------------------------------------------------------------------- Thu Aug 15 20:56:05 UTC 2024 - Meera Belur diff --git a/python-docx2txt.spec b/python-docx2txt.spec index 65655b5..777f988 100644 --- a/python-docx2txt.spec +++ b/python-docx2txt.spec @@ -1,7 +1,7 @@ # # spec file for package python-docx2txt # -# 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 @@ -15,20 +15,21 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-docx2txt -Version: 0.8 +Version: 0.9 Release: 0 Summary: A pure python-based utility to extract text and images from docx files License: MIT Group: Development/Languages/Python URL: https://github.com/ankushshah89/python-docx2txt Source: https://files.pythonhosted.org/packages/source/d/docx2txt/docx2txt-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages