Hello community,

here is the log from the commit of package python-caldav for openSUSE:Factory 
checked in at 2019-04-05 11:56:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-caldav (Old)
 and      /work/SRC/openSUSE:Factory/.python-caldav.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-caldav"

Fri Apr  5 11:56:51 2019 rev:4 rq:687588 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-caldav/python-caldav.changes      
2018-12-13 19:41:04.949265513 +0100
+++ /work/SRC/openSUSE:Factory/.python-caldav.new.3908/python-caldav.changes    
2019-04-05 11:56:53.326346252 +0200
@@ -1,0 +2,16 @@
+Fri Mar 22 10:55:32 UTC 2019 - [email protected]
+
+- 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
+ 
+-------------------------------------------------------------------

Old:
----
  caldav-0.5.0.tar.gz

New:
----
  caldav-0.6.0.tar.gz

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

Other differences:
------------------
++++++ python-caldav.spec ++++++
--- /var/tmp/diff_new_pack.x7CZkC/_old  2019-04-05 11:56:54.174346855 +0200
+++ /var/tmp/diff_new_pack.x7CZkC/_new  2019-04-05 11:56:54.178346858 +0200
@@ -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-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 @@
 %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

++++++ caldav-0.5.0.tar.gz -> caldav-0.6.0.tar.gz ++++++
++++ 2996 lines of diff (skipped)


Reply via email to