From 7f90099e51d4e628c30c0c19bc67bbb3b02056dcb1216c38aa4924db5bf4b283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 11:56:12 +0000 Subject: [PATCH] Accepting request 718197 from home:pgajdos - version update to 0.10.0 * no upstream change log found - turn on testsuite OBS-URL: https://build.opensuse.org/request/show/718197 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cytoolz?expand=0&rev=3 --- cytoolz-0.10.0.tar.gz | 3 +++ cytoolz-0.9.0.1.tar.gz | 3 --- python-cytoolz.changes | 7 +++++++ python-cytoolz.spec | 18 ++++++++++++------ 4 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 cytoolz-0.10.0.tar.gz delete mode 100644 cytoolz-0.9.0.1.tar.gz diff --git a/cytoolz-0.10.0.tar.gz b/cytoolz-0.10.0.tar.gz new file mode 100644 index 0000000..c20c6c2 --- /dev/null +++ b/cytoolz-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9f6a07c2bac70d6c597df360d0666d11d2adc90141d54c5c2db08b380a4fac +size 475069 diff --git a/cytoolz-0.9.0.1.tar.gz b/cytoolz-0.9.0.1.tar.gz deleted file mode 100644 index b05c4c5..0000000 --- a/cytoolz-0.9.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84cc06fa40aa310f2df79dd440fc5f84c3e20f01f9f7783fc9c38d0a11ba00e5 -size 443434 diff --git a/python-cytoolz.changes b/python-cytoolz.changes index 60d940c..de5545c 100644 --- a/python-cytoolz.changes +++ b/python-cytoolz.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 24 11:32:07 UTC 2019 - pgajdos@suse.com + +- version update to 0.10.0 + * no upstream change log found +- turn on testsuite + ------------------------------------------------------------------- Thu May 3 06:22:28 UTC 2018 - toddrme2178@gmail.com diff --git a/python-cytoolz.spec b/python-cytoolz.spec index a0eed54..23a46c1 100644 --- a/python-cytoolz.spec +++ b/python-cytoolz.spec @@ -1,7 +1,7 @@ # # spec file for package python-cytoolz # -# Copyright (c) 2018 SUSE LINUX Products 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 @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cytoolz -Version: 0.9.0.1 +Version: 0.10.0 Release: 0 Summary: High performance python functional utilities in Cython License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/pytoolz/cytoolz Source: https://files.pythonhosted.org/packages/source/c/cytoolz/cytoolz-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} +BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz} -Requires: python-toolz +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-toolz %python_subpackages %description @@ -49,6 +50,11 @@ export CFLAGS="%{optflags}" %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} +%check +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} + $python setup.py nosetests --with-coverage -vvv +} + %files %{python_files} %defattr(-,root,root,-) %doc README.rst