diff --git a/iso8601-0.1.13.tar.gz b/iso8601-0.1.13.tar.gz deleted file mode 100644 index f7f446c..0000000 --- a/iso8601-0.1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1 -size 12205 diff --git a/iso8601-0.1.14.tar.gz b/iso8601-0.1.14.tar.gz new file mode 100644 index 0000000..f08db3f --- /dev/null +++ b/iso8601-0.1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79 +size 12722 diff --git a/python-iso8601.changes b/python-iso8601.changes index 7f15ea1..d5c0457 100644 --- a/python-iso8601.changes +++ b/python-iso8601.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 18 21:45:15 UTC 2021 - Dirk Müller + +- update to 0.1.14: + * Add GitHub build actions for project + * Add project URLs in setup.py (thanks to Steve Piercy) + * Update README links (thanks to Steve Piercy) + * Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3) + * Fix README links (thanks to Chris Barker) + * Add Python 3.9 to test matrix (thanks to Luciano Mammino) + * Add type hints (thanks to Brett Cannon) + * Derive `ParseError` from `ValueError` (thanks to Lex Robinson) + ------------------------------------------------------------------- Mon Sep 28 11:18:36 UTC 2020 - Dirk Mueller diff --git a/python-iso8601.spec b/python-iso8601.spec index 334881d..c63a6c3 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -1,7 +1,7 @@ # # spec file for package python-iso8601 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-iso8601 -Version: 0.1.13 +Version: 0.1.14 Release: 0 Summary: Python module to parse ISO 8601 dates License: MIT