diff --git a/python-vobject.changes b/python-vobject.changes index befefcf..18d76e2 100644 --- a/python-vobject.changes +++ b/python-vobject.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 3 20:00:25 UTC 2017 - benoit.monin@gmx.fr + +- update to version 0.9.5: + * Make ics_diff.py work with Python 3 + * Huge changes to text encoding for Python 2/3 compatibility + * Autogenerate DTSTAMP if not provided + * Fix getrruleset() for Python 3 and in the case that + addRDate=True + * Update vCard property validation to match specifications + * Handle offset-naive and offset-aware datetimes in recurrence + rules + * Improved documentation for multi-value properties + ------------------------------------------------------------------- Mon Jun 19 11:01:08 UTC 2017 - okurz@suse.com diff --git a/python-vobject.spec b/python-vobject.spec index 41718e2..d2307ab 100644 --- a/python-vobject.spec +++ b/python-vobject.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-vobject %global modname vobject -Version: 0.9.4.1 +Version: 0.9.5 Release: 0 Summary: Python package for parsing and creating iCalendar and vCard files License: Apache-2.0 diff --git a/vobject-0.9.4.1.tar.gz b/vobject-0.9.4.1.tar.gz deleted file mode 100644 index b4ae659..0000000 --- a/vobject-0.9.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faea7d4fb3e2bc8ef6367e7f9b4ad0841aa1980fd5dd96d05c7a90e39880811c -size 57723 diff --git a/vobject-0.9.5.tar.gz b/vobject-0.9.5.tar.gz new file mode 100644 index 0000000..f4009c2 --- /dev/null +++ b/vobject-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f56cae196303d875682b9648b4bb43ffc769d2f0f800958e0a506af867b1243 +size 58722