1
0

Accepting request 731183 from home:jayvdb:py3only

sorry; changelog entry wasnt included as I submitted old rev

OBS-URL: https://build.opensuse.org/request/show/731183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-XlsxWriter?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-09-16 08:29:23 +00:00
committed by Git OBS Bridge
parent 47dc331593
commit 11a6c16f1a
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 14 06:44:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Use %pytest, as setup.py test invokes python which does not exist
if only python3 flavour is built.
-------------------------------------------------------------------
Mon Jul 22 16:16:15 UTC 2019 - Todd R <toddrme2178@gmail.com>
+2 -1
View File
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
Url: https://xlsxwriter.readthedocs.org/
Source: https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_%{version}.tar.gz#/XlsxWriter-RELEASE_%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
@@ -72,7 +73,7 @@ supports features such as formatting and many more.
%python_uninstall_alternative vba_extract
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc Changes README.rst