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:           Tue Oct  3 09:50:02 UTC 2017

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

Log Message:
py-vdirsyncer: update to 0.16.3.

Version 0.16.3
==============

*released on 03 October 2017*

- First version with custom Debian and Ubuntu packages. See :gh:`663`.
- Remove invalid ASCII control characters from server responses. See :gh:`626`.
- **packagers:** Python 3.3 is no longer supported. See :ghpr:`674`.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/time/py-vdirsyncer/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/py-vdirsyncer/PLIST
cvs rdiff -u -r1.36 -r1.37 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.46 pkgsrc/time/py-vdirsyncer/Makefile:1.47
--- pkgsrc/time/py-vdirsyncer/Makefile:1.46     Thu Aug 24 20:02:40 2017
+++ pkgsrc/time/py-vdirsyncer/Makefile  Tue Oct  3 09:50:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2017/08/24 20:02:40 adam Exp $
+# $NetBSD: Makefile,v 1.47 2017/10/03 09:50:02 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.16.2
+DISTNAME=      vdirsyncer-0.16.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vdirsyncer/}

Index: pkgsrc/time/py-vdirsyncer/PLIST
diff -u pkgsrc/time/py-vdirsyncer/PLIST:1.14 pkgsrc/time/py-vdirsyncer/PLIST:1.15
--- pkgsrc/time/py-vdirsyncer/PLIST:1.14        Mon Aug 14 20:00:19 2017
+++ pkgsrc/time/py-vdirsyncer/PLIST     Tue Oct  3 09:50:02 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2017/08/14 20:00:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2017/10/03 09:50:02 wiz Exp $
 bin/vdirsyncer
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -69,9 +69,15 @@ ${PYSITELIB}/vdirsyncer/storage/memory.p
 ${PYSITELIB}/vdirsyncer/storage/singlefile.py
 ${PYSITELIB}/vdirsyncer/storage/singlefile.pyc
 ${PYSITELIB}/vdirsyncer/storage/singlefile.pyo
-${PYSITELIB}/vdirsyncer/sync.py
-${PYSITELIB}/vdirsyncer/sync.pyc
-${PYSITELIB}/vdirsyncer/sync.pyo
+${PYSITELIB}/vdirsyncer/sync/__init__.py
+${PYSITELIB}/vdirsyncer/sync/__init__.pyc
+${PYSITELIB}/vdirsyncer/sync/__init__.pyo
+${PYSITELIB}/vdirsyncer/sync/exceptions.py
+${PYSITELIB}/vdirsyncer/sync/exceptions.pyc
+${PYSITELIB}/vdirsyncer/sync/exceptions.pyo
+${PYSITELIB}/vdirsyncer/sync/status.py
+${PYSITELIB}/vdirsyncer/sync/status.pyc
+${PYSITELIB}/vdirsyncer/sync/status.pyo
 ${PYSITELIB}/vdirsyncer/utils.py
 ${PYSITELIB}/vdirsyncer/utils.pyc
 ${PYSITELIB}/vdirsyncer/utils.pyo

Index: pkgsrc/time/py-vdirsyncer/distinfo
diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.36 pkgsrc/time/py-vdirsyncer/distinfo:1.37
--- pkgsrc/time/py-vdirsyncer/distinfo:1.36     Thu Aug 24 20:02:40 2017
+++ pkgsrc/time/py-vdirsyncer/distinfo  Tue Oct  3 09:50:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2017/08/24 20:02:40 adam Exp $
+$NetBSD: distinfo,v 1.37 2017/10/03 09:50:02 wiz Exp $
 
-SHA1 (vdirsyncer-0.16.2.tar.gz) = ab17ba50b7691e3955f2f6dd33171c99f89e9ec0
-RMD160 (vdirsyncer-0.16.2.tar.gz) = 216cb09a1889e71b5b1473fb5ab0c0e6ee764619
-SHA512 (vdirsyncer-0.16.2.tar.gz) = 24f423c113402d8541020bdb199ab14b3262f20c0fe81a69f9fd5000aac30ab6faf035e112c6e60811486c58cda0333ce4999cf13f0a5aa19ce287f2d924dad1
-Size (vdirsyncer-0.16.2.tar.gz) = 112083 bytes
+SHA1 (vdirsyncer-0.16.3.tar.gz) = e5f06b7573f913db1cb5f4e417b07e9ce041e5cf
+RMD160 (vdirsyncer-0.16.3.tar.gz) = 8ba58250e6cd96141a0b3f2912995c130aca3020
+SHA512 (vdirsyncer-0.16.3.tar.gz) = 8f71cc71527d68836405722b4be03695b9010f72729c1c9b6d0199996bcf6821628a26297ff2d3a45047910618d570566e00edefccc428d29ba9fc9033caddff
+Size (vdirsyncer-0.16.3.tar.gz) = 113327 bytes



Home | Main Index | Thread Index | Old Index