diff --git a/python-vobject.changes b/python-vobject.changes index 18d76e2..30f072c 100644 --- a/python-vobject.changes +++ b/python-vobject.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Nov 23 12:16:58 UTC 2018 - mvetter@suse.com + +- Update to 0.9.6: + * Correctly order calendar properties before calendar components (#98) + * Correctly serialize timestamp values (i.e. REV) (#99) + * Pass correct formatting string to logger (#102) - thanks @CruzR! + * RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115) - thanks @Unrud! + * Encode params if necessary in serialization (#109) - thanks @matthias-k! + * Ignore escaped semi-colons in UNTIL value (#114) - thanks @Unrud! + * RRULE: Fix VTODO without DTSTART (#116) - thanks @Unrud! + * Fixed regexp for VCF Version 2.1 (#121) - thanks @farmovit! + * repr changed for datetime.timedelta in python 3.7 (#122) - thanks @sharkcz! + ------------------------------------------------------------------- Thu Aug 3 20:00:25 UTC 2017 - benoit.monin@gmx.fr diff --git a/python-vobject.spec b/python-vobject.spec index d2307ab..1466a4c 100644 --- a/python-vobject.spec +++ b/python-vobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-vobject # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-vobject %global modname vobject -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: Python package for parsing and creating iCalendar and vCard files License: Apache-2.0 diff --git a/vobject-0.9.5.tar.gz b/vobject-0.9.5.tar.gz deleted file mode 100644 index f4009c2..0000000 --- a/vobject-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f56cae196303d875682b9648b4bb43ffc769d2f0f800958e0a506af867b1243 -size 58722 diff --git a/vobject-0.9.6.tar.gz b/vobject-0.9.6.tar.gz new file mode 100644 index 0000000..9ecaf98 --- /dev/null +++ b/vobject-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9ede4363f83c06ba8d8f1541c736efa5c46f9a431430002b2f84f4f4e674d8 +size 58669