diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 12:46:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 12:46:17 +0000 |
commit | 7c2174b9dc129fd4212c196157fbf0ac4ab6e6f5 (patch) | |
tree | 3943883fcb75671e4e90b9a2aefc4f6e5bee2005 /time | |
parent | 67de45bdd01886c1f8ada42282829fd701cdd0d7 (diff) | |
download | pkgsrc-7c2174b9dc129fd4212c196157fbf0ac4ab6e6f5.tar.gz |
Update to 0.3.0:
Version 0.3.0
=============
*released on 20 September 2014*
- Add ``verify_fingerprint`` parameter to
:py:class:`vdirsyncer.storage.HttpStorage`,
:py:class:`vdirsyncer.storage.CaldavStorage` and
:py:class:`vdirsyncer.storage.CarddavStorage`,
see issue `#99`_ and pull request `#106`_.
- Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_
and pull request `#117`_.
- Emit warnings (instead of exceptions) about certain invalid responses from
the server, see issue `#113`_. This is apparently required for compatibility
with Davmail.
.. _`#99`: https://github.com/untitaker/vdirsyncer/issues/99
.. _`#106`: https://github.com/untitaker/vdirsyncer/pull/106
.. _`#108`: https://github.com/untitaker/vdirsyncer/issues/108
.. _`#113`: https://github.com/untitaker/vdirsyncer/issues/113
.. _`#117`: https://github.com/untitaker/vdirsyncer/pull/117
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index b15297a6067..1321f309e52 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/09/25 19:39:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2014/10/01 12:46:17 wiz Exp $ -DISTNAME= vdirsyncer-0.2.5 +DISTNAME= vdirsyncer-0.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= https://pypi.python.org/packages/source/v/vdirsyncer/ diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 7fea3b1d004..ed86ccf4f98 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/08/27 16:10:49 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/10/01 12:46:17 wiz Exp $ -SHA1 (vdirsyncer-0.2.5.tar.gz) = cf2b9e34964a4493f1614d0c55391a27ebe18299 -RMD160 (vdirsyncer-0.2.5.tar.gz) = 307970fdf0987b85e080f354a00c6d86e382b159 -Size (vdirsyncer-0.2.5.tar.gz) = 43937 bytes +SHA1 (vdirsyncer-0.3.0.tar.gz) = 2c5b30974973b06bdc30f95808a2fa4f940f0aec +RMD160 (vdirsyncer-0.3.0.tar.gz) = 39a3738223380b33266fe9582b54332c965f1b87 +Size (vdirsyncer-0.3.0.tar.gz) = 40068 bytes |