Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-watchdog for openSUSE:Factory checked in at 2023-01-02 15:02:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-watchdog (Old) and /work/SRC/openSUSE:Factory/.python-watchdog.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-watchdog" Mon Jan 2 15:02:28 2023 rev:17 rq:1046133 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-watchdog/python-watchdog.changes 2022-12-15 19:26:17.520427313 +0100 +++ /work/SRC/openSUSE:Factory/.python-watchdog.new.1563/python-watchdog.changes 2023-01-02 15:02:35.169491826 +0100 @@ -1,0 +2,9 @@ +Mon Jan 2 10:15:11 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to v2.2.1: + * [ci] Set the expected Python version when building release files + * [ci] Update actions versions in use + * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on + non-Unix OSes (#935) + +------------------------------------------------------------------- Old: ---- watchdog-2.2.0.tar.gz New: ---- watchdog-2.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-watchdog.spec ++++++ --- /var/tmp/diff_new_pack.WQQdZE/_old 2023-01-02 15:02:35.637494456 +0100 +++ /var/tmp/diff_new_pack.WQQdZE/_new 2023-01-02 15:02:35.641494478 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-watchdog # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-watchdog -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Filesystem events monitoring License: Apache-2.0 ++++++ watchdog-2.2.0.tar.gz -> watchdog-2.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/MANIFEST.in new/watchdog-2.2.1/MANIFEST.in --- old/watchdog-2.2.0/MANIFEST.in 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/MANIFEST.in 2023-01-01 10:42:08.000000000 +0100 @@ -4,6 +4,8 @@ include COPYING include AUTHORS recursive-include src *.py *.h *.c +include src/watchdog/py.typed +include tox.ini include docs/*.txt include docs/*.xml include docs/Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/PKG-INFO new/watchdog-2.2.1/PKG-INFO --- old/watchdog-2.2.0/PKG-INFO 2022-12-05 12:17:32.416262100 +0100 +++ new/watchdog-2.2.1/PKG-INFO 2023-01-01 10:42:09.513636800 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: watchdog -Version: 2.2.0 +Version: 2.2.1 Summary: Filesystem events monitoring Home-page: https://github.com/gorakhargosh/watchdog Author: Yesudeep Mangalapilly @@ -58,10 +58,6 @@ Works on 3.6+. -If you want to use Python 2.6, you should stick with watchdog < 0.10.0. - -If you want to use Python 2.7, 3.4 or 3.5, you should stick with watchdog < 1.0.0. - Example API Usage ----------------- @@ -358,6 +354,17 @@ Changelog --------- +2.2.1 +~~~~~ + +2023-01-01 ⢠`full history <https://github.com/gorakhargosh/watchdog/compare/v2.2.0...v2.2.1>`__ + +- Enable ``mypy`` to discover type hints as specified in PEP 561 (`#933 <https://github.com/gorakhargosh/watchdog/pull/933>`__) +- [ci] Set the expected Python version when building release files +- [ci] Update actions versions in use +- [watchmedo] [regression] Fix usage of missing ``signal.SIGHUP`` attribute on non-Unix OSes (`#935 <https://github.com/gorakhargosh/watchdog/pull/935>`__) +- Thanks to our beloved contributors: @BoboTiG, @simon04, @piotrpdev + 2.2.0 ~~~~~ @@ -370,7 +377,7 @@ - [tests] The error message returned by musl libc for error code ``-1`` is now allowed (`#923 <https://github.com/gorakhargosh/watchdog/pull/923>`__) - [utils] Remove unnecessary code in ``dirsnapshot.py`` (`#930 <https://github.com/gorakhargosh/watchdog/pull/930>`__) - [watchmedo] Handle shutdown events from ``SIGHUP`` (`#912 <https://github.com/gorakhargosh/watchdog/pull/912>`__) -- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42 +- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG 2.1.9 ~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/README.rst new/watchdog-2.2.1/README.rst --- old/watchdog-2.2.0/README.rst 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/README.rst 2023-01-01 10:42:08.000000000 +0100 @@ -8,10 +8,6 @@ Works on 3.6+. -If you want to use Python 2.6, you should stick with watchdog < 0.10.0. - -If you want to use Python 2.7, 3.4 or 3.5, you should stick with watchdog < 1.0.0. - Example API Usage ----------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/changelog.rst new/watchdog-2.2.1/changelog.rst --- old/watchdog-2.2.0/changelog.rst 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/changelog.rst 2023-01-01 10:42:08.000000000 +0100 @@ -3,6 +3,17 @@ Changelog --------- +2.2.1 +~~~~~ + +2023-01-01 ⢠`full history <https://github.com/gorakhargosh/watchdog/compare/v2.2.0...v2.2.1>`__ + +- Enable ``mypy`` to discover type hints as specified in PEP 561 (`#933 <https://github.com/gorakhargosh/watchdog/pull/933>`__) +- [ci] Set the expected Python version when building release files +- [ci] Update actions versions in use +- [watchmedo] [regression] Fix usage of missing ``signal.SIGHUP`` attribute on non-Unix OSes (`#935 <https://github.com/gorakhargosh/watchdog/pull/935>`__) +- Thanks to our beloved contributors: @BoboTiG, @simon04, @piotrpdev + 2.2.0 ~~~~~ @@ -15,7 +26,7 @@ - [tests] The error message returned by musl libc for error code ``-1`` is now allowed (`#923 <https://github.com/gorakhargosh/watchdog/pull/923>`__) - [utils] Remove unnecessary code in ``dirsnapshot.py`` (`#930 <https://github.com/gorakhargosh/watchdog/pull/930>`__) - [watchmedo] Handle shutdown events from ``SIGHUP`` (`#912 <https://github.com/gorakhargosh/watchdog/pull/912>`__) -- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42 +- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG 2.1.9 ~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/docs/source/conf.py new/watchdog-2.2.1/docs/source/conf.py --- old/watchdog-2.2.0/docs/source/conf.py 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/docs/source/conf.py 2023-01-01 10:42:08.000000000 +0100 @@ -25,7 +25,7 @@ PROJECT_NAME = 'watchdog' AUTHOR_NAME = 'Yesudeep Mangalapilly and contributors' -COPYRIGHT = '2010-2022, ' + AUTHOR_NAME +COPYRIGHT = '2010-2023, ' + AUTHOR_NAME # -- General configuration ----------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/docs/source/global.rst.inc new/watchdog-2.2.1/docs/source/global.rst.inc --- old/watchdog-2.2.0/docs/source/global.rst.inc 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/docs/source/global.rst.inc 2023-01-01 10:42:08.000000000 +0100 @@ -2,9 +2,9 @@ .. |author_name| replace:: Yesudeep Mangalapilly .. |author_email| replace:: yesud...@gmail.com -.. |copyright| replace:: Copyright 2012 Google, Inc & contributors. +.. |copyright| replace:: Copyright 2012-2023 Google, Inc & contributors. .. |project_name| replace:: ``watchdog`` -.. |project_version| replace:: 2.2.0 +.. |project_version| replace:: 2.2.1 .. _issue tracker: https://github.com/gorakhargosh/watchdog/issues .. _code repository: https://github.com/gorakhargosh/watchdog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/src/watchdog/version.py new/watchdog-2.2.1/src/watchdog/version.py --- old/watchdog-2.2.0/src/watchdog/version.py 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/src/watchdog/version.py 2023-01-01 10:42:08.000000000 +0100 @@ -20,7 +20,7 @@ # ``docs/source/global.rst.inc`` file as well. VERSION_MAJOR = 2 VERSION_MINOR = 2 -VERSION_BUILD = 0 +VERSION_BUILD = 1 VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD) VERSION_STRING = "%d.%d.%d" % VERSION_INFO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/src/watchdog/watchmedo.py new/watchdog-2.2.1/src/watchdog/watchmedo.py --- old/watchdog-2.2.0/src/watchdog/watchmedo.py 2022-12-05 12:17:28.000000000 +0100 +++ new/watchdog-2.2.1/src/watchdog/watchmedo.py 2023-01-01 10:42:08.000000000 +0100 @@ -610,7 +610,10 @@ # Handle termination signals by raising a semantic exception which will # allow us to gracefully unwind and stop the observer - termination_signals = {signal.SIGTERM, signal.SIGINT, signal.SIGHUP} + termination_signals = {signal.SIGTERM, signal.SIGINT} + + if hasattr(signal, "SIGHUP"): + termination_signals.add(signal.SIGHUP) def handler_termination_signal(_signum, _frame): # Neuter all signals so that we don't attempt a double shutdown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/src/watchdog.egg-info/PKG-INFO new/watchdog-2.2.1/src/watchdog.egg-info/PKG-INFO --- old/watchdog-2.2.0/src/watchdog.egg-info/PKG-INFO 2022-12-05 12:17:32.000000000 +0100 +++ new/watchdog-2.2.1/src/watchdog.egg-info/PKG-INFO 2023-01-01 10:42:09.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: watchdog -Version: 2.2.0 +Version: 2.2.1 Summary: Filesystem events monitoring Home-page: https://github.com/gorakhargosh/watchdog Author: Yesudeep Mangalapilly @@ -58,10 +58,6 @@ Works on 3.6+. -If you want to use Python 2.6, you should stick with watchdog < 0.10.0. - -If you want to use Python 2.7, 3.4 or 3.5, you should stick with watchdog < 1.0.0. - Example API Usage ----------------- @@ -358,6 +354,17 @@ Changelog --------- +2.2.1 +~~~~~ + +2023-01-01 ⢠`full history <https://github.com/gorakhargosh/watchdog/compare/v2.2.0...v2.2.1>`__ + +- Enable ``mypy`` to discover type hints as specified in PEP 561 (`#933 <https://github.com/gorakhargosh/watchdog/pull/933>`__) +- [ci] Set the expected Python version when building release files +- [ci] Update actions versions in use +- [watchmedo] [regression] Fix usage of missing ``signal.SIGHUP`` attribute on non-Unix OSes (`#935 <https://github.com/gorakhargosh/watchdog/pull/935>`__) +- Thanks to our beloved contributors: @BoboTiG, @simon04, @piotrpdev + 2.2.0 ~~~~~ @@ -370,7 +377,7 @@ - [tests] The error message returned by musl libc for error code ``-1`` is now allowed (`#923 <https://github.com/gorakhargosh/watchdog/pull/923>`__) - [utils] Remove unnecessary code in ``dirsnapshot.py`` (`#930 <https://github.com/gorakhargosh/watchdog/pull/930>`__) - [watchmedo] Handle shutdown events from ``SIGHUP`` (`#912 <https://github.com/gorakhargosh/watchdog/pull/912>`__) -- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42 +- Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG 2.1.9 ~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/src/watchdog.egg-info/SOURCES.txt new/watchdog-2.2.1/src/watchdog.egg-info/SOURCES.txt --- old/watchdog-2.2.0/src/watchdog.egg-info/SOURCES.txt 2022-12-05 12:17:32.000000000 +0100 +++ new/watchdog-2.2.1/src/watchdog.egg-info/SOURCES.txt 2023-01-01 10:42:09.000000000 +0100 @@ -6,6 +6,7 @@ changelog.rst setup.cfg setup.py +tox.ini docs/Makefile docs/eclipse_cdt_style.xml docs/make.bat @@ -24,6 +25,7 @@ src/watchdog_fsevents.c src/watchdog/__init__.py src/watchdog/events.py +src/watchdog/py.typed src/watchdog/version.py src/watchdog/watchmedo.py src/watchdog.egg-info/PKG-INFO diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/watchdog-2.2.0/tox.ini new/watchdog-2.2.1/tox.ini --- old/watchdog-2.2.0/tox.ini 1970-01-01 01:00:00.000000000 +0100 +++ new/watchdog-2.2.1/tox.ini 2023-01-01 10:42:08.000000000 +0100 @@ -0,0 +1,24 @@ +[tox] +envlist = py{311,310,39,38,37,36,py3}, docs +skip_missing_interpreters = True + +[testenv] +usedevelop = true +deps = + -r requirements-tests.txt +commands = + python -bb -m pytest {posargs} + +[testenv:flake8] +usedevelop = true +deps = + -r requirements-tests.txt +commands = + python -m flake8 docs tools src tests setup.py + +[testenv:docs] +usedevelop = true +deps = + -r requirements-tests.txt +commands = + sphinx-build -aEWb html docs/source docs/build/html