Accepting request 667296 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/667296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-01-21 10:01:41 +00:00 committed by Git OBS Bridge
commit 88860426e6
4 changed files with 38 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cb4a910256ed536751cd5728673bfb53e6f0026e240466f90c2a92c0b79c895
size 92767

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Jan 20 04:31:54 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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 <mcepl@suse.com>

View File

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