diff --git a/hupper-1.0.tar.gz b/hupper-1.0.tar.gz deleted file mode 100644 index 3a46939..0000000 --- a/hupper-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb9584fc387c962824627bb243d7d92c276df608a771b17c8b727a7de34920a -size 30734 diff --git a/hupper-1.6.1.tar.gz b/hupper-1.6.1.tar.gz new file mode 100644 index 0000000..8f1c755 --- /dev/null +++ b/hupper-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8febd68cec7fbed174fcbb0b42c427f96c8a7471c1cd4999fc698dd8dc6c34 +size 39773 diff --git a/pre_checkin.sh b/pre_checkin.sh deleted file mode 100644 index a2a3860..0000000 --- a/pre_checkin.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cp python-hupper.changes python-hupper-doc.changes - diff --git a/python-hupper-doc.changes b/python-hupper-doc.changes deleted file mode 100644 index 0e836b2..0000000 --- a/python-hupper-doc.changes +++ /dev/null @@ -1,9 +0,0 @@ -------------------------------------------------------------------- -Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl - -- Remove superfluous devel dependency for noarch package - -------------------------------------------------------------------- -Fri Jul 14 17:41:31 UTC 2017 - aloisio@gmx.com - -- Initial package (1.0) diff --git a/python-hupper-doc.spec b/python-hupper-doc.spec deleted file mode 100644 index b3dcd22..0000000 --- a/python-hupper-doc.spec +++ /dev/null @@ -1,63 +0,0 @@ -# -# spec file for package python-hupper-doc -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-hupper-doc -Version: 1.0 -Release: 0 -Summary: Documentation for python-hupper -License: MIT -Group: Documentation/HTML -Url: https://pylonsproject.org/ -Source0: https://files.pythonhosted.org/packages/source/h/hupper/hupper-%{version}.tar.gz -BuildRequires: %{python_module hupper = %{version}} -BuildRequires: %{python_module setuptools} -# SECTION documentation requirements -BuildRequires: python3-Sphinx -BuildRequires: python3-pylons-sphinx-themes -# /SECTION -# SECTION test requirements -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module watchdog} -# /SECTION -BuildRequires: python-rpm-macros -Provides: %{python_module hupper-doc = %{version}} -BuildArch: noarch - -%description -This package contains documentation files for python-hupper. - -%prep -%setup -q -n hupper-%{version} - -%build -%{_python_use_flavor python3} -%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo - -%install -# nothing to do - -%check -%python_exec %{_bindir}/py.test - -%files -%defattr(-,root,root,-) -%doc build/sphinx/html - -%changelog diff --git a/python-hupper.changes b/python-hupper.changes index 0e836b2..0385d68 100644 --- a/python-hupper.changes +++ b/python-hupper.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 7 12:14:04 UTC 2019 - pgajdos@suse.com + +- version update to 1.6.1 + * lot of changes, see CHANGES.rst +- remove -doc + ------------------------------------------------------------------- Tue Dec 4 13:07:06 UTC 2018 - Matej Cepl diff --git a/python-hupper.spec b/python-hupper.spec index f9aaac4..475b615 100644 --- a/python-hupper.spec +++ b/python-hupper.spec @@ -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