From ffc51996920314ac63babd3d7213a1117ecd2e332b32071b54b8a5c6b51d4ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Nov 2019 09:52:23 +0000 Subject: [PATCH] - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Delorean?expand=0&rev=9 --- python-Delorean.changes | 5 +++++ python-Delorean.spec | 16 +++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) 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 a271efa..78cad43 100644 --- a/python-Delorean.spec +++ b/python-Delorean.spec @@ -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