diff --git a/python-Delorean.changes b/python-Delorean.changes index ed19485..c956638 100644 --- a/python-Delorean.changes +++ b/python-Delorean.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 09:52:06 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Wed Dec 5 01:08:32 UTC 2018 - Jan Engelhardt diff --git a/python-Delorean.spec b/python-Delorean.spec index 5a0aa97..78cad43 100644 --- a/python-Delorean.spec +++ b/python-Delorean.spec @@ -1,7 +1,7 @@ # # spec file for package python-Delorean # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -22,12 +22,17 @@ Version: 1.0.0 Release: 0 Summary: Python library for manipulating datetimes License: MIT -Group: Development/Languages/Python -Url: https://github.com/myusuf3/delorean +URL: https://github.com/myusuf3/delorean Source: https://files.pythonhosted.org/packages/source/D/Delorean/Delorean-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Babel >= 2.1.1 +Requires: python-humanize >= 0.5.1 +Requires: python-python-dateutil >= 2.4.2 +Requires: python-pytz >= 2015.7 +Requires: python-tzlocal >= 1.2 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Babel >= 2.1.1} BuildRequires: %{python_module humanize >= 0.5.1} @@ -36,13 +41,6 @@ BuildRequires: %{python_module python-dateutil >= 2.4.2} BuildRequires: %{python_module pytz >= 2015.7} BuildRequires: %{python_module tzlocal >= 1.2} # /SECTION -Requires: python-Babel >= 2.1.1 -Requires: python-humanize >= 0.5.1 -Requires: python-python-dateutil >= 2.4.2 -Requires: python-pytz >= 2015.7 -Requires: python-tzlocal >= 1.2 -BuildArch: noarch - %python_subpackages %description