15
0
forked from pool/python-arrow

Accepting request 820577 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/820577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal
2020-07-13 06:29:43 +00:00
committed by Git OBS Bridge
parent ae436f3f2b
commit 22224252d7
4 changed files with 30 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
%endif
%bcond_without python2
Name: python-arrow%{?psuffix}
Version: 0.15.6
Version: 0.15.7
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0
@@ -82,8 +82,7 @@ rm -rf arrow.egg-info
%check
%if %{with test}
# remove pytest -cov* args. (Next release will move this to tox.ini)
rm setup.cfg
rm tox.ini
%pytest
%endif