From acb87528307b171b263745885d9f76e109cb4d65592b6fbc28bd1546821a14ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 Jul 2020 17:37:06 +0000 Subject: [PATCH] Accepting request 822777 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/822777 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=39 --- arrow-0.15.7.tar.gz | 3 --- arrow-0.15.8.tar.gz | 3 +++ python-arrow.changes | 19 +++++++++++++++++++ python-arrow.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 arrow-0.15.7.tar.gz create mode 100644 arrow-0.15.8.tar.gz diff --git a/arrow-0.15.7.tar.gz b/arrow-0.15.7.tar.gz deleted file mode 100644 index acc9aa8..0000000 --- a/arrow-0.15.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1a92b25bbee5f80cc8f6bdecfeade9028219229137c559c37335b4f574a292 -size 89278 diff --git a/arrow-0.15.8.tar.gz b/arrow-0.15.8.tar.gz new file mode 100644 index 0000000..6b09e19 --- /dev/null +++ b/arrow-0.15.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc31dc051db12c95da9bac0271cd1027b8e36912daf6d4580af53b23e62721a +size 92220 diff --git a/python-arrow.changes b/python-arrow.changes index be125b3..e4dda8c 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Jul 25 15:25:36 UTC 2020 - Arun Persaud + +- specfile: + * updated url + +- update to version 0.15.8: + * [WARN] arrow will drop support for Python 2.7 and 3.5 in the 1.0.0 + release in late September. The 0.15.x and 0.16.x releases are the + last to support Python 2.7 and 3.5. + * [NEW] Added humanize week granularity translation for Czech. + * [FIX] arrow.get will now pick sane defaults when weekdays are + passed with particular token combinations, see #446. + * [INTERNAL] Moved arrow to an organization. The repo can now be + found here. + * [INTERNAL] Started issuing deprecation warnings for Python 2.7 and + 3.5. + * [INTERNAL] Added Python 3.9 to CI pipeline. + ------------------------------------------------------------------- Sun Jul 12 21:40:32 UTC 2020 - Arun Persaud diff --git a/python-arrow.spec b/python-arrow.spec index 8168d88..804776c 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -26,11 +26,11 @@ %endif %bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.15.7 +Version: 0.15.8 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 -URL: https://github.com/crsmithdev/arrow +URL: https://github.com/arrow-py/arrow Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes