diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-01 11:37:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-01 11:37:27 +0000 |
commit | 7aeb0e6b9a0f0202bf2830597666094c6cdcc01c (patch) | |
tree | 7f278ffb3fcaf1c2b147ba77191ede243205228a /time/py-vdirsyncer | |
parent | d0b5903292d4440b4ac95c0f027b5884dd457ab1 (diff) | |
download | pkgsrc-7aeb0e6b9a0f0202bf2830597666094c6cdcc01c.tar.gz |
Update to 0.3.1:
Version 0.3.1
=============
*released on 24 November 2014*
- Fixed a bug where vdirsyncer would delete items if they're deleted on side A
but modified on side B. Instead vdirsyncer will now upload the new items to
side A. See :gh:`128`.
- Synchronization continues with the remaining pairs if one pair crashes, see
:gh:`121`.
- The ``processes`` config key is gone. There is now a ``--max-workers`` option
on the CLI which has a similar purpose. See :ghpr:`126`.
- The Read The Docs-theme is no longer required for building the docs. If it is
not installed, the default theme will be used. See :gh:`134`.
Diffstat (limited to 'time/py-vdirsyncer')
-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 1321f309e52..9a807be4681 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/10/01 12:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/12/01 11:37:27 wiz Exp $ -DISTNAME= vdirsyncer-0.3.0 +DISTNAME= vdirsyncer-0.3.1 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 ed86ccf4f98..14e077635cf 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2014/10/01 12:46:17 wiz Exp $ +$NetBSD: distinfo,v 1.5 2014/12/01 11:37:27 wiz Exp $ -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 +SHA1 (vdirsyncer-0.3.1.tar.gz) = 31152e4ddaa30eb04669ebc711dcba6e23f6dd0e +RMD160 (vdirsyncer-0.3.1.tar.gz) = 8ef638a4cc0398d9b822cab8cbc8bcdf7dcfbfb9 +Size (vdirsyncer-0.3.1.tar.gz) = 137639 bytes |