Hello community,
here is the log from the commit of package python-watchdog for openSUSE:Factory
checked in at 2019-11-09 23:26:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old)
and /work/SRC/openSUSE:Factory/.python-watchdog.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-watchdog"
Sat Nov 9 23:26:04 2019 rev:5 rq:746007 version:0.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes
2018-11-20 22:43:26.314260537 +0100
+++
/work/SRC/openSUSE:Factory/.python-watchdog.new.2990/python-watchdog.changes
2019-11-09 23:26:05.488014122 +0100
@@ -1,0 +2,5 @@
+Wed Nov 6 13:42:24 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Do not pull in Brownie as it is not needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-watchdog.spec ++++++
--- /var/tmp/diff_new_pack.zYkQdr/_old 2019-11-09 23:26:06.068014963 +0100
+++ /var/tmp/diff_new_pack.zYkQdr/_new 2019-11-09 23:26:06.076014975 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-watchdog
#
-# 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
@@ -22,12 +22,10 @@
Release: 0
Summary: Filesystem events monitoring
License: Apache-2.0
-Group: Development/Languages/Python
-URL: http://github.com/gorakhargosh/watchdog
+URL: https://github.com/gorakhargosh/watchdog
Source:
https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
Patch0: add-missing-conftest.patch
BuildRequires: %{python_module pathtools}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-timeout >= 0.3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -38,9 +36,6 @@
Requires: python-argh
Requires: python-pathtools
BuildArch: noarch
-%ifpython2
-Requires: python-Brownie
-%endif
%python_subpackages
%description
@@ -48,7 +43,6 @@
%package doc
Summary: Documentation and examples for %{name}
-Group: Documentation/HTML
%description doc
This package contains documentation and examples for %{name}.
@@ -69,7 +63,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_version}
+%pytest
%files %{python_files}
%license COPYING LICENSE