## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-pyinotify Version: 0.9.6 Release: %autorelease Summary: Linux filesystem events monitoring License: MIT URL: http://github.com/seb-m/pyinotify Source: %{pypi_source pyinotify} # patch adds /usr/bin/pyinotify, this should really go upstream Patch: pyinotify-0.9.6-epoint.patch # Upstream pull request https://github.com/seb-m/pyinotify/pull/205 # Upstream issue https://github.com/seb-m/pyinotify/issues/204 Patch: pyinotify-python-3.12-fix.patch BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Monitoring filesystems events with inotify on Linux.} %description %_description %package -n python3-pyinotify Summary: %{summary} Requires: python3dist(pyasyncore) # python-inotify will retire shortly # https://bugzilla.redhat.com/show_bug.cgi?id=2465416 # last version was python-inotify-0.9.6-43.fc45 Provides: python3-inotify = %{version}-%{release} Obsoletes: python3-inotify < 0.9.6-44 %description -n python3-pyinotify %_description %prep %autosetup -p1 -n pyinotify-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L pyinotify %check %pyproject_check_import %files -n python3-pyinotify -f %{pyproject_files} %{_bindir}/pyinotify %license COPYING %doc README.md %changelog ## START: Generated by rpmautospec * Fri May 08 2026 Steve Traylen - 0.9.6-4 - Remove dependecy on pyasyncore - Add pyinotify command * Fri May 08 2026 Adam Williamson - 0.9.6-3 - Move the runtime pyasyncore dependency to the right place * Mon May 04 2026 Steve Traylen - 0.9.6-2 - Obsolete retired python-inotify package - Resolves: rhbz#2465416 * Tue Apr 14 2026 Benson Muite - 0.9.6-1 - Initial import bz#2449981 ## END: Generated by rpmautospec