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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac29e8429e3b
branches:  trunk
changeset: 350637:ac29e8429e3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 01 10:58:10 2016 +0000

description:
Updated py-vdirsyncer to 0.11.3.

Version 0.11.3
==============

*released on 29 July 2016*

- Default value of ``auth`` parameter was changed from ``guess`` to ``basic``
  to resolve issues with the Apple Calendar Server (:gh:`457`) and improve
  performance. See :gh:`461`.
- **Packagers:** The ``click-threading`` requirement is now ``>=0.2``. It was
  incorrect before. See :gh:`478`.
- Fix a bug in the DAV XML parsing code that would make vdirsyncer crash on
  certain input. See :gh:`480`.
- Redirect chains should now be properly handled when resolving ``well-known``
  URLs. See :ghpr:`481`.

diffstat:

 time/py-vdirsyncer/Makefile |   6 +++---
 time/py-vdirsyncer/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 9383ce565247 -r ac29e8429e3b time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Mon Aug 01 10:56:02 2016 +0000
+++ b/time/py-vdirsyncer/Makefile       Mon Aug 01 10:58:10 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/06/19 20:41:42 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/08/01 10:58:10 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.11.2
+DISTNAME=      vdirsyncer-0.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vdirsyncer/}
@@ -16,7 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-click-log>=0.1.3:../../devel/py-click-log
-DEPENDS+=      ${PYPKGPREFIX}-click-threading-[0-9]*:../../devel/py-click-threading
+DEPENDS+=      ${PYPKGPREFIX}-click-threading>=0.2.0:../../devel/py-click-threading
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.9.1:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib-[0-9]*:../../security/py-requests-oauthlib
 DEPENDS+=      ${PYPKGPREFIX}-requests-toolbelt>=0.4.0:../../devel/py-requests-toolbelt
diff -r 9383ce565247 -r ac29e8429e3b time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo       Mon Aug 01 10:56:02 2016 +0000
+++ b/time/py-vdirsyncer/distinfo       Mon Aug 01 10:58:10 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2016/06/19 20:41:42 wiz Exp $
+$NetBSD: distinfo,v 1.28 2016/08/01 10:58:10 wiz Exp $
 
-SHA1 (vdirsyncer-0.11.2.tar.gz) = cf40020fb2621ee2a8d97e5c5d6a1a8c90afac31
-RMD160 (vdirsyncer-0.11.2.tar.gz) = 626717c478e9b22a5bc5e092e46294db9087bf94
-SHA512 (vdirsyncer-0.11.2.tar.gz) = bfd142d1b9f2a5ac87b538fdf4aa2d0b3a6d1aab1370907c74f024ebb7ed73606db0867330b8442bfc8daa45971b472d68754e927a02bff0d6056768259603a5
-Size (vdirsyncer-0.11.2.tar.gz) = 98819 bytes
+SHA1 (vdirsyncer-0.11.3.tar.gz) = 186b8bb33954e67a3a16127f6478fb5ea458a688
+RMD160 (vdirsyncer-0.11.3.tar.gz) = 13102af4bc08d132b0da6d0810f9c7760db070be
+SHA512 (vdirsyncer-0.11.3.tar.gz) = 6e8744dc72f103383bdc745ac98076ed1c8eb20a54e9af74a9b5ec41c01e5e7f256c30233e45cc012b10ec390e29a58b4bc2b101a3cbd57493cb20f2eef7e946
+Size (vdirsyncer-0.11.3.tar.gz) = 99414 bytes



Home | Main Index | Thread Index | Old Index