diff --git a/isodate-0.5.4.tar.gz b/isodate-0.5.4.tar.gz deleted file mode 100644 index 66fc099..0000000 --- a/isodate-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31 -size 27691 diff --git a/isodate-0.6.0.tar.gz b/isodate-0.6.0.tar.gz new file mode 100644 index 0000000..58fdcb8 --- /dev/null +++ b/isodate-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8 +size 28480 diff --git a/python-isodate.changes b/python-isodate.changes index c9cc77c..f6b77d5 100644 --- a/python-isodate.changes +++ b/python-isodate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 2 12:53:11 UTC 2018 - adrian.glaubitz@suse.com + +- update to version 0.6.0: + - Support incomplete month date (Fabien Loffredo) + - Rely on duck typing when doing duration maths + - Support ':' as separator in fractional time zones (usrenmae) + ------------------------------------------------------------------- Wed May 3 17:04:31 UTC 2017 - toddrme2178@gmail.com diff --git a/python-isodate.spec b/python-isodate.spec index 7508deb..918a3f3 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -1,7 +1,7 @@ # # spec file for package python-isodate # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # Tests don't work and cause a dependency loop with python-SPARQLWrapper %bcond_without tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-isodate -Version: 0.5.4 +Version: 0.6.0 Release: 0 Url: http://cheeseshop.python.org/pypi/isodate Summary: An ISO 8601 Date/Time/Duration Parser and Formatter @@ -28,10 +29,10 @@ License: BSD-3-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages