Accepting request 731449 from devel:languages:python

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

- Update to 0.15.1:
  * Too many changes to enumerate, see CHANGELOG.rst

OBS-URL: https://build.opensuse.org/request/show/731449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:18:52 +00:00 committed by Git OBS Bridge
commit f2b665def7
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f37968afeaefd0ba3fe4d0c70dc830985f9ab11beeb381d4fc0e8f8151d3d6
size 582324

3
arrow-0.15.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f
size 71892

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 17 09:25:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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.
-------------------------------------------------------------------
Fri Sep 13 12:10:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.15.1:
* Too many changes to enumerate, see CHANGELOG.rst
-------------------------------------------------------------------
Sun Aug 4 15:07:17 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-arrow
Version: 0.14.4
Version: 0.15.2
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0
@ -27,6 +27,8 @@ Group: Development/Languages/Python
URL: https://github.com/crsmithdev/arrow
Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{version}.tar.gz
BuildRequires: %{python_module chai}
BuildRequires: %{python_module dateparser}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz}
@ -36,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
@ -70,7 +72,7 @@ rm -rf arrow.egg-info
%files %{python_files}
%license LICENSE
%doc README.rst HISTORY.md
%doc README.rst
%dir %{python_sitelib}/arrow
%{python_sitelib}/arrow/*
%dir %{python_sitelib}/arrow-%{version}-py*.egg-info