14
0

- update to 0.19.2:

* Improve the performance of ``SingleFileStorage``. :gh:`818`
  * Properly document some caveats of the Google Contacts
    storage.
  * Fix crash when using auth certs. :gh:`1033`
  * The ``filesystem`` storage can be specified with ``type =
  * "filesystem/icalendar"`` or ``type = "filesystem/vcard"``.
    This has not functional impact, and is merely for forward
    compatibility with the Rust implementation of vdirsyncer.
  * Python 3.10 and 3.11 are officially supported.
  * Instructions for integrating with Google CalDav/CardDav have
    changed.
  * Applications now need to be registered as "Desktop
    applications". Using "Web application" no longer works due
    to changes on Google's side.
  * Fixed crash when operating on Google Contacts. :gh:`994`
  * The ``HTTP_PROXY`` and ``HTTPS_PROXY`` are now respected.
  * Instructions for integrating with Google CalDav/CardDav have
    changed.
  * Applications now need to be registered as "Web Application".
  * Various documentation updates.
- fix and reenable tests
- Remove ifpython3 macro guarding the Provides/Obsoletes
 * 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch
- Skip flaky test test_legacy_status

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=43
This commit is contained in:
2023-12-08 16:15:32 +00:00
committed by Git OBS Bridge
parent f68bf7bc1f
commit b83b7f7fb4
4 changed files with 33 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-vdirsyncer
Version: 0.19.0
Version: 0.19.2
Release: 0
Summary: CalDAV and CardDAV synchronization module
License: BSD-3-Clause