Accepting request 1268405 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1268405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-docx2txt?expand=0&rev=2
This commit is contained in:
2025-04-10 20:00:00 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c06d98d7cfe2d3947e5760a57d924e3ff07745b379c8737723922e7009236e5
size 2814

3
docx2txt-0.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18013f6229b14909028b19aa7bf4f8f3d6e4632d7b089ab29f7f0a4d1f660e28
size 3613

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 7 10:49:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.9
* Updates to setup.cfg file
-------------------------------------------------------------------
Thu Aug 15 20:56:05 UTC 2024 - Meera Belur <mbelur@suse.com>

View File

@@ -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