15
0
forked from pool/python-arrow

- Update to 0.15.2:

* [NEW] Added humanize week granularity translations for Portuguese and Brazilian Portuguese.
  * [NEW] Embedded changelog within docs and added release dates to versions.
  * [FIX] Fixed a bug that caused test failures on Windows only, see #668 for details.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-09-17 09:26:39 +00:00
committed by Git OBS Bridge
parent a95ed5c025
commit e7281d1be4
4 changed files with 14 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-arrow
Version: 0.15.1
Version: 0.15.2
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0
@@ -38,10 +38,10 @@ BuildRequires: python-rpm-macros
Requires: python-python-dateutil
BuildArch: noarch
%if %{with python2}
BuildRequires: python-backports.functools_lru_cache
BuildRequires: python-backports.functools_lru_cache >= 1.2.1
%endif
%ifpython2
Requires: python-backports.functools_lru_cache
Requires: python-backports.functools_lru_cache >= 1.2.1
%endif
%python_subpackages