15
0
forked from pool/python-arrow

Accepting request 667209 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/667209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-01-20 09:17:01 +00:00
committed by Git OBS Bridge
parent ddcf808ff4
commit dd9f045c70
4 changed files with 38 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-arrow
#
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-arrow
Version: 0.12.1
Version: 0.13.0
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0
@@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{v
BuildRequires: %{python_module chai}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module simplejson}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -70,6 +71,9 @@ rm -rf arrow.egg-info
%files %{python_files}
%license LICENSE
%doc README.rst HISTORY.md
%{python_sitelib}/*
%dir %{python_sitelib}/arrow
%{python_sitelib}/arrow/*
%dir %{python_sitelib}/arrow-%{version}-py*.egg-info
%{python_sitelib}/arrow-%{version}-py*.egg-info
%changelog