Commit Graph

9 Commits

Author SHA256 Message Date
cc61009cdc - update to 0.8.2:
* urllib.quote on uuids before including it in a new URL on object creation
  * Principal.calendar (and CalendarSet.calendar) now accepts an URL as "cal_id"
  * Minor workaround for problem with cloud.global/e.email: urllib.quote the
    calendar_home_set_url if it's a path and it contains the character '@'
  * Minor fixes to improve support for SOGo
  * Bugfix for non-ascii in the password
  * timezones ... the API of tzlocal was changed for a short while,
    pytz is deprecated, but icalendar only supports timestamps localized with pytz.  What a mess!
  * Added supported-report-set to the tags (but so far no code for using it)
  * Multiget didn't work
  * Silly spelling mistake in one of the error classes
  * Attempts to resolve broken ical issues with X-APPLE-STRUCTURED-EVENT
    and X-APPLE-STRUCTURED-LOCATION (#37, ...)
  * Compatibility issue with e.email

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=19
2022-01-15 15:28:53 +00:00
150c7ac6e0 Accepting request 906345 from home:jacraig:branches:devel:languages:python
- 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
2021-07-14 20:00:13 +00:00
Steve Kowalik
d842fc498a - 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/package/show/devel:languages:python/python-caldav?expand=0&rev=16
2020-06-15 07:00:31 +00:00
Tomáš Chvátal
db344a11b0 Accepting request 766779 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/766779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=14
2020-01-24 11:47:04 +00:00
Thomas Bechtold
fad958c0c6 Accepting request 697739 from system:homeautomation:home-assistant
update

OBS-URL: https://build.opensuse.org/request/show/697739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=12
2019-04-25 06:55:55 +00:00
Tomáš Chvátal
c28b3364c9 Accepting request 687583 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/687583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=10
2019-03-22 11:19:19 +00:00
ab0cab12d5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=7
2018-12-04 13:18:44 +00:00
Thomas Bechtold
716a284d47 Accepting request 509173 from home:jengelh:branches:devel:languages:python
- Drop history lesson and future goal wording from description.

OBS-URL: https://build.opensuse.org/request/show/509173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=5
2017-07-10 12:34:50 +00:00
Dominique Leuenberger
774a9f53e5 Accepting request 503299 from home:okurz:branches:devel:languages:python
Submission of current upstream release 0.5.0; singlespec

OBS-URL: https://build.opensuse.org/request/show/503299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-caldav?expand=0&rev=1
2017-06-30 09:23:42 +00:00