diff --git a/iso8601-0.1.12.tar.gz b/iso8601-0.1.12.tar.gz deleted file mode 100644 index be3afaa..0000000 --- a/iso8601-0.1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82 -size 8868 diff --git a/iso8601-0.1.13.tar.gz b/iso8601-0.1.13.tar.gz new file mode 100644 index 0000000..f7f446c --- /dev/null +++ b/iso8601-0.1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1 +size 12205 diff --git a/python-iso8601.changes b/python-iso8601.changes index b4cfe6c..7f15ea1 100644 --- a/python-iso8601.changes +++ b/python-iso8601.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-iso8601.spec b/python-iso8601.spec index 1986edf..334881d 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -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}