diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-01 10:58:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-01 10:58:10 +0000 |
commit | 5da0184b4f2a03ba5cacff014a2c6ad885dae48d (patch) | |
tree | 0cb02214ebeabe17991da952f8511bfe9f07ade2 /time | |
parent | cf35c92b5a1d302a6e301e3c3445ef1df30dd0a1 (diff) | |
download | pkgsrc-5da0184b4f2a03ba5cacff014a2c6ad885dae48d.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 6 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index ad239edfc44..739593924f1 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -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 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_s 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 --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index ce3398191d8..bc0b14cc704 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -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 |