Skip to content

Commit

Permalink
Update py-icalendar to 3.3.
Browse files Browse the repository at this point in the history
3.3 (2013-02-08)
----------------

* Drop support for Python < 2.6.
  [thet]

* Allow vGeo to be instantiated with list and not only tuples of geo
  coordinates. Fixes #83.
  [thet]

* Don't force to pass a list to vDDDLists and allow setting individual RDATE
  and EXDATE values without having to wrap them in a list.
  [thet]

* Fix encoding function to allow setting RDATE and EXDATE values and not to
  have bypass encoding with an icalendar property.
  [thet]

* Allow setting of timezone for vDDDLists and support timezone properties for
  RDATE and EXDATE component properties.
  [thet]

* Move setting of TZID properties to vDDDTypes, where it belongs to.
  [thet]

* Use @staticmethod decorator instead of wrapper function.
  [warvariuc, thet]

* Extend quoting of parameter values to all of those characters: ",;: ’'".
  This fixes an outlook incompatibility with some characters. Fixes: #79,
  Fixes: #81.
  [warvariuc]

* Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 compliance.
  [thet]
  • Loading branch information
kleink committed Feb 9, 2013
1 parent 2ab0589 commit 50ff920
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 2 additions & 6 deletions time/py-icalendar/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2013/02/09 16:36:12 kleink Exp $
# $NetBSD: Makefile,v 1.9 2013/02/09 16:55:33 kleink Exp $
#

DISTNAME= icalendar-3.2
DISTNAME= icalendar-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
Expand All @@ -13,9 +13,5 @@ LICENSE= 2-clause-bsd

DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz

post-extract:
${RM} ${WRKSRC}/src/icalendar/.cal.py.swp
${RM} ${WRKSRC}/src/icalendar/.tools.py.swp

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
5 changes: 4 additions & 1 deletion time/py-icalendar/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2012/12/08 23:36:45 wiz Exp $
@comment $NetBSD: PLIST,v 1.7 2013/02/09 16:55:33 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand Down Expand Up @@ -50,6 +50,9 @@ ${PYSITELIB}/icalendar/tests/test_encoding.pyo
${PYSITELIB}/icalendar/tests/test_icalendar.py
${PYSITELIB}/icalendar/tests/test_icalendar.pyc
${PYSITELIB}/icalendar/tests/test_icalendar.pyo
${PYSITELIB}/icalendar/tests/test_prop.py
${PYSITELIB}/icalendar/tests/test_prop.pyc
${PYSITELIB}/icalendar/tests/test_prop.pyo
${PYSITELIB}/icalendar/tests/test_property_params.py
${PYSITELIB}/icalendar/tests/test_property_params.pyc
${PYSITELIB}/icalendar/tests/test_property_params.pyo
Expand Down
8 changes: 4 additions & 4 deletions time/py-icalendar/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/12/08 23:36:45 wiz Exp $
$NetBSD: distinfo,v 1.7 2013/02/09 16:55:33 kleink Exp $

SHA1 (icalendar-3.2.tar.gz) = 80ba027ad604295e79561e9a4f62945b8541f1e6
RMD160 (icalendar-3.2.tar.gz) = 37367adc799da91ae6fa0eb5cd3c824055d0a279
Size (icalendar-3.2.tar.gz) = 67177 bytes
SHA1 (icalendar-3.3.tar.gz) = fadbb84942ae323a6e2363e5bfbfdbe9b22b447c
RMD160 (icalendar-3.3.tar.gz) = e648b72d7825ac6f2886ea888ded24359b622482
Size (icalendar-3.3.tar.gz) = 60268 bytes

0 comments on commit 50ff920

Please sign in to comment.