15
0
forked from pool/python-hupper

Accepting request 659430 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hupper?expand=0&rev=2
This commit is contained in:
2018-12-24 10:38:15 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Jul 14 17:41:31 UTC 2017 - aloisio@gmx.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hupper-doc
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -32,8 +32,8 @@ BuildRequires: python3-Sphinx
BuildRequires: python3-pylons-sphinx-themes
# /SECTION
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module watchdog}
# /SECTION
BuildRequires: python-rpm-macros

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Jul 14 17:41:31 UTC 2017 - aloisio@gmx.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hupper
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -23,15 +23,14 @@ Release: 0
Summary: An in-process file monitor
License: MIT
Group: Development/Languages/Python
Url: https://pylonsproject.org/
URL: https://pylonsproject.org/
Source0: https://files.pythonhosted.org/packages/source/h/hupper/hupper-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-watchdog
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
@@ -60,8 +59,8 @@ rm -rf src/hupper.egg-info
%python_uninstall_alternative hupper
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.rst CONTRIBUTING.rst LICENSE.txt README.rst
%license LICENSE.txt
%doc CHANGES.rst CONTRIBUTING.rst README.rst
%python_alternative %{_bindir}/hupper
%{python_sitelib}/*