14
0

Accepting request 682126 from devel:languages:python

- Update to 5.1.0:
  * many changes see CHANGELOG.rst

OBS-URL: https://build.opensuse.org/request/show/682126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=3
This commit is contained in:
2019-03-06 14:52:14 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

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

3
aniso8601-5.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 6 11:59:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.1.0:
* many changes see CHANGELOG.rst
-------------------------------------------------------------------
Tue Dec 4 12:45:33 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aniso8601
#
# 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-%{**}}
%define modname aniso8601
Name: python-%{modname}
Version: 3.0.2
Version: 5.1.0
Release: 0
Summary: A library for parsing ISO 8601 strings
License: BSD-3-Clause
@@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/a/aniso8601/%{mod
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-mock
BuildRequires: python-rpm-macros
Recommends: python-python-dateutil
BuildArch: noarch
@@ -49,7 +50,7 @@ in ISO 8601 format into datetime format.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} python -m unittest discover aniso8601/tests/}
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} python -m unittest discover aniso8601/tests/
%files %{python_files}
%license LICENSE