pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer Update to 0.5.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e79c7afdfc4e
branches:  trunk
changeset: 652401:e79c7afdfc4e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 31 13:20:42 2015 +0000

description:
Update to 0.5.1:

Version 0.5.1
=============

*released on 29 May 2015*

- **N.b.: The PyPI upload of 0.5.0 is completely broken.**
- Raise version of required requests-toolbelt to ``0.4.0``.
- Command line should be a lot faster when no work is done, e.g. for help
  output.
- Fix compatibility with iCloud again.
- Use only one worker if debug mode is activated.
- ``verify=false`` is now disallowed in vdirsyncer, please use
  ``verify_fingerprint`` instead.
- Fixed a bug where vdirsyncer's DAV storage was not using the configured
  useragent for collection discovery.

diffstat:

 time/py-vdirsyncer/Makefile |  6 +++---
 time/py-vdirsyncer/PLIST    |  8 +++++++-
 time/py-vdirsyncer/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r fcad81583a3c -r e79c7afdfc4e time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Sun May 31 13:17:21 2015 +0000
+++ b/time/py-vdirsyncer/Makefile       Sun May 31 13:20:42 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2015/04/03 07:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2015/05/31 13:20:42 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.4.4
+DISTNAME=      vdirsyncer-0.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 MASTER_SITES=  https://pypi.python.org/packages/source/v/vdirsyncer/
@@ -16,7 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-click>=2.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.3.0:../../devel/py-requests-toolbelt
+DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt
 # optional, but recommended
 DEPENDS+=      ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
 
diff -r fcad81583a3c -r e79c7afdfc4e time/py-vdirsyncer/PLIST
--- a/time/py-vdirsyncer/PLIST  Sun May 31 13:17:21 2015 +0000
+++ b/time/py-vdirsyncer/PLIST  Sun May 31 13:20:42 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/02/04 12:36:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/05/31 13:20:42 wiz Exp $
 bin/vdirsyncer
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -57,6 +57,12 @@
 ${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
+${PYSITELIB}/vdirsyncer/utils/password.py
+${PYSITELIB}/vdirsyncer/utils/password.pyc
+${PYSITELIB}/vdirsyncer/utils/password.pyo
 ${PYSITELIB}/vdirsyncer/utils/vobject.py
 ${PYSITELIB}/vdirsyncer/utils/vobject.pyc
 ${PYSITELIB}/vdirsyncer/utils/vobject.pyo
diff -r fcad81583a3c -r e79c7afdfc4e time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo       Sun May 31 13:17:21 2015 +0000
+++ b/time/py-vdirsyncer/distinfo       Sun May 31 13:20:42 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2015/04/03 07:34:15 wiz Exp $
+$NetBSD: distinfo,v 1.13 2015/05/31 13:20:42 wiz Exp $
 
-SHA1 (vdirsyncer-0.4.4.tar.gz) = 0164a9da28843b0ac06cb696bd600bbd2a546986
-RMD160 (vdirsyncer-0.4.4.tar.gz) = bcf198dcaef124d1b10dad7b6feab5a8eeec99dd
-Size (vdirsyncer-0.4.4.tar.gz) = 205697 bytes
+SHA1 (vdirsyncer-0.5.1.tar.gz) = b0704a22897ec2766b4d98441a0a4cf6c0cf06d9
+RMD160 (vdirsyncer-0.5.1.tar.gz) = b8c1a8c0d33be727ca5f845bf0c0c18886743fb1
+Size (vdirsyncer-0.5.1.tar.gz) = 73553 bytes



Home | Main Index | Thread Index | Old Index