forked from pool/python-tabledata
- Udpate to version 1.1.4
* Add support for Python 3.10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tabledata?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 3 15:11:06 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Udpate to version 1.1.4
|
||||||
|
* Add support for Python 3.10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 8 02:44:24 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Mon Mar 8 02:44:24 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-tabledata
|
Name: python-tabledata
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library to represent tabular data
|
Summary: Python library to represent tabular data
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,19 +27,19 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/thombashi/tabledata
|
URL: https://github.com/thombashi/tabledata
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/tabledata/tabledata-%{version}.tar.gz
|
||||||
## SECTION test requirements
|
## SECTION test requirements
|
||||||
BuildRequires: %{python_module DataProperty >= 0.44.0}
|
BuildRequires: %{python_module DataProperty >= 0.50.1}
|
||||||
BuildRequires: %{python_module loguru >= 0.4.1}
|
BuildRequires: %{python_module loguru >= 0.4.1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 38.3.0}
|
BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||||
BuildRequires: %{python_module six >= 1.10.0}
|
BuildRequires: %{python_module six >= 1.10.0}
|
||||||
BuildRequires: %{python_module typepy >= 0.6.4}
|
BuildRequires: %{python_module typepy >= 1.1.4}
|
||||||
## /SECTION
|
## /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-DataProperty >= 0.44.0
|
Requires: python-DataProperty >= 0.50.1
|
||||||
Requires: python-setuptools >= 38.3.0
|
Requires: python-setuptools >= 38.3.0
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
Requires: python-typepy >= 0.6.4
|
Requires: python-typepy >= 1.1.4
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa4c2db55cbb198ca5e21063ae743f418d3efbba94cd4844d2f759f994df76a2
|
|
||||||
size 15040
|
|
3
tabledata-1.1.4.tar.gz
Normal file
3
tabledata-1.1.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76984fd93d9cb05258a03941ecd9d95d549379b35294b3dfc21c844ed06a67b2
|
||||||
|
size 15817
|
Reference in New Issue
Block a user