15
0

Accepting request 745403 from devel:languages:python

- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/745403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Delorean?expand=0&rev=3
This commit is contained in:
2019-11-06 13:06:05 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 10 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

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