- Update to 3.2.0
* Look up the location of the crontab command instead of assuming - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=22
This commit is contained in:
80
python-python-crontab.spec
Normal file
80
python-python-crontab.spec
Normal file
@@ -0,0 +1,80 @@
|
||||
#
|
||||
# spec file for package python-python-crontab
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-crontab
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Python Crontab API
|
||||
License: LGPL-3.0-only
|
||||
Group: Development/Languages/Python
|
||||
URL: https://gitlab.com/doctormo/python-crontab/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python_crontab/python_crontab-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-python-dateutil
|
||||
Recommends: cronie
|
||||
Recommends: python-cron-descriptor
|
||||
Recommends: python-croniter
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module cron-descriptor}
|
||||
BuildRequires: %{python_module croniter}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module testsuite if %python-base >= 3}
|
||||
BuildRequires: cronie
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Crontab module for reading and writing crontab files and
|
||||
accessing the system cron automatically using an API.
|
||||
|
||||
%prep
|
||||
%setup -q -n python_crontab-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%{python_expand mkdir -p build/bin
|
||||
ln -s %{_bindir}/$python build/bin/python
|
||||
}
|
||||
export PATH=$PWD/build/bin:$PATH
|
||||
# test_07_non_posix_shell - only for Windows
|
||||
# test_20_frequency_at_year - broken test which fails in leap years
|
||||
%pytest -k "not test_07_non_posix_shell and not test_20_frequency_at_year"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license COPYING AUTHORS
|
||||
%{python_sitelib}/cronlog.py
|
||||
%{python_sitelib}/crontab.py
|
||||
%{python_sitelib}/crontabs.py
|
||||
%{python_sitelib}/python_crontab-%{version}.dist-info
|
||||
%pycache_only %{python_sitelib}/__pycache__
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user