14
0

- update to 0.1.13:

* Move to GitHub (https://github.com/micktwomey/pyiso8601).
  * Remove python 2.6, 3.2, 3.3 and 3.4 from tests
  * Add python 3.7 and 3.8 to tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=29
This commit is contained in:
2020-09-28 11:19:38 +00:00
committed by Git OBS Bridge
parent 480962639c
commit 46aa36f8db
4 changed files with 13 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-iso8601
Version: 0.1.12
Version: 0.1.13
Release: 0
Summary: Python module to parse ISO 8601 dates
License: MIT
Group: Development/Languages/Python
URL: http://code.google.com/p/pyiso8601/
URL: https://github.com/micktwomey/pyiso8601
Source: https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 2.4.2}
BuildRequires: %{python_module setuptools}