Hello community,

here is the log from the commit of package python-crontab for openSUSE:Factory 
checked in at 2019-09-27 14:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-crontab (Old)
 and      /work/SRC/openSUSE:Factory/.python-crontab.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-crontab"

Fri Sep 27 14:49:11 2019 rev:1 rq:731434 version:0.22.6

Changes:
--------
New Changes file:

--- /dev/null   2019-09-25 09:10:10.894331610 +0200
+++ /work/SRC/openSUSE:Factory/.python-crontab.new.2352/python-crontab.changes  
2019-09-27 14:49:11.948647637 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Sep 17 01:59:42 AM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v0.22.6

New:
----
  crontab-0.22.6.tar.gz
  python-crontab.changes
  python-crontab.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-crontab.spec ++++++
#
# spec file for package python-crontab
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-crontab
Version:        0.22.6
Release:        0
Summary:        Parse and use crontab schedules in Python
License:        LGPL-2.1-only
Group:          Development/Languages/Python
URL:            https://github.com/josiahcarlson/parse-crontab
Source:         
https://github.com/josiahcarlson/parse-crontab/archive/%{version}.tar.gz#/crontab-%{version}.tar.gz
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module python-dateutil}
BuildRequires:  %{python_module pytz}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-python-dateutil
Requires:       python-pytz
BuildArch:      noarch
%python_subpackages

%description
Parse and use crontab schedules in Python.

%prep
%setup -q -n parse-crontab-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%pytest

%files %{python_files}
%doc README.rst
%license LICENSE LICENSE3
%{python_sitelib}/*

%changelog

Reply via email to