Monday, August 28, 2017

[update] vdirsyncer 0.16.2

Hi,

This updates vdirsyncer to version 0.16.2 released few days ago.

From the change log:
----------
Version 0.16.2

released on 24 August 2017

Fix crash when using daterange or item_type filters in :storage:`google_calendar`, see :gh:`657`.
Packagers: Fixes for new version 0.2.0 of click-log. The version requirements for the dependency click-log changed.

Version 0.16.1

released on 8 August 2017

Removed remoteStorage support, see :gh:`647`.
Fixed test failures caused by latest requests version, see :gh:`660`.
----------

I tested it with my collection of contacts against Baikal.

Remi



Index: Makefile
===================================================================
RCS file: /cvs/ports/productivity/vdirsyncer/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 17 Jul 2017 00:09:56 -0000 1.3
+++ Makefile 28 Aug 2017 20:30:57 -0000
@@ -2,7 +2,7 @@

COMMENT = synchronize calendars and contacts

-MODPY_EGG_VERSION = 0.16.0
+MODPY_EGG_VERSION = 0.16.2
DISTNAME = vdirsyncer-${MODPY_EGG_VERSION}
CATEGORIES = productivity

Index: distinfo
===================================================================
RCS file: /cvs/ports/productivity/vdirsyncer/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 17 Jul 2017 00:09:56 -0000 1.2
+++ distinfo 28 Aug 2017 20:30:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (vdirsyncer-0.16.0.tar.gz) = z9v6eZNzygj1M7/Fe9DTr+/oosX4RXgts4uImhmsqVg=
-SIZE (vdirsyncer-0.16.0.tar.gz) = 113408
+SHA256 (vdirsyncer-0.16.2.tar.gz) = qoGfKfS80ffdVqmNzt23GVasiQ2KNEFN+aLe+lj/uKc=
+SIZE (vdirsyncer-0.16.2.tar.gz) = 112083
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/vdirsyncer/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 17 Jul 2017 00:09:56 -0000 1.2
+++ pkg/PLIST 28 Aug 2017 20:30:57 -0000
@@ -50,7 +50,6 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/${MODPY_PYCACHE}google.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/${MODPY_PYCACHE}http.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/${MODPY_PYCACHE}memory.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/${MODPY_PYCACHE}remotestorage.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/${MODPY_PYCACHE}singlefile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/base.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/dav.py
@@ -59,7 +58,6 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/google.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/http.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/memory.py
-lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/remotestorage.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/storage/singlefile.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/sync.py
lib/python${MODPY_VERSION}/site-packages/vdirsyncer/utils.py

No comments:

Post a Comment