pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-vdirsyncer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug  1 10:58:10 UTC 2016

Modified Files:
        pkgsrc/time/py-vdirsyncer: Makefile distinfo

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/time/py-vdirsyncer/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/py-vdirsyncer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-vdirsyncer/Makefile
diff -u pkgsrc/time/py-vdirsyncer/Makefile:1.37 pkgsrc/time/py-vdirsyncer/Makefile:1.38
--- pkgsrc/time/py-vdirsyncer/Makefile:1.37     Sun Jun 19 20:41:42 2016
+++ pkgsrc/time/py-vdirsyncer/Makefile  Mon Aug  1 10:58:10 2016
@@ -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}-setuptool
 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

Index: pkgsrc/time/py-vdirsyncer/distinfo
diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.27 pkgsrc/time/py-vdirsyncer/distinfo:1.28
--- pkgsrc/time/py-vdirsyncer/distinfo:1.27     Sun Jun 19 20:41:42 2016
+++ pkgsrc/time/py-vdirsyncer/distinfo  Mon Aug  1 10:58:10 2016
@@ -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