forked from pool/python-hupper
Accepting request 701313 from home:pgajdos
- version update to 1.6.1 * lot of changes, see CHANGES.rst - remove -doc OBS-URL: https://build.opensuse.org/request/show/701313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hupper?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
8407981b6a
commit
eb68b0461d
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-hupper
|
||||
#
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-hupper
|
||||
Version: 1.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: An in-process file monitor
|
||||
License: MIT
|
||||
@@ -28,6 +28,11 @@ Source0: https://files.pythonhosted.org/packages/source/h/hupper/hupper-%
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module watchdog}
|
||||
# /SECTION
|
||||
Requires: python-watchdog
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
@@ -58,6 +63,9 @@ rm -rf src/hupper.egg-info
|
||||
%postun
|
||||
%python_uninstall_alternative hupper
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.rst CONTRIBUTING.rst README.rst
|
||||
|
||||
Reference in New Issue
Block a user