From 92e38f7f8ca624218af983660049989e7c066c639f46faada8cb7bd357e53698 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 21 Feb 2023 10:16:37 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=16 --- python-crontab-2.6.0.tar.gz | 3 --- python-crontab-2.7.1.tar.gz | 3 +++ python-python-crontab.changes | 9 +++++++++ python-python-crontab.spec | 15 +++++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 python-crontab-2.6.0.tar.gz create mode 100644 python-crontab-2.7.1.tar.gz diff --git a/python-crontab-2.6.0.tar.gz b/python-crontab-2.6.0.tar.gz deleted file mode 100644 index 6103c01..0000000 --- a/python-crontab-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b -size 55325 diff --git a/python-crontab-2.7.1.tar.gz b/python-crontab-2.7.1.tar.gz new file mode 100644 index 0000000..89882d3 --- /dev/null +++ b/python-crontab-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b21af4647c7bbb848fef2f020616c6b0289dcb9f94b4f991a55310ff9bec5749 +size 54795 diff --git a/python-python-crontab.changes b/python-python-crontab.changes index 769b255..42d0da5 100644 --- a/python-python-crontab.changes +++ b/python-python-crontab.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 21 10:13:12 UTC 2023 - Daniel Garcia + +- 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 diff --git a/python-python-crontab.spec b/python-python-crontab.spec index 80bd58b..d29c400 100644 --- a/python-python-crontab.spec +++ b/python-python-crontab.spec @@ -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