diff --git a/python-pytools.changes b/python-pytools.changes index deecb9d..5a7e570 100644 --- a/python-pytools.changes +++ b/python-pytools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 20 09:59:31 UTC 2020 - pgajdos@suse.com + +- version update to 2020.1 + + No upstream changelog available + ------------------------------------------------------------------- Tue May 14 18:44:58 UTC 2019 - John Jolly diff --git a/python-pytools.spec b/python-pytools.spec index f59ed49..ae996b4 100644 --- a/python-pytools.spec +++ b/python-pytools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytools -Version: 2019.1.1 +Version: 2020.1 Release: 0 Summary: A collection of tools for Python License: MIT Group: Development/Languages/Python URL: https://pypi.python.org/pypi/pytools Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz -BuildRequires: %{python_module appdirs} >= 1.4.0 +BuildRequires: %{python_module appdirs >= 1.4.0} BuildRequires: %{python_module base} -BuildRequires: %{python_module decorator} >= 3.2.0 -BuildRequires: %{python_module numpy} >= 1.6.0 +BuildRequires: %{python_module decorator >= 3.2.0} +BuildRequires: %{python_module numpy >= 1.6.0} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} >= 1.8.0 +BuildRequires: %{python_module six >= 1.8.0} BuildRequires: fdupes +BuildRequires: python-appdirs >= 1.4.0 +BuildRequires: python-decorator >= 3.2.0 +BuildRequires: python-numpy >= 1.6.0 BuildRequires: python-rpm-macros +BuildRequires: python-six >= 1.8.0 BuildArch: noarch %python_subpackages @@ -57,13 +62,13 @@ nonetheless, here's what's on offer: %install %python_install -%python_expand %fdupes %{buildroot}%{python_sitelib} +%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 +%pytest %files %{python_files} %license LICENSE diff --git a/pytools-2019.1.1.tar.gz b/pytools-2019.1.1.tar.gz deleted file mode 100644 index 875f4de..0000000 --- a/pytools-2019.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce2d702ae4ef10a70197b00b93141461140d00578f2a862fa946ca1446a300db -size 58352 diff --git a/pytools-2020.1.tar.gz b/pytools-2020.1.tar.gz new file mode 100644 index 0000000..aaa2168 --- /dev/null +++ b/pytools-2020.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c132d17855584ad61c6e00f3ff11146499755944afc400cce9eae0ecf03d04a6 +size 60662