From 398b23dd25ce01fed6125d501cf25f572d05a61cd031aeff457e17cd2e562795 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 26 Apr 2021 10:11:33 +0000 Subject: [PATCH] Accepting request 888260 from home:bnavigator:branches:devel:languages:python - Skip python36 build: no pandas - Update URL OBS-URL: https://build.opensuse.org/request/show/888260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=18 --- python-tablib.changes | 6 ++++++ python-tablib.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-tablib.changes b/python-tablib.changes index 9da489f..dfe9ac4 100644 --- a/python-tablib.changes +++ b/python-tablib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 23 21:58:39 UTC 2021 - Ben Greiner + +- Skip python36 build: no pandas +- Update URL + ------------------------------------------------------------------- Tue Jan 12 11:24:13 UTC 2021 - John Vandenberg diff --git a/python-tablib.spec b/python-tablib.spec index d8520ae..beeb358 100644 --- a/python-tablib.spec +++ b/python-tablib.spec @@ -22,20 +22,20 @@ %define _python_bytecompile_errors_terminate_build 0 %endif %define skip_python2 1 +%define skip_python36 1 Name: python-tablib Version: 3.0.0 Release: 0 Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) License: MIT Group: Development/Languages/Python -URL: http://python-tablib.org +URL: https://github.com/jazzband/tablib Source: https://files.pythonhosted.org/packages/source/t/tablib/tablib-%{version}.tar.gz BuildRequires: %{python_module MarkupPy} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module odfpy} BuildRequires: %{python_module openpyxl >= 2.6.0} BuildRequires: %{python_module pandas} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -71,6 +71,7 @@ Output formats supported: %setup -q -n tablib-%{version} # Remove shebang lines from non-executable scripts: find src -name "*.py" | xargs sed -i '1 { /^#!/ d }' +sed -i '/addopts/ d' pytest.ini %build %python_build