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.15.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4e68cca3548
branches:  trunk
changeset: 359291:c4e68cca3548
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 05 14:36:49 2017 +0000

description:
Updated py-vdirsyncer to 0.15.0.

Version 0.15.0
==============

*released on 28 February 2017*

- Deprecated syntax for configuration values is now completely rejected. All
  values now have to be valid JSON.
- A few UX improvements for Google storages, see :gh:`549` and :gh:`552`.
- Fix collection discovery for :storage:`google_contacts`, see :gh:`564`.
- iCloud is now tested on Travis, see :gh:`567`.

diffstat:

 time/py-vdirsyncer/Makefile |   4 ++--
 time/py-vdirsyncer/PLIST    |  20 +++++++++++++-------
 time/py-vdirsyncer/distinfo |  10 +++++-----
 3 files changed, 20 insertions(+), 14 deletions(-)

diffs (81 lines):

diff -r 47b3c306d094 -r c4e68cca3548 time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Sun Mar 05 14:34:46 2017 +0000
+++ b/time/py-vdirsyncer/Makefile       Sun Mar 05 14:36:49 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2017/01/16 11:00:29 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/03/05 14:36:49 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.14.1
+DISTNAME=      vdirsyncer-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vdirsyncer/}
diff -r 47b3c306d094 -r c4e68cca3548 time/py-vdirsyncer/PLIST
--- a/time/py-vdirsyncer/PLIST  Sun Mar 05 14:34:46 2017 +0000
+++ b/time/py-vdirsyncer/PLIST  Sun Mar 05 14:36:49 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2016/10/03 12:11:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/03/05 14:36:49 wiz Exp $
 bin/vdirsyncer
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -9,12 +9,18 @@
 ${PYSITELIB}/vdirsyncer/__init__.py
 ${PYSITELIB}/vdirsyncer/__init__.pyc
 ${PYSITELIB}/vdirsyncer/__init__.pyo
+${PYSITELIB}/vdirsyncer/__main__.py
+${PYSITELIB}/vdirsyncer/__main__.pyc
+${PYSITELIB}/vdirsyncer/__main__.pyo
 ${PYSITELIB}/vdirsyncer/cli/__init__.py
 ${PYSITELIB}/vdirsyncer/cli/__init__.pyc
 ${PYSITELIB}/vdirsyncer/cli/__init__.pyo
 ${PYSITELIB}/vdirsyncer/cli/config.py
 ${PYSITELIB}/vdirsyncer/cli/config.pyc
 ${PYSITELIB}/vdirsyncer/cli/config.pyo
+${PYSITELIB}/vdirsyncer/cli/discover.py
+${PYSITELIB}/vdirsyncer/cli/discover.pyc
+${PYSITELIB}/vdirsyncer/cli/discover.pyo
 ${PYSITELIB}/vdirsyncer/cli/fetchparams.py
 ${PYSITELIB}/vdirsyncer/cli/fetchparams.pyc
 ${PYSITELIB}/vdirsyncer/cli/fetchparams.pyo
@@ -27,6 +33,9 @@
 ${PYSITELIB}/vdirsyncer/exceptions.py
 ${PYSITELIB}/vdirsyncer/exceptions.pyc
 ${PYSITELIB}/vdirsyncer/exceptions.pyo
+${PYSITELIB}/vdirsyncer/http.py
+${PYSITELIB}/vdirsyncer/http.pyc
+${PYSITELIB}/vdirsyncer/http.pyo
 ${PYSITELIB}/vdirsyncer/metasync.py
 ${PYSITELIB}/vdirsyncer/metasync.pyc
 ${PYSITELIB}/vdirsyncer/metasync.pyo
@@ -66,12 +75,9 @@
 ${PYSITELIB}/vdirsyncer/utils/__init__.py
 ${PYSITELIB}/vdirsyncer/utils/__init__.pyc
 ${PYSITELIB}/vdirsyncer/utils/__init__.pyo
-${PYSITELIB}/vdirsyncer/utils/http.py
-${PYSITELIB}/vdirsyncer/utils/http.pyc
-${PYSITELIB}/vdirsyncer/utils/http.pyo
-${PYSITELIB}/vdirsyncer/utils/vobject.py
-${PYSITELIB}/vdirsyncer/utils/vobject.pyc
-${PYSITELIB}/vdirsyncer/utils/vobject.pyo
 ${PYSITELIB}/vdirsyncer/version.py
 ${PYSITELIB}/vdirsyncer/version.pyc
 ${PYSITELIB}/vdirsyncer/version.pyo
+${PYSITELIB}/vdirsyncer/vobject.py
+${PYSITELIB}/vdirsyncer/vobject.pyc
+${PYSITELIB}/vdirsyncer/vobject.pyo
diff -r 47b3c306d094 -r c4e68cca3548 time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo       Sun Mar 05 14:34:46 2017 +0000
+++ b/time/py-vdirsyncer/distinfo       Sun Mar 05 14:36:49 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2017/01/16 11:00:29 wiz Exp $
+$NetBSD: distinfo,v 1.33 2017/03/05 14:36:49 wiz Exp $
 
-SHA1 (vdirsyncer-0.14.1.tar.gz) = b33bf0f2740ac16eb28fe1e7a7e37bdfcc1600f3
-RMD160 (vdirsyncer-0.14.1.tar.gz) = a4cdba9a419ffd33943076b14c28d9acdb677d24
-SHA512 (vdirsyncer-0.14.1.tar.gz) = 5c0b0fbd1ba3df9d2291d2ac77c0a330f0908a7b7b9685dab994d7092d72a198555b36d9023fb4030344968fc9dc68c4acda8632a8cbb98ceaff64929ac38bb4
-Size (vdirsyncer-0.14.1.tar.gz) = 106532 bytes
+SHA1 (vdirsyncer-0.15.0.tar.gz) = 6d6fa20aeda104e7687347ee67c91e1d442f6236
+RMD160 (vdirsyncer-0.15.0.tar.gz) = f0e874264309d11af685280d754f34a905c2506b
+SHA512 (vdirsyncer-0.15.0.tar.gz) = d4fad0cbe83ebcccbfc49cb26527650235cf654b584478372ca7286cec5ed4e818f554478d91ef7ee206c9c424e33dc2b9a732758ff3b5c85cd6587f0e7c7fe1
+Size (vdirsyncer-0.15.0.tar.gz) = 110907 bytes



Home | Main Index | Thread Index | Old Index