Skip to content

Commit

Permalink
Updated py-vobject to 0.9.4.
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
wiz committed Jan 20, 2017
1 parent d642178 commit b62a347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions textproc/py-vobject/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions textproc/py-vobject/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b62a347

Please sign in to comment.