Skip to content

Commit

Permalink
Version 0.16.2
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
adam committed Aug 24, 2017
1 parent b80dd4a commit f75ea46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions time/py-vdirsyncer/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions time/py-vdirsyncer/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f75ea46

Please sign in to comment.