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 Jul  4 09:16:42 UTC 2017

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

Log Message:
Updated py-vdirsyncer to 0.16.0.

Version 0.16.0
==============

*released on 2 June 2017*

- Strip ``METHOD:PUBLISH`` added by some calendar providers, see :gh:`502`.
- Fix crash of Google storages when saving token file.
- Make DAV discovery more RFC-conformant, see :ghpr:`585`.
- Vdirsyncer is now tested against Xandikos, see :ghpr:`601`.
- Subfolders with a leading dot are now ignored during discover for
  ``filesystem`` storage. This makes it easier to combine it with version
  control.
- Statuses are now stored in a sqlite database. Old data is automatically
  migrated. Users with really large datasets should encounter performance
  improvements. This means that **sqlite3 is now a dependency of vdirsyncer**.
- **Vdirsyncer is now licensed under the 3-clause BSD license**, see :gh:`610`.
- Vdirsyncer now includes experimental support for `EteSync
  <https://www.etesync.com/>`_, see :ghpr:`614`.
- Vdirsyncer now uses more filesystem metadata for determining whether an item
  changed. You will notice a **possibly heavy CPU/IO spike on the first sync
  after upgrading**.
- **Packagers:** Reference ``systemd.service`` and ``systemd.timer`` unit files
  are provided. It is recommended to install these as documentation if your
  distribution is systemd-based.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/py-vdirsyncer/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-vdirsyncer/PLIST
cvs rdiff -u -r1.33 -r1.34 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.43 pkgsrc/time/py-vdirsyncer/Makefile:1.44
--- pkgsrc/time/py-vdirsyncer/Makefile:1.43     Sun Mar  5 14:36:49 2017
+++ pkgsrc/time/py-vdirsyncer/Makefile  Tue Jul  4 09:16:41 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2017/03/05 14:36:49 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2017/07/04 09:16:41 wiz Exp $
 
-DISTNAME=      vdirsyncer-0.15.0
+DISTNAME=      vdirsyncer-0.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vdirsyncer/}
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=v/vdir
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://pypi.python.org/pypi/vdirsyncer/
 COMMENT=       Synchronization tool for vdir
-LICENSE=       mit
+LICENSE=       modified-bsd
 
 EXTRACT_USING= bsdtar  # gtar cannot handle pre-1970 timestamps
 
@@ -20,6 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-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
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 # tests need DAV_SERVER and REMOTESTORAGE_SERVER environment variables set
 #BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@@ -33,3 +34,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 # not s
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
+# needed due to py-click
+TEST_ENV+=      LC_ALL=en_US.UTF-8

Index: pkgsrc/time/py-vdirsyncer/PLIST
diff -u pkgsrc/time/py-vdirsyncer/PLIST:1.12 pkgsrc/time/py-vdirsyncer/PLIST:1.13
--- pkgsrc/time/py-vdirsyncer/PLIST:1.12        Sun Mar  5 14:36:49 2017
+++ pkgsrc/time/py-vdirsyncer/PLIST     Tue Jul  4 09:16:41 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/03/05 14:36:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/07/04 09:16:41 wiz Exp $
 bin/vdirsyncer
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -51,6 +51,9 @@ ${PYSITELIB}/vdirsyncer/storage/base.pyo
 ${PYSITELIB}/vdirsyncer/storage/dav.py
 ${PYSITELIB}/vdirsyncer/storage/dav.pyc
 ${PYSITELIB}/vdirsyncer/storage/dav.pyo
+${PYSITELIB}/vdirsyncer/storage/etesync.py
+${PYSITELIB}/vdirsyncer/storage/etesync.pyc
+${PYSITELIB}/vdirsyncer/storage/etesync.pyo
 ${PYSITELIB}/vdirsyncer/storage/filesystem.py
 ${PYSITELIB}/vdirsyncer/storage/filesystem.pyc
 ${PYSITELIB}/vdirsyncer/storage/filesystem.pyo
@@ -72,9 +75,9 @@ ${PYSITELIB}/vdirsyncer/storage/singlefi
 ${PYSITELIB}/vdirsyncer/sync.py
 ${PYSITELIB}/vdirsyncer/sync.pyc
 ${PYSITELIB}/vdirsyncer/sync.pyo
-${PYSITELIB}/vdirsyncer/utils/__init__.py
-${PYSITELIB}/vdirsyncer/utils/__init__.pyc
-${PYSITELIB}/vdirsyncer/utils/__init__.pyo
+${PYSITELIB}/vdirsyncer/utils.py
+${PYSITELIB}/vdirsyncer/utils.pyc
+${PYSITELIB}/vdirsyncer/utils.pyo
 ${PYSITELIB}/vdirsyncer/version.py
 ${PYSITELIB}/vdirsyncer/version.pyc
 ${PYSITELIB}/vdirsyncer/version.pyo

Index: pkgsrc/time/py-vdirsyncer/distinfo
diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.33 pkgsrc/time/py-vdirsyncer/distinfo:1.34
--- pkgsrc/time/py-vdirsyncer/distinfo:1.33     Sun Mar  5 14:36:49 2017
+++ pkgsrc/time/py-vdirsyncer/distinfo  Tue Jul  4 09:16:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2017/03/05 14:36:49 wiz Exp $
+$NetBSD: distinfo,v 1.34 2017/07/04 09:16:41 wiz Exp $
 
-SHA1 (vdirsyncer-0.15.0.tar.gz) = 6d6fa20aeda104e7687347ee67c91e1d442f6236
-RMD160 (vdirsyncer-0.15.0.tar.gz) = f0e874264309d11af685280d754f34a905c2506b
-SHA512 (vdirsyncer-0.15.0.tar.gz) = d4fad0cbe83ebcccbfc49cb26527650235cf654b584478372ca7286cec5ed4e818f554478d91ef7ee206c9c424e33dc2b9a732758ff3b5c85cd6587f0e7c7fe1
-Size (vdirsyncer-0.15.0.tar.gz) = 110907 bytes
+SHA1 (vdirsyncer-0.16.0.tar.gz) = 365ebcac554ce46ea60bb3ccf88a7d9826610271
+RMD160 (vdirsyncer-0.16.0.tar.gz) = b4da589bddd221732605c804295a09d24e1ddb98
+SHA512 (vdirsyncer-0.16.0.tar.gz) = d15a78d49da8ec033be85a3b127d5a788d34ba160207068f9cbd038efd950df809222da9b26ded46f53898b59c8e22049ca003c593e5ce4153ba744e9cf94dd4
+Size (vdirsyncer-0.16.0.tar.gz) = 113408 bytes



Home | Main Index | Thread Index | Old Index