diff --git a/arrow-0.15.1.tar.gz b/arrow-0.15.1.tar.gz deleted file mode 100644 index 434b7d3..0000000 --- a/arrow-0.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c65ea9214403c77b09bd676cba3dcf1e0a396f5dfb316b811bb7f7e10d99e955 -size 71297 diff --git a/arrow-0.15.2.tar.gz b/arrow-0.15.2.tar.gz new file mode 100644 index 0000000..7d7a89d --- /dev/null +++ b/arrow-0.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f +size 71892 diff --git a/python-arrow.changes b/python-arrow.changes index 97219d8..74e423c 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 17 09:25:07 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-arrow.spec b/python-arrow.spec index 6f19c92..793a531 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -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