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:   adam
Date:           Thu Aug 24 20:02:41 UTC 2017

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/time/py-vdirsyncer/Makefile
cvs rdiff -u -r1.35 -r1.36 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.45 pkgsrc/time/py-vdirsyncer/Makefile:1.46
--- pkgsrc/time/py-vdirsyncer/Makefile:1.45     Mon Aug 14 20:00:19 2017
+++ pkgsrc/time/py-vdirsyncer/Makefile  Thu Aug 24 20:02:40 2017
@@ -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

Index: pkgsrc/time/py-vdirsyncer/distinfo
diff -u pkgsrc/time/py-vdirsyncer/distinfo:1.35 pkgsrc/time/py-vdirsyncer/distinfo:1.36
--- pkgsrc/time/py-vdirsyncer/distinfo:1.35     Mon Aug 14 20:00:19 2017
+++ pkgsrc/time/py-vdirsyncer/distinfo  Thu Aug 24 20:02:40 2017
@@ -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



Home | Main Index | Thread Index | Old Index