forked from pool/python-vdirsyncer
Accepting request 1132134 from devel:languages:python
- 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/request/show/1132134 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vdirsyncer?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 8 16:14:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 14:34:41 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
Thu Jul 27 14:34:41 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-vdirsyncer
|
Name: python-vdirsyncer
|
||||||
Version: 0.19.0
|
Version: 0.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CalDAV and CardDAV synchronization module
|
Summary: CalDAV and CardDAV synchronization module
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525
|
|
||||||
size 122533
|
|
3
vdirsyncer-0.19.2.tar.gz
Normal file
3
vdirsyncer-0.19.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd058ceeab8293459a0466cd9b0e4ab3b39462c6e089a0f0ac37c307420d82ba
|
||||||
|
size 123389
|
Reference in New Issue
Block a user