From c28b3364c95cc156fe15dccd9f7f770a562472449a0b19af40857b4eed1a0f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 22 Mar 2019 11:19:19 +0000 Subject: [PATCH] Accepting request 687583 from home:pgajdos - version update to 0.6.0 * caldav/elements/cdav.py - proper timezone support * caldav/elements/dav.py - add GetEtag * caldav/elements/cdav.py - allow Expand tag to be used with open-ended start * caldav/objects.py - enhancement: add the ability to add events to calendar using directly a vobject object, and not necessarily an ical string. * caldav/objects.py - bugfix: uid handling while fetching elements etc. see https://github.com/python-caldav/caldav/blob/master/ChangeLog - almost all tests are online, do not run OBS-URL: https://build.opensuse.org/request/show/687583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=10 --- caldav-0.5.0.tar.gz | 3 --- caldav-0.6.0.tar.gz | 3 +++ python-caldav.changes | 16 ++++++++++++++++ python-caldav.spec | 13 ++++++++----- 4 files changed, 27 insertions(+), 8 deletions(-) delete mode 100644 caldav-0.5.0.tar.gz create mode 100644 caldav-0.6.0.tar.gz diff --git a/caldav-0.5.0.tar.gz b/caldav-0.5.0.tar.gz deleted file mode 100644 index c930986..0000000 --- a/caldav-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c71d922906259fef96e85142d8fb495e395e7851a176e816eabef1d88e0437ad -size 43932 diff --git a/caldav-0.6.0.tar.gz b/caldav-0.6.0.tar.gz new file mode 100644 index 0000000..766b409 --- /dev/null +++ b/caldav-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fabc9483e5df8ec1c87d2b2f46f784689d8aeb26e67880aeadd83c2ae9d89d2 +size 33946 diff --git a/python-caldav.changes b/python-caldav.changes index 590365d..ad73279 100644 --- a/python-caldav.changes +++ b/python-caldav.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Mar 22 10:55:32 UTC 2019 - pgajdos@suse.com + +- version update to 0.6.0 + * caldav/elements/cdav.py - proper timezone support + * caldav/elements/dav.py - add GetEtag + * caldav/elements/cdav.py - allow Expand tag to be used with open-ended + start + * caldav/objects.py - enhancement: add the ability to add events to + calendar using directly a vobject object, and not necessarily an ical + string. + * caldav/objects.py - bugfix: uid handling while fetching + elements + etc. see https://github.com/python-caldav/caldav/blob/master/ChangeLog +- almost all tests are online, do not run + ------------------------------------------------------------------- Tue Dec 4 12:46:27 UTC 2018 - Matej Cepl diff --git a/python-caldav.spec b/python-caldav.spec index 6cfca20..cd1e82f 100644 --- a/python-caldav.spec +++ b/python-caldav.spec @@ -1,7 +1,7 @@ # # spec file for package python # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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-%{**}} %global modname caldav Name: python-%{modname} -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: CalDAV (RFC4791) client library for Python License: GPL-3.0-or-later AND Apache-2.0 @@ -35,8 +35,10 @@ BuildRequires: %{python_module vobject} BuildRequires: python-rpm-macros Requires: python-lxml Requires: python-nose +Requires: python-pytz Requires: python-requests Requires: python-six +Requires: python-tzlocal Requires: python-vobject BuildArch: noarch %python_subpackages @@ -53,12 +55,13 @@ events, modify events and properties). %build %python_build +%check +# almost all tests are online, would require +# caldav server to run + %install %python_install -# Remove test files -%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/ - %files %{python_files} %license COPYING.APACHE COPYING.GPL %{python_sitelib}/%{modname}-%{version}-py*.egg-info