diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 12:11:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 12:11:36 +0000 |
commit | e9d36e59beca1b3c3a3cf58a3c6ea7dcfb174778 (patch) | |
tree | 452bbc62824b4336fe830538baa1e10cbb7a6b6c /time | |
parent | 4ae5127319bac7bd727f57f938a5dde1832e1c5e (diff) | |
download | pkgsrc-e9d36e59beca1b3c3a3cf58a3c6ea7dcfb174778.tar.gz |
Updated py-vdirsyncer to 0.13.1.
Version 0.13.1
==============
*released on 30 September 2016*
- Fix a bug that would completely break collection discovery.
Version 0.13.0
==============
*released on 29 September 2016*
- Python 2 is no longer supported at all. See :gh:`219`.
- Config sections are now checked for duplicate names. This also means that you
cannot have a storage section ``[storage foo]`` and a pair ``[pair foo]`` in
your config, they have to have different names. This is done such that
console output is always unambigous. See :gh:`459`.
- Custom commands can now be used for conflict resolution during sync. See
:gh:`127`.
- :storage:`http` now completely ignores UIDs. This avoids a lot of unnecessary
down- and uploads.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 7 | ||||
-rw-r--r-- | time/py-vdirsyncer/PLIST | 5 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 10 |
3 files changed, 9 insertions, 13 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 44b6466b2ca..231f7afbb4a 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2016/08/22 14:15:12 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2016/10/03 12:11:36 wiz Exp $ -DISTNAME= vdirsyncer-0.12.1 +DISTNAME= vdirsyncer-0.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} @@ -29,8 +29,7 @@ USE_LANGUAGES= # none INSTALLATION_DIRS= share/examples/${PKGBASE} PLIST_SUBST+= PKGBASE=${PKGBASE} -PYTHON_VERSIONS_INCOMPATIBLE= 27 # still supported but gives runtime warning -# see https://github.com/pimutils/vdirsyncer/issues/219 +PYTHON_VERSIONS_INCOMPATIBLE= 27 # not supported any longer .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index 7bfd4a434c7..6423fd1a5bf 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/04/24 09:48:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/10/03 12:11:36 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -66,9 +66,6 @@ ${PYSITELIB}/vdirsyncer/sync.pyo ${PYSITELIB}/vdirsyncer/utils/__init__.py ${PYSITELIB}/vdirsyncer/utils/__init__.pyc ${PYSITELIB}/vdirsyncer/utils/__init__.pyo -${PYSITELIB}/vdirsyncer/utils/compat.py -${PYSITELIB}/vdirsyncer/utils/compat.pyc -${PYSITELIB}/vdirsyncer/utils/compat.pyo ${PYSITELIB}/vdirsyncer/utils/http.py ${PYSITELIB}/vdirsyncer/utils/http.pyc ${PYSITELIB}/vdirsyncer/utils/http.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 9b3198effd5..e11f0231761 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2016/08/22 14:15:12 wiz Exp $ +$NetBSD: distinfo,v 1.30 2016/10/03 12:11:36 wiz Exp $ -SHA1 (vdirsyncer-0.12.1.tar.gz) = 81bf4f656a13a872e9a34468add2e90c68540ce7 -RMD160 (vdirsyncer-0.12.1.tar.gz) = 97cee894aa32ee7791f6db8b3a6cd89f4e94af03 -SHA512 (vdirsyncer-0.12.1.tar.gz) = 1ac41caadd89e10d9aa3f9838daa0974cf79add1cbaf4959694ce1f9ebabed3863c67f656c3b2310d1e3143a0c442c9439fb79cf48ccaa52060cab7f90413030 -Size (vdirsyncer-0.12.1.tar.gz) = 99808 bytes +SHA1 (vdirsyncer-0.13.1.tar.gz) = f7ec5ddc1de57fdbe4242785b1de416660965992 +RMD160 (vdirsyncer-0.13.1.tar.gz) = a4e9bfab10f8faddae55cf9d39800e5fc03f03e9 +SHA512 (vdirsyncer-0.13.1.tar.gz) = d4d02a096824b3d109bb59e3137e94bdc6a6f5e5db6e354bab6faebd569934660cb3063c8fa007efa321285434db4c59eb5d4c985cafe4c458b7f62bf6879ab9 +Size (vdirsyncer-0.13.1.tar.gz) = 103618 bytes |