From 2ece0e859d9282453d64615f5b7a0c966ef6509b Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 29 Dec 2024 22:56:34 +0300 Subject: [PATCH] import python-watchdog-3.0.0-5.el10 --- .gitignore | 1 + .python-watchdog.metadata | 1 + SPECS/python-watchdog.spec | 203 +++++++++++++++++++++++++++++++++++++ 3 files changed, 205 insertions(+) create mode 100644 .gitignore create mode 100644 .python-watchdog.metadata create mode 100644 SPECS/python-watchdog.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bb09d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/python-watchdog-3.0.0.tar.gz diff --git a/.python-watchdog.metadata b/.python-watchdog.metadata new file mode 100644 index 0000000..426f735 --- /dev/null +++ b/.python-watchdog.metadata @@ -0,0 +1 @@ +a209676badcfca32b8774955b95162d08fa2a052 SOURCES/python-watchdog-3.0.0.tar.gz diff --git a/SPECS/python-watchdog.spec b/SPECS/python-watchdog.spec new file mode 100644 index 0000000..3199fba --- /dev/null +++ b/SPECS/python-watchdog.spec @@ -0,0 +1,203 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 5; + 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 + +%global srcname watchdog + +%global common_description %{expand: \ +Python API and shell utilities to monitor file system events. + +Works on 3.7+.} + +Name: python-%{srcname} +Version: 3.0.0 +Release: %autorelease +Summary: File system events monitoring + +License: Apache-2.0 +URL: https://github.com/gorakhargosh/watchdog +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildArch: noarch + +%description %{common_description} + +%package -n python3-%{srcname} +Summary: %{summary} + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov +BuildRequires: python3-pytest-rerunfailures +BuildRequires: python3-pytest-timeout +BuildRequires: python3-PyYAML + +%description -n python3-%{srcname} %{common_description} + + +%prep +%autosetup -p1 -n %{srcname}-%{version} +# Remove all shebangs +find src -name "*.py" | xargs sed -i -e '/^#!\//, 1d' +# Remove +x of the README file +chmod -x README.rst + +%generate_buildrequires +%pyproject_buildrequires + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files %{srcname} + + +%check +# test_unmount_watched_directory_filesystem,test_unmount_watched_directory_filesystem requires sudo and cannot work here. +%pytest -v -k 'not test_unmount_watched_directory_filesystem' -k 'not test_unmount_watched_directory_filesystem' + + +%files -n python3-%{srcname} -f %{pyproject_files} +%doc README.rst +%license LICENSE +%{_bindir}/watchmedo* + + +%changelog +* Sun Dec 29 2024 Arkady L. Shane - 3.0.0-5 +- Rebuilt for MSVSphere 10 + +* Tue Aug 08 2023 Jonathan Steffan - 3.0.0-1 +- Update to 3.0.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 2.1.9-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 2.1.9-4 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 2.1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 2.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 29 2022 Julien Enselme - 2.1.9-1 +- Update to 2.1.9 + +* Mon Jun 13 2022 Python Maint - 2.1.6-3 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 2.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Oct 04 2021 Charalampos Stratakis - 2.1.6-1 +- Update to 2.1.6 +- Remove redundant python-argh dependency + +* Tue Jul 27 2021 Fedora Release Engineering - 2.1.3-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.10.2-5 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.10.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.10.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.10.2-2 +- Rebuilt for Python 3.9 + +* Tue Feb 18 2020 Pierre-Yves Chibon - 0.10.2-1 +- Update to the upstream release 0.10.2 +- Use the pypi_source macro for Source0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.8.3-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.8.3-14 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 0.8.3-13 +- Rebuilt for Python 3.8 + +* Wed Jul 24 2019 Miro Hrončok - 0.8.3-12 +- Remove python2-watchdog + +* Sat Feb 02 2019 Fedora Release Engineering - 0.8.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.8.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jun 18 2018 Miro Hrončok - 0.8.3-9 +- Rebuilt for Python 3.7 + +* Mon Mar 26 2018 Iryna Shcherbina - 0.8.3-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 0.8.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.8.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.8.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.8.3-4 +- Rebuild for Python 3.6 + +* Mon Aug 15 2016 Julien Enselme - 0.8.3-3 +- Add python-pytest-timeout to BR to launch tests + +* Thu Aug 12 2016 Julien Enselme - 0.8.3-2 +- Add python2-pathtools to BR (was two times in Requires) + +* Thu Aug 11 2016 Julien Enselme - 0.8.3-1 +- Update to 0.8.3 +- Correct requires +- Update to follow new Python packaging guidelines +- Always build with Python 3 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.8.2-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.8.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Nov 22 2014 Pierre-Yves Chibon - 0.8.2-1 +- Update to 0.8.2 + +* Fri Apr 25 2014 Pierre-Yves Chibon - 0.7.1-4 +- Adjust the license tag to ASL2.0 and BSD and MIT + +* Fri Apr 18 2014 Pierre-Yves Chibon - 0.7.1-3 +- Adjust the check for Fedora/RHEL release number for the py3 package + +* Fri Apr 18 2014 Pierre-Yves Chibon - 0.7.1-2 +- Remove all shebang of the python files + +* Fri Apr 18 2014 Pierre-Yves Chibon - 0.7.1-1 +- initial package for Fedora