15
0
2021-10-24 21:49:03 +00:00
committed by Git OBS Bridge
parent c83dee5410
commit f9b60e3f6e
4 changed files with 18 additions and 13 deletions

View File

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

3
dateutils-0.6.12.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Oct 24 21:46:13 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to v0.6.12
-------------------------------------------------------------------
Mon Aug 31 10:16:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dateutils
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,29 +13,29 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dateutils
Version: 0.6.10
Version: 0.6.12
Release: 0
License: 0BSD
Summary: Python library for working with date and datetime objects
Url: https://github.com/jmcantrell/python-dateutils
License: 0BSD
Group: Development/Languages/Python
URL: https://github.com/jmcantrell/python-dateutils
Source: https://files.pythonhosted.org/packages/source/d/dateutils/dateutils-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-python-dateutil
Requires: python-pytz
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
# /SECTION
BuildRequires: fdupes
Requires: python-python-dateutil
Requires: python-pytz
BuildArch: noarch
%python_subpackages
%description