forked from pool/python-python-crontab
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
This commit is contained in:
committed by
Git OBS Bridge
parent
7e99843231
commit
6577da22f8
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d67247248d0e2c5e0523f0a32eb388e37fdf2850e1acdfb9102697914428c1a
|
||||
size 44671
|
3
python-crontab-v2.4.0.tar.gz
Normal file
3
python-crontab-v2.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23bde8abd9b7c3bdf4f871311efdeaf91b0593bb1a5579224edc2d468d1a36fc
|
||||
size 45436
|
@@ -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 <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user