From f9b60e3f6e19f1de1a3f7b6a2b883a789c78bec3ce75f426e87b6efaa1a27b8a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 24 Oct 2021 21:49:03 +0000 Subject: [PATCH] - Update to v0.6.12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateutils?expand=0&rev=3 --- dateutils-0.6.10.tar.gz | 3 --- dateutils-0.6.12.tar.gz | 3 +++ python-dateutils.changes | 5 +++++ python-dateutils.spec | 20 ++++++++++---------- 4 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 dateutils-0.6.10.tar.gz create mode 100644 dateutils-0.6.12.tar.gz diff --git a/dateutils-0.6.10.tar.gz b/dateutils-0.6.10.tar.gz deleted file mode 100644 index 7074c03..0000000 --- a/dateutils-0.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860b3e40261085f56928f1454ee4d221856b56aa421c69a7df12067596ec0b26 -size 4920 diff --git a/dateutils-0.6.12.tar.gz b/dateutils-0.6.12.tar.gz new file mode 100644 index 0000000..d326220 --- /dev/null +++ b/dateutils-0.6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03dd90bcb21541bd4eb4b013637e4f1b5f944881c46cc6e4b67a6059e370e3f1 +size 4954 diff --git a/python-dateutils.changes b/python-dateutils.changes index 73f7582..2fc74d2 100644 --- a/python-dateutils.changes +++ b/python-dateutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 24 21:46:13 UTC 2021 - Matej Cepl + +- Update to v0.6.12 + ------------------------------------------------------------------- Mon Aug 31 10:16:01 UTC 2020 - John Vandenberg diff --git a/python-dateutils.spec b/python-dateutils.spec index 4046d46..b6a7899 100644 --- a/python-dateutils.spec +++ b/python-dateutils.spec @@ -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