diff options
author | adam <adam@pkgsrc.org> | 2017-08-24 20:02:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-24 20:02:40 +0000 |
commit | 3dcf69c52d81ae09ec6aaf72cdb597e0aec15ddf (patch) | |
tree | d95ab44172e45c236fe0666e84612fdd20102220 | |
parent | de89bc8ff43bf5154f64f563253ebb8d9923eed5 (diff) | |
download | pkgsrc-3dcf69c52d81ae09ec6aaf72cdb597e0aec15ddf.tar.gz |
Version 0.16.2
- Fix crash when using daterange or item_type filters in
:storage:`google_calendar`, see :gh:`657`.
- **Packagers:** Fixes for new version ``0.2.0`` of ``click-log``. The version
requirements for the dependency ``click-log`` changed.
-rw-r--r-- | time/py-vdirsyncer/Makefile | 11 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index aff9b2c7077..b5980a9953b 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2017/08/14 20:00:19 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2017/08/24 20:02:40 adam Exp $ -DISTNAME= vdirsyncer-0.16.1 +DISTNAME= vdirsyncer-0.16.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} @@ -12,16 +12,15 @@ LICENSE= modified-bsd EXTRACT_USING= bsdtar # gtar cannot handle pre-1970 timestamps -BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm -DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites +DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=0.1.7:../../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-log>=0.2.0:../../devel/py-click-log 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 DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 - +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm # tests need DAV_SERVER and REMOTESTORAGE_SERVER environment variables set #BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test #BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 21463279727..2ff992afdff 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2017/08/14 20:00:19 wiz Exp $ +$NetBSD: distinfo,v 1.36 2017/08/24 20:02:40 adam Exp $ -SHA1 (vdirsyncer-0.16.1.tar.gz) = 1a0c2cff7f0c09aae1cfc83916e30fdeb70dc8da -RMD160 (vdirsyncer-0.16.1.tar.gz) = edf41204ec81a721a7299a9a7ff09cd729ffc76d -SHA512 (vdirsyncer-0.16.1.tar.gz) = ceaefb1fd01e77430c7e0553f43f17cb418f6f3ab02a754beefef7503170e3a40a45c4dbe1962f1d3393070ea7961bedd6a493ce279a26bc056806a2dd917cfa -Size (vdirsyncer-0.16.1.tar.gz) = 112273 bytes +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 |