Matej Cepl
150c7ac6e0
- Update to 0.8.0 * Support for WebDAV sync-tokens * Work on support for RFC6635, scheduling/RVSP (partially done) * Improved support for iCloud, Google * Calendar API improvements * Improvement of the documentation, examples and inline docstrings and comments * Bugfixes - Use fdupes to remove duplicate files. - Remove shebangs from various non-executable Python files. OBS-URL: https://build.opensuse.org/request/show/906345 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=18
94 lines
4.2 KiB
Plaintext
94 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 12 23:22:46 UTC 2021 - Jason Craig <os@jacraig.com>
|
|
|
|
- Update to 0.8.0
|
|
* Support for WebDAV sync-tokens
|
|
* Work on support for RFC6635, scheduling/RVSP (partially done)
|
|
* Improved support for iCloud, Google
|
|
* Calendar API improvements
|
|
* Improvement of the documentation, examples and inline
|
|
docstrings and comments
|
|
* Bugfixes
|
|
- Use fdupes to remove duplicate files.
|
|
- Remove shebangs from various non-executable Python files.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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>
|
|
|
|
- version update to 0.6.1
|
|
* bugfix: accept text/calendar (required for fetching calendar items from the xandikos server, ref https://github.com/python-caldav/caldav/issues/40
|
|
|
|
-------------------------------------------------------------------
|
|
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 <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 10 12:05:22 UTC 2017 - jengelh@inai.de
|
|
|
|
- Drop history lesson and future goal wording from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 13 05:55:00 UTC 2017 - okurz@suse.com
|
|
|
|
- Update to 0.5.0
|
|
- Convert spec file to singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 3 15:08:39 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.4.0
|
|
* No upstream changelog
|
|
- Clean up spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 12:10:27 UTC 2013 - axel.braun@gmx.de
|
|
|
|
- Initial package ( version 0.1.12 )
|