diff --git a/caldav-0.6.2.tar.gz b/caldav-0.6.2.tar.gz deleted file mode 100644 index cceda0f..0000000 --- a/caldav-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80c33b143539da3a471148ac89512f67d9df3a5286fae5a023e2ad3923246c0d -size 58280 diff --git a/caldav-0.7.1.tar.gz b/caldav-0.7.1.tar.gz new file mode 100644 index 0000000..a69e700 --- /dev/null +++ b/caldav-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55173d7efa4856c4183bd2dab4195c6a2760a590b07e16245a6deec0e71a5666 +size 118233 diff --git a/python-caldav.changes b/python-caldav.changes index fe733d8..cca612c 100644 --- a/python-caldav.changes +++ b/python-caldav.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 15 06:29:32 UTC 2020 - Steve Kowalik + +- Update to 0.7.1: + * Some tweaks to support newer versions of Zimbra and other caldav server implementations with slightly twisted support for the RFC. + * API change: add_event, add_todo and add_journal methods are now deprecated and aliases of save_. New attributes no_create and no_overwrite if one wants to be sure the save_-methods does the right thing. + * Calendars can now be created without a display name + * Quite some minor bugfixes + * Some code refactoring, removing some duplicated code + * library will gracefully create an UID if fed with caldav data missing the UID field + * the code for calendar searches has been reorganized making it possible for "power users" to do custom calendar searches. +- Drop nose from BuildRequires/Requires, we don't run the testsuite, and it + isn't listed in the requirements. + ------------------------------------------------------------------- Fri Jan 24 09:52:25 UTC 2020 - Marketa Calabkova diff --git a/python-caldav.spec b/python-caldav.spec index 32dca7f..e45ba98 100644 --- a/python-caldav.spec +++ b/python-caldav.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname caldav Name: python-%{modname} -Version: 0.6.2 +Version: 0.7.1 Release: 0 Summary: CalDAV (RFC4791) client library for Python License: GPL-3.0-or-later AND Apache-2.0 @@ -27,14 +27,12 @@ Group: Development/Languages/Python URL: https://pypi.python.org/pypi/%{modname} Source: https://files.pythonhosted.org/packages/source/c/caldav/%{modname}-%{version}.tar.gz BuildRequires: %{python_module lxml} -BuildRequires: %{python_module nose} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module vobject} BuildRequires: python-rpm-macros Requires: python-lxml -Requires: python-nose Requires: python-requests Requires: python-six Requires: python-vobject