14
0

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:
2023-12-09 21:53:29 +00:00
committed by Git OBS Bridge
4 changed files with 33 additions and 8 deletions

View File

@@ -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>
@@ -6,7 +31,7 @@ Thu Jul 27 14:34:41 UTC 2023 - Matej Cepl <mcepl@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 4 23:56:08 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu May 4 23:56:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- fix and reenable tests - fix and reenable tests
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 18 22:01:01 UTC 2022 - Matej Cepl <mcepl@suse.com> Sun Dec 18 22:01:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
@@ -92,7 +117,7 @@ Mon May 31 15:07:46 UTC 2021 - Matej Cepl <mcepl@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 12 06:56:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com> Tue Apr 12 06:56:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Remove ifpython3 macro guarding the Provides/Obsoletes - Remove ifpython3 macro guarding the Provides/Obsoletes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 12 19:57:06 UTC 2021 - Matej Cepl <mcepl@suse.com> Fri Mar 12 19:57:06 UTC 2021 - Matej Cepl <mcepl@suse.com>
@@ -108,7 +133,7 @@ Sun Feb 28 22:24:56 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
Tue Sep 1 15:11:22 UTC 2020 - Michal Hrusecky <michal.hrusecky@opensuse.org> Tue Sep 1 15:11:22 UTC 2020 - Michal Hrusecky <michal.hrusecky@opensuse.org>
-fix compatibility with latest click - patch taken directly from upstream git -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 <mcalabkova@suse.com> Thu Jul 23 09:16:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
@@ -150,7 +175,7 @@ Wed Jun 5 07:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 16 22:35:41 UTC 2019 - ranand@suse.com 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 Tue May 7 05:47:52 UTC 2019 - pgajdos@suse.com

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd058ceeab8293459a0466cd9b0e4ab3b39462c6e089a0f0ac37c307420d82ba
size 123389