diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 18:08:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 18:08:05 +0000 |
commit | 16046cb104f1aa9b748e1098d3493ee34e3648e6 (patch) | |
tree | 37e166c310cbceb1fe880ac48d1f52d934d03c3f /time | |
parent | fade42799ea7b3e4f7b8d2c516f53d9e77574459 (diff) | |
download | pkgsrc-16046cb104f1aa9b748e1098d3493ee34e3648e6.tar.gz |
Update py-vdirsyncer to 0.9.3.
Version 0.9.3
=============
*released on 22 March 2016*
- :storage:`singlefile` and :storage:`http` now handle recurring events
properly.
- Fix a typo in the packaging guidelines.
- Moved to ``pimutils`` organization on GitHub. Old links *should* redirect,
but be aware of client software that doesn't properly handle redirects.
Version 0.9.2
=============
*released on 13 March 2016*
- Fixed testsuite for environments that don't have any web browser installed.
See :ghpr:`384`.
Version 0.9.1
=============
*released on 13 March 2016*
- Removed leftover debug print statement in ``vdirsyncer discover``, see commit
``3d856749f37639821b148238ef35f1acba82db36``.
- ``metasync`` will now strip whitespace from the start and the end of the
values. See :gh:`358`.
- New ``Packaging Guidelines`` have been added to the documentation.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 | ||||
-rw-r--r-- | time/py-vdirsyncer/PLIST | 5 | ||||
-rw-r--r-- | time/py-vdirsyncer/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 8274ac3f749..c20a32a73cf 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2016/02/21 22:26:33 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/04/13 18:08:05 wiz Exp $ -DISTNAME= vdirsyncer-0.9.0 +DISTNAME= vdirsyncer-0.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PYPI:=v/vdirsyncer/} diff --git a/time/py-vdirsyncer/PLIST b/time/py-vdirsyncer/PLIST index 0fa93f10399..88607dfbc77 100644 --- a/time/py-vdirsyncer/PLIST +++ b/time/py-vdirsyncer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/11/06 11:06:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2016/04/13 18:08:05 wiz Exp $ bin/vdirsyncer ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -27,9 +27,6 @@ ${PYSITELIB}/vdirsyncer/cli/utils.pyo ${PYSITELIB}/vdirsyncer/exceptions.py ${PYSITELIB}/vdirsyncer/exceptions.pyc ${PYSITELIB}/vdirsyncer/exceptions.pyo -${PYSITELIB}/vdirsyncer/log.py -${PYSITELIB}/vdirsyncer/log.pyc -${PYSITELIB}/vdirsyncer/log.pyo ${PYSITELIB}/vdirsyncer/metasync.py ${PYSITELIB}/vdirsyncer/metasync.pyc ${PYSITELIB}/vdirsyncer/metasync.pyo diff --git a/time/py-vdirsyncer/distinfo b/time/py-vdirsyncer/distinfo index 9728c1e6073..8259460e083 100644 --- a/time/py-vdirsyncer/distinfo +++ b/time/py-vdirsyncer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2016/02/21 22:26:33 wiz Exp $ +$NetBSD: distinfo,v 1.24 2016/04/13 18:08:05 wiz Exp $ -SHA1 (vdirsyncer-0.9.0.tar.gz) = 505185e300de21aabf9157f38ded7f915612c6ec -RMD160 (vdirsyncer-0.9.0.tar.gz) = 23d3d0d197fb97f99971deca3587c0f38504d35b -SHA512 (vdirsyncer-0.9.0.tar.gz) = 34446b588eae14f07055eab486db2386d04a12f71b35c41c27529cbd4dbd518067175236d961d97625c4b0b46f0cd24ed367b84aa33b2c42371c999aaba3cde6 -Size (vdirsyncer-0.9.0.tar.gz) = 87186 bytes +SHA1 (vdirsyncer-0.9.3.tar.gz) = 96837350d734d4ac64d035af28e0df084f9d3c27 +RMD160 (vdirsyncer-0.9.3.tar.gz) = 89c518f37819cfacbeddb56bc50de6720a30da40 +SHA512 (vdirsyncer-0.9.3.tar.gz) = ca1ccae7c90d1ce15581e047e776433835e5575b977ffdfc665f386d701ffb5a18928e753459cb0f8c8644a67165db370d1e24378ff67fc7a3c4f954ef71d550 +Size (vdirsyncer-0.9.3.tar.gz) = 92463 bytes |