From de553ff073d83dcd3ee50ec156373dc47cdef771e8767ae8337908550a3f263b Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sat, 19 Jan 2019 14:12:10 +0000 Subject: [PATCH] Accepting request 667167 from home:alois:branches:devel:languages:python - Replaced tarball with current one - Removed tests (units no longer supplied) OBS-URL: https://build.opensuse.org/request/show/667167 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=2 --- pick-0.6.4.tar.gz | 4 ++-- python-pick.changes | 6 ++++++ python-pick.spec | 16 ++-------------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/pick-0.6.4.tar.gz b/pick-0.6.4.tar.gz index 9bffb02..874285e 100644 --- a/pick-0.6.4.tar.gz +++ b/pick-0.6.4.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfbe977083ec3e7e34fbb817fd31857027ce87f8a4f0a9de1908958aae278dcf -size 58251 +oid sha256:7e14aca88c256160a37d98ce987b74545eccb5ab97710aa1f5bb215f650e4c43 +size 5262 diff --git a/python-pick.changes b/python-pick.changes index 7cf136e..f922f8a 100644 --- a/python-pick.changes +++ b/python-pick.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 19 14:05:14 UTC 2019 - Luigi Baldoni + +- Replaced tarball with current one +- Removed tests (units no longer supplied) + ------------------------------------------------------------------- Sun Dec 16 19:29:40 UTC 2018 - munix9@googlemail.com diff --git a/python-pick.spec b/python-pick.spec index b15e63b..a96eb5f 100644 --- a/python-pick.spec +++ b/python-pick.spec @@ -1,7 +1,7 @@ # # spec file for package python-pick # -# 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,10 +16,7 @@ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Name: python-pick Version: 0.6.4 Release: 0 @@ -32,10 +29,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if %{with tests} -BuildRequires: %{python_module curses} -BuildRequires: %{python_module pytest} -%endif %python_subpackages %description @@ -52,14 +45,9 @@ based interactive selection list in the terminal. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%if %{with tests} -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} -%endif - %files %{python_files} %license LICENSE -%doc README.md example/ +%doc README.md %{python_sitelib}/* %changelog