Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
4d86bb8860 | |||
a1514a0acb |
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 22:00:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.10.0:
|
||||||
|
* Support Python 3.13 for now
|
||||||
|
* Note that jpype doesn't support 3.13 yet.
|
||||||
|
* Support Python 3.13; Drop 3.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 19:53:03 UTC 2024 - Aline Werner <aline.werner@suse.com>
|
Tue Sep 17 19:53:03 UTC 2024 - Aline Werner <aline.werner@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-tabula-py
|
# spec file for package python-tabula-py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,24 +18,24 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-tabula-py
|
Name: python-tabula-py
|
||||||
Version: 2.9.3
|
Version: 2.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple wrapper for tabula-java, read tables from PDF into DataFrame
|
Summary: Simple wrapper for tabula-java, read tables from PDF into DataFrame
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/chezou/tabula-py
|
URL: https://github.com/chezou/tabula-py
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tabula-py/tabula_py-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tabula-py/tabula_py-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: %{python_module setuptools >= 45}
|
BuildRequires: %{python_module setuptools >= 45}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module distro}
|
BuildRequires: %{python_module distro}
|
||||||
|
BuildRequires: %{python_module JPype1}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pandas >= 0.25.3}
|
BuildRequires: %{python_module pandas >= 0.25.3}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module JPype1}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-distro
|
Requires: python-distro
|
||||||
@@ -59,7 +59,6 @@ a CSV, a TSV or a JSON file.
|
|||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest -k 'not (remote or test_read_pdf_with_silent_true)'
|
%pytest -k 'not (remote or test_read_pdf_with_silent_true)'
|
||||||
|
|
||||||
@@ -69,5 +68,4 @@ a CSV, a TSV or a JSON file.
|
|||||||
%{python_sitelib}/tabula
|
%{python_sitelib}/tabula
|
||||||
%{python_sitelib}/tabula_py-%{version}*-info
|
%{python_sitelib}/tabula_py-%{version}*-info
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
tabula_py-2.10.0.tar.gz
Normal file
3
tabula_py-2.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75968a83fe978e5d56ccf23f0f0255a459c256b7b52db7cabe5ac795bb3b12df
|
||||||
|
size 12459408
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e1a458d97f4e4422d82e9ed07c7180711efa623b158d2b7b53303e864e74834
|
|
||||||
size 12459728
|
|
Reference in New Issue
Block a user