diff --git a/isodate-0.5.1.tar.gz b/isodate-0.5.1.tar.gz deleted file mode 100644 index 9628351..0000000 --- a/isodate-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12aed31c0e834543497e24d609a41531a800d8304c39e6665c45ca023b012fb -size 26859 diff --git a/isodate-0.5.4.tar.gz b/isodate-0.5.4.tar.gz new file mode 100644 index 0000000..66fc099 --- /dev/null +++ b/isodate-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31 +size 27691 diff --git a/python-isodate.changes b/python-isodate.changes index 0d155a7..66dd357 100644 --- a/python-isodate.changes +++ b/python-isodate.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 30 07:47:24 UTC 2017 - tbechtold@suse.com + +- update to 0.5.4: + - Fix parsing of Periods (Fabien Bochu) + - Make Duration objects hashable (Geoffrey Fairchild) + - Add multiplication to duration (Reinoud Elhorst) +- Use pypi.io as Source url + ------------------------------------------------------------------- Wed May 6 15:54:47 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-isodate.spec b/python-isodate.spec index c19271e..55f6879 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -1,7 +1,7 @@ # # spec file for package python-isodate # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,13 +17,13 @@ Name: python-isodate -Version: 0.5.1 +Version: 0.5.4 Release: 0 Url: http://cheeseshop.python.org/pypi/isodate Summary: An ISO 8601 Date/Time/Duration Parser and Formatter License: BSD-3-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz +Source: https://pypi.io/packages/source/i/isodate/isodate-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools