Hello community,

here is the log from the commit of package python-watchdog for openSUSE:Factory 
checked in at 2020-03-10 13:26:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old)
 and      /work/SRC/openSUSE:Factory/.python-watchdog.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-watchdog"

Tue Mar 10 13:26:02 2020 rev:6 rq:783317 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes  
2019-11-09 23:26:05.488014122 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-watchdog.new.26092/python-watchdog.changes   
    2020-03-10 13:26:03.186388769 +0100
@@ -1,0 +2,14 @@
+Tue Mar 10 10:24:35 UTC 2020 - [email protected]
+
+- version update to 0.10.2
+  - Fixed the ``build_ext`` command on macOS Catalina (`#628 
<https://github.com/gorakhargosh/watchdog/pull/628>`__)
+  - Fixed the installation of macOS requirements on non-macOS OSes (`#635 
<https://github.com/gorakhargosh/watchdog/pull/635>`__)
+  - Refactored ``dispatch()`` method of ``FileSystemEventHandler``,
+    ``PatternMatchingEventHandler`` and ``RegexMatchingEventHandler``
+  - [bsd] Improved tests support on non Windows/Linux platforms (`#633 
<https://github.com/gorakhargosh/watchdog/pull/633>`__, `#639 
<https://github.com/gorakhargosh/watchdog/pull/639>`__)
+  - [bsd] Added FreeBSD CI support (`#532 
<https://github.com/gorakhargosh/watchdog/pull/532>`__)
+  - [bsd] Restored full support (`#638 
<https://github.com/gorakhargosh/watchdog/pull/638>`__, `#641 
<https://github.com/gorakhargosh/watchdog/pull/641>`__)
+- deleted patches
+  - add-missing-conftest.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  add-missing-conftest.patch
  watchdog-0.9.0.tar.gz

New:
----
  watchdog-0.10.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-watchdog.spec ++++++
--- /var/tmp/diff_new_pack.c1UOtw/_old  2020-03-10 13:26:04.766389538 +0100
+++ /var/tmp/diff_new_pack.c1UOtw/_new  2020-03-10 13:26:04.766389538 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-watchdog
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-watchdog
-Version:        0.9.0
+Version:        0.10.2
 Release:        0
 Summary:        Filesystem events monitoring
 License:        Apache-2.0
 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 pathtools >= 0.1.1}
 BuildRequires:  %{python_module pytest-timeout >= 0.3}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -34,7 +33,7 @@
 BuildRequires:  python3-Sphinx
 Requires:       python-PyYAML
 Requires:       python-argh
-Requires:       python-pathtools
+Requires:       python-pathtools >= 0.1.1
 BuildArch:      noarch
 %python_subpackages
 
@@ -49,7 +48,6 @@
 
 %prep
 %setup -q -n watchdog-%{version}
-%patch0 -p1
 chmod -x README.rst
 # Remove all shebangs
 find src -name "*.py" | xargs sed -i -e '/^#!\//, 1d'
@@ -63,6 +61,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+sed -i '/--cov/d' setup.cfg
+export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++++++ watchdog-0.9.0.tar.gz -> watchdog-0.10.2.tar.gz ++++++
++++ 7909 lines of diff (skipped)


Reply via email to