From 5514c5beda864a498f6d63be57e862a198d4c6878c33388b24d8c40be0dfdbeb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Mar 2021 08:38:05 +0000 Subject: [PATCH] - 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=31 --- iso8601-0.1.13.tar.gz | 3 --- iso8601-0.1.14.tar.gz | 3 +++ python-iso8601.changes | 13 +++++++++++++ python-iso8601.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 iso8601-0.1.13.tar.gz create mode 100644 iso8601-0.1.14.tar.gz 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