15
0
Tomáš Chvátal
2019-11-05 09:52:23 +00:00
committed by Git OBS Bridge
parent 993c02d942
commit ffc5199692
2 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 5 09:52:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Wed Dec 5 01:08:32 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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