Accepting request 814646 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/814646 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-caldav?expand=0&rev=7
This commit is contained in:
commit
e21d5fc006
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80c33b143539da3a471148ac89512f67d9df3a5286fae5a023e2ad3923246c0d
|
||||
size 58280
|
3
caldav-0.7.1.tar.gz
Normal file
3
caldav-0.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55173d7efa4856c4183bd2dab4195c6a2760a590b07e16245a6deec0e71a5666
|
||||
size 118233
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 06:29:32 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <mcalabkova@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user