forked from pool/python-python-crontab
- Format with spec-cleaner
- Initial spec for v1.7.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
2bea0913a4
commit
3afde76d2b
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 08:39:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Format with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 16 12:39:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Mon Sep 16 12:39:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
@@ -7,4 +12,4 @@ Mon Sep 16 12:39:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 23 10:05:00 UTC 2015 - Sergey Ivanov <isn77@list.ru>
|
Mon Aug 23 10:05:00 UTC 2015 - Sergey Ivanov <isn77@list.ru>
|
||||||
|
|
||||||
- Initial spec for v1.7.2
|
- Initial spec for v1.7.2
|
||||||
|
@@ -12,36 +12,36 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-crontab
|
Name: python-python-crontab
|
||||||
Version: 2.3.8
|
Version: 2.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPL-3.0
|
|
||||||
Summary: Python Crontab API
|
Summary: Python Crontab API
|
||||||
Url: https://gitlab.com/doctormo/python-crontab/
|
License: LGPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
URL: https://gitlab.com/doctormo/python-crontab/
|
||||||
Source: https://gitlab.com/doctormo/python-crontab/-/archive/v2.3.8/python-crontab-v%{version}.tar.gz#/python-crontab-%{version}.tar.gz
|
Source: https://gitlab.com/doctormo/python-crontab/-/archive/v2.3.8/python-crontab-v%{version}.tar.gz#/python-crontab-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module python-dateutil}
|
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module cron-descriptor}
|
|
||||||
BuildRequires: %{python_module croniter}
|
|
||||||
BuildRequires: python2-devel
|
|
||||||
BuildRequires: python3-testsuite
|
|
||||||
BuildRequires: cronie
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
|
Recommends: cronie
|
||||||
Recommends: python-cron-descriptor
|
Recommends: python-cron-descriptor
|
||||||
Recommends: python-croniter
|
Recommends: python-croniter
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Recommends: cronie
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module cron-descriptor}
|
||||||
|
BuildRequires: %{python_module croniter}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module python-dateutil}
|
||||||
|
BuildRequires: cronie
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python3-testsuite
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user