diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-31 15:12:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-31 15:12:41 +0000 |
commit | 2de07af1c8e25177203a17fac88fa6b7de29b218 (patch) | |
tree | b94eebb086732dfa673e251f12ca8f18ebb35275 /time/py-vdirsyncer | |
parent | ad6dc4557ecce40230f84685ab87fcfbb6eaa04e (diff) | |
download | pkgsrc-2de07af1c8e25177203a17fac88fa6b7de29b218.tar.gz |
Update to 0.4.0:
Version 0.4.0
=============
*released on 31 December 2014*
- The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be
compatible with it, but vdirsyncer now caches the results of the collection
discovery. You have to run ``vdirsyncer discover`` if collections were added
or removed on one side.
- Pair and storage names are now restricted to certain characters. Vdirsyncer
will issue a clear error message if your configuration file is invalid in
that regard.
- Vdirsyncer now supports the XDG-Basedir specification. If the
``VDIRSYNCER_CONFIG`` environment variable isn't set and the
``~/.vdirsyncer/config`` file doesn't exist, it will look for the
configuration file at ``$XDG_CONFIG_HOME/vdirsyncer/config``.
- Some improvements to CardDAV and CalDAV discovery, based on problems found
with FastMail. Support for ``.well-known``-URIs has been added.
Diffstat (limited to 'time/py-vdirsyncer')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 | ||||
-rw-r--r-- | time/py-vdirsyncer/PLIST | 14 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 8 |
3 files changed, 16 insertions, 10 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 4b48ade6d0c..55fda17d4b5 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/12/14 15:55:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/31 15:12:41 wiz Exp $ -DISTNAME= vdirsyncer-0.3.4 +DISTNAME= vdirsyncer-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index 3d6e9ce88a5..0e0e8dada17 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/08/27 16:10:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/12/31 15:12:41 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -9,9 +9,15 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/vdirsyncer/__init__.py ${PYSITELIB}/vdirsyncer/__init__.pyc ${PYSITELIB}/vdirsyncer/__init__.pyo -${PYSITELIB}/vdirsyncer/cli.py -${PYSITELIB}/vdirsyncer/cli.pyc -${PYSITELIB}/vdirsyncer/cli.pyo +${PYSITELIB}/vdirsyncer/cli/__init__.py +${PYSITELIB}/vdirsyncer/cli/__init__.pyc +${PYSITELIB}/vdirsyncer/cli/__init__.pyo +${PYSITELIB}/vdirsyncer/cli/tasks.py +${PYSITELIB}/vdirsyncer/cli/tasks.pyc +${PYSITELIB}/vdirsyncer/cli/tasks.pyo +${PYSITELIB}/vdirsyncer/cli/utils.py +${PYSITELIB}/vdirsyncer/cli/utils.pyc +${PYSITELIB}/vdirsyncer/cli/utils.pyo ${PYSITELIB}/vdirsyncer/doubleclick.py ${PYSITELIB}/vdirsyncer/doubleclick.pyc ${PYSITELIB}/vdirsyncer/doubleclick.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 9fdc4fe7b59..83f03726e64 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/12/14 15:55:00 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/12/31 15:12:41 wiz Exp $ -SHA1 (vdirsyncer-0.3.4.tar.gz) = 245db5db34da9e0f200dc45c7a38c52cd068badb -RMD160 (vdirsyncer-0.3.4.tar.gz) = f00adf6b58012930575e426cc91f543eb5b133ae -Size (vdirsyncer-0.3.4.tar.gz) = 138452 bytes +SHA1 (vdirsyncer-0.4.0.tar.gz) = a298f467735b0b6609a0d16c40aeb18ba62ef62a +RMD160 (vdirsyncer-0.4.0.tar.gz) = 98a97f24422482e2da55dfa7e1e3616dbb8767eb +Size (vdirsyncer-0.4.0.tar.gz) = 145530 bytes |