From 6577da22f855f2e5577779566d4f69c479ae05867fd84a378a119e6c4a534aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 23 Mar 2020 12:23:31 +0000 Subject: [PATCH] Accepting request 787423 from home:pgajdos:python - version update to 2.4.0 * no upstream changelog found OBS-URL: https://build.opensuse.org/request/show/787423 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=6 --- python-crontab-2.3.8.tar.gz | 3 --- python-crontab-v2.4.0.tar.gz | 3 +++ python-python-crontab.changes | 6 ++++++ python-python-crontab.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 python-crontab-2.3.8.tar.gz create mode 100644 python-crontab-v2.4.0.tar.gz diff --git a/python-crontab-2.3.8.tar.gz b/python-crontab-2.3.8.tar.gz deleted file mode 100644 index dab8795..0000000 --- a/python-crontab-2.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d67247248d0e2c5e0523f0a32eb388e37fdf2850e1acdfb9102697914428c1a -size 44671 diff --git a/python-crontab-v2.4.0.tar.gz b/python-crontab-v2.4.0.tar.gz new file mode 100644 index 0000000..caf64ad --- /dev/null +++ b/python-crontab-v2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bde8abd9b7c3bdf4f871311efdeaf91b0593bb1a5579224edc2d468d1a36fc +size 45436 diff --git a/python-python-crontab.changes b/python-python-crontab.changes index a05ff07..2a56aab 100644 --- a/python-python-crontab.changes +++ b/python-python-crontab.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 23 11:22:46 UTC 2020 - pgajdos@suse.com + +- version update to 2.4.0 + * no upstream changelog found + ------------------------------------------------------------------- Wed Sep 18 08:27:27 UTC 2019 - Tomáš Chvátal diff --git a/python-python-crontab.spec b/python-python-crontab.spec index b15d491..5ad1dc4 100644 --- a/python-python-crontab.spec +++ b/python-python-crontab.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-crontab # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-crontab -Version: 2.3.8 +Version: 2.4.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://gitlab.com/doctormo/python-crontab/-/archive/v2.3.8/python-crontab-v%{version}.tar.gz#/python-crontab-%{version}.tar.gz +# https://gitlab.com/doctormo/python-crontab/-/issues/69 +Source: https://gitlab.com/doctormo/python-crontab/-/archive/v%{version}/python-crontab-v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,8 +61,7 @@ accessing the system cron automatically using an API. %check export LANG=en_US.UTF-8 -# Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55 -%pytest -k 'not test_06_backwards and not test_04_schedule_ten' +%pytest %files %{python_files} %doc README.rst