14
0

Accepting request 702955 from home:jjolly:branches:devel:languages:python

- Update to version 2019.1.1
  + No upstream changelog available

OBS-URL: https://build.opensuse.org/request/show/702955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2019-05-14 19:34:02 +00:00
committed by Git OBS Bridge
parent cbe233d13f
commit 1014e3483d
4 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytools
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytools
Version: 2018.5.2
Version: 2019.1.1
Release: 0
Summary: A collection of tools for Python
License: MIT
@@ -57,9 +57,12 @@ nonetheless, here's what's on offer:
%install
%python_install
%fdupes %{buildroot}
%python_expand %fdupes %{buildroot}%{python_sitelib}
%check
# The tests are successful when run only with python2.
# When run with python3, the tests require mpi4py and all the
# necessary libraries and configuration that comes with MPI.
python2 setup.py test
%files %{python_files}