pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer Updated py-vdirsyncer to 0.13.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/afd4a2a9cd1b
branches: trunk
changeset: 353346:afd4a2a9cd1b
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 03 12:11:36 2016 +0000
description:
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:
time/py-vdirsyncer/Makefile | 7 +++----
time/py-vdirsyncer/PLIST | 5 +----
time/py-vdirsyncer/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r 4fd1a5e1d4d9 -r afd4a2a9cd1b time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile Mon Oct 03 12:07:44 2016 +0000
+++ b/time/py-vdirsyncer/Makefile Mon Oct 03 12:11:36 2016 +0000
@@ -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 @@
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 -r 4fd1a5e1d4d9 -r afd4a2a9cd1b time/py-vdirsyncer/PLIST
--- a/time/py-vdirsyncer/PLIST Mon Oct 03 12:07:44 2016 +0000
+++ b/time/py-vdirsyncer/PLIST Mon Oct 03 12:11:36 2016 +0000
@@ -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/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 -r 4fd1a5e1d4d9 -r afd4a2a9cd1b time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo Mon Oct 03 12:07:44 2016 +0000
+++ b/time/py-vdirsyncer/distinfo Mon Oct 03 12:11:36 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index