pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer py-vdirsyncer: update to 0.16.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcad3307bd3f
branches:  trunk
changeset: 369703:bcad3307bd3f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 03 09:50:02 2017 +0000

description:
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`.

diffstat:

 time/py-vdirsyncer/Makefile |   4 ++--
 time/py-vdirsyncer/PLIST    |  14 ++++++++++----
 time/py-vdirsyncer/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 11 deletions(-)

diffs (55 lines):

diff -r d5676f411085 -r bcad3307bd3f time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Tue Oct 03 09:43:06 2017 +0000
+++ b/time/py-vdirsyncer/Makefile       Tue Oct 03 09:50:02 2017 +0000
@@ -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/}
diff -r d5676f411085 -r bcad3307bd3f time/py-vdirsyncer/PLIST
--- a/time/py-vdirsyncer/PLIST  Tue Oct 03 09:43:06 2017 +0000
+++ b/time/py-vdirsyncer/PLIST  Tue Oct 03 09:50:02 2017 +0000
@@ -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/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
diff -r d5676f411085 -r bcad3307bd3f time/py-vdirsyncer/distinfo
--- a/time/py-vdirsyncer/distinfo       Tue Oct 03 09:43:06 2017 +0000
+++ b/time/py-vdirsyncer/distinfo       Tue Oct 03 09:50:02 2017 +0000
@@ -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