Hello community,

here is the log from the commit of package python-caldav for openSUSE:Factory 
checked in at 2020-06-15 20:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-caldav (Old)
 and      /work/SRC/openSUSE:Factory/.python-caldav.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-caldav"

Mon Jun 15 20:31:47 2020 rev:7 rq:814646 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-caldav/python-caldav.changes      
2020-01-24 14:12:14.366431320 +0100
+++ /work/SRC/openSUSE:Factory/.python-caldav.new.3606/python-caldav.changes    
2020-06-15 20:31:56.774676244 +0200
@@ -1,0 +2,14 @@
+Mon Jun 15 06:29:32 UTC 2020 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  caldav-0.6.2.tar.gz

New:
----
  caldav-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-caldav.spec ++++++
--- /var/tmp/diff_new_pack.VI6rjr/_old  2020-06-15 20:31:58.246681528 +0200
+++ /var/tmp/diff_new_pack.VI6rjr/_new  2020-06-15 20:31:58.254681557 +0200
@@ -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 @@
 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

++++++ caldav-0.6.2.tar.gz -> caldav-0.7.1.tar.gz ++++++
++++ 2357 lines of diff (skipped)


Reply via email to