pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-vobject



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 20 22:38:29 UTC 2017

Modified Files:
        pkgsrc/textproc/py-vobject: Makefile distinfo

Log Message:
Updated py-vobject to 0.9.4.

0.9.4

    improved PEP8 compliance (#53)
    improved Python 3 compatibility (#55)
    improved encoding/decoding (#49, #58) - thanks @pbiering!
    correct handling of pytz timezones (#45) - thanks @Achimh3011!

0.9.3

    Fixed use of doc in setup.py for -OO mode (#19) - thanks @dsanders11!
    Added python3 compatibility for base64 encoding (#21) - thanks @prauscher!
    Fixed ORG fields with multiple components (#23) - thanks @untitaker!
    Removed stray HTML entity in README (#26) - thanks @inglesp!
    Updated README.md to show example of adding "ORG" to a vCard (#28) - thanks @Tamerz!
    Handle pytz timezones in iCalendar serialization (#33) - thanks @medmunds!
    Use logging instead of printing to stdout (#35) - thanks @lucc!


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-vobject/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-vobject/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-vobject/Makefile
diff -u pkgsrc/textproc/py-vobject/Makefile:1.21 pkgsrc/textproc/py-vobject/Makefile:1.22
--- pkgsrc/textproc/py-vobject/Makefile:1.21    Tue Jan  3 13:23:04 2017
+++ pkgsrc/textproc/py-vobject/Makefile Fri Jan 20 22:38:29 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/01/03 13:23:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/20 22:38:29 wiz Exp $
 
-DISTNAME=      vobject-0.9.2
+DISTNAME=      vobject-0.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/vobject/}
@@ -18,8 +18,6 @@ post-install:
                ${MV} change_tz change_tz-${PYVERSSUFFIX} && \
                ${MV} ics_diff ics_diff-${PYVERSSUFFIX} || ${TRUE}
 
-# tests.py is missing in 0.9.3 tarball
-# https://github.com/eventable/vobject/issues/38
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} tests.py
 

Index: pkgsrc/textproc/py-vobject/distinfo
diff -u pkgsrc/textproc/py-vobject/distinfo:1.6 pkgsrc/textproc/py-vobject/distinfo:1.7
--- pkgsrc/textproc/py-vobject/distinfo:1.6     Mon Oct 31 16:28:27 2016
+++ pkgsrc/textproc/py-vobject/distinfo Fri Jan 20 22:38:29 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/10/31 16:28:27 wiz Exp $
+$NetBSD: distinfo,v 1.7 2017/01/20 22:38:29 wiz Exp $
 
-SHA1 (vobject-0.9.2.tar.gz) = d5bc533da99132673ec3a445d95add6d8ca7f1d6
-RMD160 (vobject-0.9.2.tar.gz) = 79172e335dd53d33fa8b1e189573c48794368634
-SHA512 (vobject-0.9.2.tar.gz) = e21fcba5fb2b74827b82057b245113f0bb1a3a75894a405a82573b856ba2ff14a1e27ae888f57c5a290dbf2dfb9620f267d99f2ac443429494640f3eb68cf266
-Size (vobject-0.9.2.tar.gz) = 50482 bytes
+SHA1 (vobject-0.9.4.tar.gz) = ade1302b8685bdb36120fc33ca12f03e22aea887
+RMD160 (vobject-0.9.4.tar.gz) = 64d59d08a62b295dc86254973660ef7b2d0bb38a
+SHA512 (vobject-0.9.4.tar.gz) = f246aabce94053d273c09abc2f77cf736af6ee2fbbf4ba6419722403f61e3831e894223a3e91f7d8278eebe858e890048313a2c938172f4f6e3ed5bfc747206d
+Size (vobject-0.9.4.tar.gz) = 57831 bytes



Home | Main Index | Thread Index | Old Index