Accepting request 766864 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-caldav?expand=0&rev=6
This commit is contained in:
commit
d216afa369
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eddb7f4e6a3eb5f02eaa2227817a53ac4372d4c4d51876536f4c6f00282f569e
|
|
||||||
size 70380
|
|
3
caldav-0.6.2.tar.gz
Normal file
3
caldav-0.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80c33b143539da3a471148ac89512f67d9df3a5286fae5a023e2ad3923246c0d
|
||||||
|
size 58280
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 24 09:52:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 0.6.2
|
||||||
|
* caldav/lib/error.py - ProppatchError was not defined, ref https://github.com/python-caldav/caldav/issues/54.
|
||||||
|
Also added a common base class DAVError, and made sure the error
|
||||||
|
referenced in #54 will never reappear, even if new methods are
|
||||||
|
added to DAVClient.
|
||||||
|
* caldav/elements/cdav.py - fixing a retention problem - the
|
||||||
|
timezone fixes done recently was not compatible with python 2.7 nor 3.5.
|
||||||
|
* setup.py - reintroducing dependencies pytz and tzlocal - but only for old python versions
|
||||||
|
* README.md - proper documentation of the dual licensing, ref
|
||||||
|
https://github.com/python-caldav/caldav/issues/60
|
||||||
|
* caldav/objects.py - fixes (or workarounds?) that solves real-world
|
||||||
|
issues with iCloud and MS Exchange. Ref https://github.com/python-caldav/caldav/pull/56
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 06:44:50 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
Thu Apr 25 06:44:50 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python
|
# spec file for package python-caldav
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global modname caldav
|
%global modname caldav
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CalDAV (RFC4791) client library for Python
|
Summary: CalDAV (RFC4791) client library for Python
|
||||||
License: GPL-3.0-or-later AND Apache-2.0
|
License: GPL-3.0-or-later AND Apache-2.0
|
||||||
@ -35,12 +35,14 @@ BuildRequires: %{python_module vobject}
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lxml
|
Requires: python-lxml
|
||||||
Requires: python-nose
|
Requires: python-nose
|
||||||
Requires: python-pytz
|
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-tzlocal
|
|
||||||
Requires: python-vobject
|
Requires: python-vobject
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%ifpython2
|
||||||
|
Requires: python-pytz
|
||||||
|
Requires: python-tzlocal
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user