From 6b8fa6eeb73d36b99248099e25041fb2b3a58d7645eadc20357b6f7e6e8cc85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 10:52:09 +0000 Subject: [PATCH] Accepting request 707127 from home:pgajdos - version update to 0.3.10 * no upstream changelog - use %pytest macro OBS-URL: https://build.opensuse.org/request/show/707127 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=8 --- partd-0.3.10.tar.gz | 3 +++ partd-0.3.8.tar.gz | 3 --- python-partd.changes | 7 +++++++ python-partd.spec | 18 +++++------------- 4 files changed, 15 insertions(+), 16 deletions(-) create mode 100644 partd-0.3.10.tar.gz delete mode 100644 partd-0.3.8.tar.gz diff --git a/partd-0.3.10.tar.gz b/partd-0.3.10.tar.gz new file mode 100644 index 0000000..c3cb5a8 --- /dev/null +++ b/partd-0.3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33722a228ebcd1fa6f44b1631bdd4cff056376f89eb826d7d880b35b637bcfba +size 19076 diff --git a/partd-0.3.8.tar.gz b/partd-0.3.8.tar.gz deleted file mode 100644 index f29b650..0000000 --- a/partd-0.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67291f1c4827cde3e0148b3be5d69af64b6d6169feb9ba88f0a6cfe77089400f -size 19171 diff --git a/python-partd.changes b/python-partd.changes index 111cf86..8e233a8 100644 --- a/python-partd.changes +++ b/python-partd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 10:24:48 UTC 2019 - pgajdos@suse.com + +- version update to 0.3.10 + * no upstream changelog +- use %pytest macro + ------------------------------------------------------------------- Tue Dec 4 12:51:13 UTC 2018 - Matej Cepl diff --git a/python-partd.spec b/python-partd.spec index 418b981..7085cce 100644 --- a/python-partd.spec +++ b/python-partd.spec @@ -1,7 +1,7 @@ # # spec file for package python-partd # -# 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 @@ -16,11 +16,9 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-partd -Version: 0.3.8 +Version: 0.3.10 Release: 0 Summary: Appendable key-value storage License: BSD-3-Clause @@ -32,9 +30,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with tests} +# SECTION test requirements BuildRequires: %{python_module pytest} -%endif +# /SECTION Requires: python-locket Requires: python-toolz Recommends: python-blosc @@ -65,14 +63,8 @@ Partd excels at shuffling operations. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check -pushd partd/tests -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -py.test-%{$python_bin_suffix} -} -popd -%endif +%pytest %files %{python_files} %defattr(-,root,root,-)