From a95ed5c025c88b9f95bd33bca0707872950b0594a5b291be69187dc81733db62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 13 Sep 2019 12:52:10 +0000 Subject: [PATCH] - Update to 0.15.1: * Too many changes to enumerate, see CHANGELOG.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=23 --- arrow-0.14.4.tar.gz | 3 --- arrow-0.15.1.tar.gz | 3 +++ python-arrow.changes | 6 ++++++ python-arrow.spec | 6 ++++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 arrow-0.14.4.tar.gz create mode 100644 arrow-0.15.1.tar.gz diff --git a/arrow-0.14.4.tar.gz b/arrow-0.14.4.tar.gz deleted file mode 100644 index ba04e52..0000000 --- a/arrow-0.14.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47f37968afeaefd0ba3fe4d0c70dc830985f9ab11beeb381d4fc0e8f8151d3d6 -size 582324 diff --git a/arrow-0.15.1.tar.gz b/arrow-0.15.1.tar.gz new file mode 100644 index 0000000..434b7d3 --- /dev/null +++ b/arrow-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65ea9214403c77b09bd676cba3dcf1e0a396f5dfb316b811bb7f7e10d99e955 +size 71297 diff --git a/python-arrow.changes b/python-arrow.changes index b51d771..97219d8 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 13 12:10:56 UTC 2019 - Tomáš Chvátal + +- Update to 0.15.1: + * Too many changes to enumerate, see CHANGELOG.rst + ------------------------------------------------------------------- Sun Aug 4 15:07:17 UTC 2019 - Arun Persaud diff --git a/python-arrow.spec b/python-arrow.spec index efe965c..6f19c92 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.14.4 +Version: 0.15.1 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} @@ -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