14
0

Accepting request 787448 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/787448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-crontab?expand=0&rev=2
This commit is contained in:
2020-03-24 21:33:49 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@@ -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> Wed Sep 18 08:27:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-crontab # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?!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.4.0
Release: 0 Release: 0
Summary: Python Crontab API Summary: Python Crontab API
License: LGPL-3.0-only License: LGPL-3.0-only
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://gitlab.com/doctormo/python-crontab/ 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: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -60,8 +61,7 @@ accessing the system cron automatically using an API.
%check %check
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
# Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55 %pytest
%pytest -k 'not test_06_backwards and not test_04_schedule_ten'
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst