Accepting request 862769 from home:jayvdb:branches:devel:languages:python
- Run spec-cleaner - Update to v1.0.2 OBS-URL: https://build.opensuse.org/request/show/862769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=24
This commit is contained in:
parent
86c992a267
commit
f3244c21a0
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 05:45:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Run spec-cleaner
|
||||||
|
- Update to v1.0.2
|
||||||
|
* [mac] Fix missing `event_id` attribute in `fsevents`
|
||||||
|
* [mac] Add compatibility with old macOS versions
|
||||||
|
- from v1.0.1
|
||||||
|
* Fix version with good metadatas.
|
||||||
|
- from v1.0.0
|
||||||
|
* Versioning is now following https://semver.org/
|
||||||
|
* Drop support for Python 2.7, 3.4 and 3.5
|
||||||
|
* [mac] Regression fixes for native ``fsevents``
|
||||||
|
* [windows] winapi.BUFFER_SIZE now defaults to 64000 instead of 2048
|
||||||
|
* [windows] Introduced winapi.PATH_BUFFER_SIZE defaults to 2048
|
||||||
|
* Use ``pathlib`` from the standard library, instead of pathtools
|
||||||
|
* Allow file paths on Unix that don't follow the file system encoding
|
||||||
|
* Removed long-time deprecated events.LoggingFileSystemEventHandler,
|
||||||
|
use LoggingEventHandler instead
|
||||||
|
- from v0.10.4
|
||||||
|
* Add ``logger`` parameter for the ``LoggingEventHandler``
|
||||||
|
* Replace mutable default arguments with ``if None`` implementation
|
||||||
|
* Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS
|
||||||
|
and Windows
|
||||||
|
* [mac] Performance improvements for the fsevents module
|
||||||
|
* [mac] Prevent compilation of watchdog_fsevents.c on
|
||||||
|
non-macOS machines
|
||||||
|
* [watchmedo] Handle SIGTERM and SIGINT more reliably
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Wed Jul 22 10:26:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-watchdog
|
# spec file for package python-watchdog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 0.10.3
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/gorakhargosh/watchdog
|
URL: https://github.com/gorakhargosh/watchdog
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pathtools >= 0.1.1}
|
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -37,6 +35,11 @@ Requires: python-pathtools >= 0.1.1
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pathtools >= 0.1.1}
|
||||||
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
# /SECTION test
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04
|
|
||||||
size 94086
|
|
3
watchdog-1.0.2.tar.gz
Normal file
3
watchdog-1.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:376cbc2a35c0392b0fe7ff16fbc1b303fd99d4dd9911ab5581ee9d69adc88982
|
||||||
|
size 98483
|
Loading…
Reference in New Issue
Block a user