diff --git a/python-vdirsyncer.changes b/python-vdirsyncer.changes index 6c85a62..0e42999 100644 --- a/python-vdirsyncer.changes +++ b/python-vdirsyncer.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Dec 8 16:14:31 UTC 2023 - Dirk Müller + +- 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 @@ -6,7 +31,7 @@ Thu Jul 27 14:34:41 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Thu May 4 23:56:08 UTC 2023 - Dirk Müller -- fix and reenable tests +- fix and reenable tests ------------------------------------------------------------------- Sun Dec 18 22:01:01 UTC 2022 - Matej Cepl @@ -92,7 +117,7 @@ Mon May 31 15:07:46 UTC 2021 - Matej Cepl ------------------------------------------------------------------- Tue Apr 12 06:56:05 UTC 2021 - Steve Kowalik -- Remove ifpython3 macro guarding the Provides/Obsoletes +- Remove ifpython3 macro guarding the Provides/Obsoletes ------------------------------------------------------------------- Fri Mar 12 19:57:06 UTC 2021 - Matej Cepl @@ -108,7 +133,7 @@ Sun Feb 28 22:24:56 UTC 2021 - Hans-Peter Jansen Tue Sep 1 15:11:22 UTC 2020 - Michal Hrusecky -fix compatibility with latest click - patch taken directly from upstream git - * 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch + * 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch ------------------------------------------------------------------- Thu Jul 23 09:16:29 UTC 2020 - Marketa Calabkova @@ -150,7 +175,7 @@ Wed Jun 5 07:15:52 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Thu May 16 22:35:41 UTC 2019 - ranand@suse.com -- Skip flaky test test_legacy_status +- Skip flaky test test_legacy_status ------------------------------------------------------------------- Tue May 7 05:47:52 UTC 2019 - pgajdos@suse.com diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 326e32c..fb3fc9c 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -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 diff --git a/vdirsyncer-0.19.0.tar.gz b/vdirsyncer-0.19.0.tar.gz deleted file mode 100644 index 2731049..0000000 --- a/vdirsyncer-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525 -size 122533 diff --git a/vdirsyncer-0.19.2.tar.gz b/vdirsyncer-0.19.2.tar.gz new file mode 100644 index 0000000..133aebe --- /dev/null +++ b/vdirsyncer-0.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd058ceeab8293459a0466cd9b0e4ab3b39462c6e089a0f0ac37c307420d82ba +size 123389