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

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

3
iso8601-0.1.13.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 19:22:41 UTC 2019 - Dirk Mueller <dmueller@suse.com> Fri Dec 20 19:22:41 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-iso8601 Name: python-iso8601
Version: 0.1.12 Version: 0.1.13
Release: 0 Release: 0
Summary: Python module to parse ISO 8601 dates Summary: Python module to parse ISO 8601 dates
License: MIT License: MIT
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/i/iso8601/iso8601-%{version}.tar.gz
BuildRequires: %{python_module pytest >= 2.4.2} BuildRequires: %{python_module pytest >= 2.4.2}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}