From dd9f045c700358223a73495c6b84aa57487fb1a8f426d186c7872fa408742f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 20 Jan 2019 09:17:01 +0000 Subject: [PATCH] Accepting request 667209 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/667209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=12 --- arrow-0.12.1.tar.gz | 3 --- arrow-0.13.0.tar.gz | 3 +++ python-arrow.changes | 28 ++++++++++++++++++++++++++++ python-arrow.spec | 10 +++++++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 arrow-0.12.1.tar.gz create mode 100644 arrow-0.13.0.tar.gz diff --git a/arrow-0.12.1.tar.gz b/arrow-0.12.1.tar.gz deleted file mode 100644 index 3fb3f27..0000000 --- a/arrow-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd -size 65356 diff --git a/arrow-0.13.0.tar.gz b/arrow-0.13.0.tar.gz new file mode 100644 index 0000000..274ee61 --- /dev/null +++ b/arrow-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb4a910256ed536751cd5728673bfb53e6f0026e240466f90c2a92c0b79c895 +size 92767 diff --git a/python-arrow.changes b/python-arrow.changes index 8d2fbb4..af8068d 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Jan 20 04:31:54 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + * be more specific in %files section + * require pytz + +- update to version 0.13.0: + * [NEW] Added support for Python 3.6. + * [CHANGE] Drop support for Python 2.6/3.3. + * [CHANGE] Return generator instead of list for Arrow.range(), + Arrow.span_range() and Arrow.interval(). + * [FIX] Make arrow.get() work with str & tzinfo combo. + * [FIX] Make sure special RegEx characters are escaped in format + string. + * [NEW] Added support for ZZZ when formatting. + * [FIX] Stop using datetime.utcnow() in internals, use + datetime.now(UTC) instead. + * [FIX] Return NotImplemented instead of TypeError in arrow math + internals. + * [NEW] Added Estonian Locale. + * [FIX] Small fixes to Greek locale. + * [FIX] TagalogLocale improvements. + * [FIX] Added test requirements to setup. + * [FIX] Improve docs for get, now and utcnow methods. + * [FIX] Correct typo in depreciation warning. + ------------------------------------------------------------------- Tue Dec 4 12:45:42 UTC 2018 - Matej Cepl diff --git a/python-arrow.spec b/python-arrow.spec index 53497cd..a364f99 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,7 +1,7 @@ # # spec file for package python-arrow # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-arrow -Version: 0.12.1 +Version: 0.13.0 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{v BuildRequires: %{python_module chai} BuildRequires: %{python_module nose} BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module pytz} BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -70,6 +71,9 @@ rm -rf arrow.egg-info %files %{python_files} %license LICENSE %doc README.rst HISTORY.md -%{python_sitelib}/* +%dir %{python_sitelib}/arrow +%{python_sitelib}/arrow/* +%dir %{python_sitelib}/arrow-%{version}-py*.egg-info +%{python_sitelib}/arrow-%{version}-py*.egg-info %changelog