From f3244c21a08d9d9a6f614006635516a4d87b248ce5c331795df3aa11b4ae5d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 13 Jan 2021 08:50:19 +0000 Subject: [PATCH] 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 --- python-watchdog.changes | 29 +++++++++++++++++++++++++++++ python-watchdog.spec | 13 ++++++++----- watchdog-0.10.3.tar.gz | 3 --- watchdog-1.0.2.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 8 deletions(-) delete mode 100644 watchdog-0.10.3.tar.gz create mode 100644 watchdog-1.0.2.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index 806c4ee..a9b24db 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Jan 13 05:45:12 UTC 2021 - John Vandenberg + +- 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 diff --git a/python-watchdog.spec b/python-watchdog.spec index 982a891..769e4c4 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-watchdog -Version: 0.10.3 +Version: 1.0.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 -BuildRequires: %{python_module pathtools >= 0.1.1} -BuildRequires: %{python_module pytest-timeout} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -37,6 +35,11 @@ Requires: python-pathtools >= 0.1.1 Requires(post): update-alternatives Requires(postun): update-alternatives 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 %description diff --git a/watchdog-0.10.3.tar.gz b/watchdog-0.10.3.tar.gz deleted file mode 100644 index 2cbe6e6..0000000 --- a/watchdog-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04 -size 94086 diff --git a/watchdog-1.0.2.tar.gz b/watchdog-1.0.2.tar.gz new file mode 100644 index 0000000..49bc062 --- /dev/null +++ b/watchdog-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376cbc2a35c0392b0fe7ff16fbc1b303fd99d4dd9911ab5581ee9d69adc88982 +size 98483