14
0

- Sort the deps with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyHamcrest?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2018-10-11 08:13:31 +00:00
committed by Git OBS Bridge
parent e5d08d8387
commit 684a2a6f36
2 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 11 08:13:20 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Sort the deps with spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 6 09:27:07 UTC 2018 - ecsos@opensuse.org Sat Oct 6 09:27:07 UTC 2018 - ecsos@opensuse.org

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyHamcrest # spec file for package python-PyHamcrest
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,36 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyHamcrest Name: python-PyHamcrest
Version: 1.9.0 Version: 1.9.0
Release: 0 Release: 0
License: BSD-3-Clause
Summary: Hamcrest framework for matcher objects Summary: Hamcrest framework for matcher objects
Url: https://github.com/hamcrest/PyHamcrest License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/hamcrest/PyHamcrest
# PyPi is missing tests # PyPi is missing tests
#Source: https://files.pythonhosted.org/packages/source/P/PyHamcrest/PyHamcrest-%%{version}.tar.gz #Source: https://files.pythonhosted.org/packages/source/P/PyHamcrest/PyHamcrest-%%{version}.tar.gz
Source: https://github.com/hamcrest/PyHamcrest/archive/V%{version}.tar.gz Source: https://github.com/hamcrest/PyHamcrest/archive/V%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module hypothesis >= 1.11} BuildRequires: %{python_module hypothesis >= 1.11}
BuildRequires: python-rpm-macros BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six >= 1.4 Requires: python-six >= 1.4
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Hamcrest framework for matcher objects. Hamcrest framework for matcher objects.
PyHamcrest is a framework for writing matcher objects, PyHamcrest is a framework for writing matcher objects,
allowing you to declaratively define “match” rules. allowing you to declaratively define “match” rules.
%prep %prep
%setup -q -n PyHamcrest-%{version} %setup -q -n PyHamcrest-%{version}