14
0

Accepting request 1068159 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1068159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-crontab?expand=0&rev=7
This commit is contained in:
2023-02-28 11:49:40 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b
size 55325

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b21af4647c7bbb848fef2f020616c6b0289dcb9f94b4f991a55310ff9bec5749
size 54795

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 21 10:13:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.7.1:
* Fix #104, confirm removal of python2.7 support
- 2.7.0:
* Add feature to insert new commands in the middle of the cron. Fix #101
* Do not log invalid comments as errors
-------------------------------------------------------------------
Thu Oct 6 22:15:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-crontab
#
# 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
@@ -16,10 +16,8 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-python-crontab
Version: 2.6.0
Version: 2.7.1
Release: 0
Summary: Python Crontab API
License: LGPL-3.0-only
@@ -41,9 +39,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module testsuite if %python-base >= 3}
BuildRequires: cronie
%if %{with python2}
BuildRequires: python2-devel
%endif
# /SECTION
%python_subpackages
@@ -73,6 +68,10 @@ export PATH=$PWD/build/bin:$PATH
%files %{python_files}
%doc README.rst
%license COPYING AUTHORS
%{python_sitelib}/*
%{python_sitelib}/cronlog.py
%{python_sitelib}/crontab.py
%{python_sitelib}/crontabs.py
%{python_sitelib}/python_crontab-%{version}*-info
%pycache_only %{python_sitelib}/__pycache__
%changelog