diff --git a/python-dateutil-2.8.1.tar.gz b/python-dateutil-2.8.1.tar.gz deleted file mode 100644 index 9dd8de9..0000000 --- a/python-dateutil-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c -size 331745 diff --git a/python-dateutil-2.8.2.tar.gz b/python-dateutil-2.8.2.tar.gz new file mode 100644 index 0000000..b6fa4f6 --- /dev/null +++ b/python-dateutil-2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 +size 357324 diff --git a/python-python-dateutil.changes b/python-python-dateutil.changes index 617c9c6..06cf9ce 100644 --- a/python-python-dateutil.changes +++ b/python-python-dateutil.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jul 26 21:41:48 UTC 2021 - Dirk Müller + +- update to 2.8.2: + - Updated tzdata version to 2021a. (gh pr #1128) + - Fixed a bug in the parser where non-``ValueError`` exceptions would be raised + during exception handling; this would happen, for example, if an + ``IllegalMonthError`` was raised in ``dateutil`` code. Fixed by Mark Bailey. + (gh issue #981, pr #987). + - Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not + defined due to an indentation error. (gh issue #991, gh pr #993) + - Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception + messages. Reported and fixed by Paul Brown (@pawl) (gh pr #1122) + - Make ``isoparse`` raise when trying to parse times with inconsistent use of + `:` separator. Reported and fixed by @mariocj89 (gh pr #1125). + - Fixed ``tz.gettz()`` not returning local time when passed an empty string. + Reported by @labrys (gh issues #925, #926). Fixed by @ffe4 (gh pr #1024) + * Documentation changes + * Simplified handling of bytes and bytearray in ``_parser._timelex``. + ------------------------------------------------------------------- Thu Jan 16 08:42:35 UTC 2020 - Tomáš Chvátal diff --git a/python-python-dateutil.spec b/python-python-dateutil.spec index 31e57b4..74b2973 100644 --- a/python-python-dateutil.spec +++ b/python-python-dateutil.spec @@ -1,7 +1,7 @@ # -# spec file for package python-python-dateutil +# spec file # -# 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 @@ -27,10 +27,10 @@ %bcond_with test %endif Name: python-python-dateutil%{psuffix} -Version: 2.8.1 +Version: 2.8.2 Release: 0 Summary: A Python Datetime Library -License: BSD-3-Clause OR Apache-2.0 +License: Apache-2.0 OR BSD-3-Clause URL: https://dateutil.readthedocs.org/en/latest/ Source0: https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 24.3}