pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-vobject Updated py-vobject to 0.9.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e50f67c3e801
branches: trunk
changeset: 357447:e50f67c3e801
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 20 22:38:29 2017 +0000
description:
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!
diffstat:
textproc/py-vobject/Makefile | 6 ++----
textproc/py-vobject/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 788d175ef019 -r e50f67c3e801 textproc/py-vobject/Makefile
--- a/textproc/py-vobject/Makefile Fri Jan 20 22:13:28 2017 +0000
+++ b/textproc/py-vobject/Makefile Fri Jan 20 22:38:29 2017 +0000
@@ -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 @@
${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
diff -r 788d175ef019 -r e50f67c3e801 textproc/py-vobject/distinfo
--- a/textproc/py-vobject/distinfo Fri Jan 20 22:13:28 2017 +0000
+++ b/textproc/py-vobject/distinfo Fri Jan 20 22:38:29 2017 +0000
@@ -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