Skip to content

Commit

Permalink
Update to 3.2:
Browse files Browse the repository at this point in the history
3.2 (2012-11-27)
----------------

* Documentation file layout restructuring.
  [thet]

* Fix time support. vTime events can be instantiated with a datetime.time
  object, and do not inherit from datetime.time itself.
  [rdunklau]

* Correctly handle tzinfo objects parsed with dateutil. Fixes #77.
  [warvariuc, thet]

* Text values are escaped correclty. Fixes #74.
  [warvariuc]

* Returned old folding algorithm, as the current implementation fails in some
  cases. Fixes #72, Fixes #73.
  [warvariuc]

* Supports to_ical() on date/time properties for dates prior to 1900.
  [cdevienne]
  • Loading branch information
wiz committed Dec 8, 2012
1 parent b461138 commit 697b995
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 7 additions & 3 deletions time/py-icalendar/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# $NetBSD: Makefile,v 1.6 2012/10/08 13:04:28 asau Exp $
# $NetBSD: Makefile,v 1.7 2012/12/08 23:36:45 wiz Exp $
#

DISTNAME= icalendar-3.1
DISTNAME= icalendar-3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/

MAINTAINER= [email protected]
HOMEPAGE= http://codespeak.net/icalendar/
HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= gnu-lgpl-v2.1

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"
6 changes: 5 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.5 2012/09/13 20:12:16 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2012/12/08 23:36:45 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand Down Expand Up @@ -53,9 +53,13 @@ ${PYSITELIB}/icalendar/tests/test_icalendar.pyo
${PYSITELIB}/icalendar/tests/test_property_params.py
${PYSITELIB}/icalendar/tests/test_property_params.pyc
${PYSITELIB}/icalendar/tests/test_property_params.pyo
${PYSITELIB}/icalendar/tests/test_time.py
${PYSITELIB}/icalendar/tests/test_time.pyc
${PYSITELIB}/icalendar/tests/test_time.pyo
${PYSITELIB}/icalendar/tests/test_timezoned.py
${PYSITELIB}/icalendar/tests/test_timezoned.pyc
${PYSITELIB}/icalendar/tests/test_timezoned.pyo
${PYSITELIB}/icalendar/tests/time.ics
${PYSITELIB}/icalendar/tests/timezoned.ics
${PYSITELIB}/icalendar/tools.py
${PYSITELIB}/icalendar/tools.pyc
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.5 2012/09/13 20:12:16 wiz Exp $
$NetBSD: distinfo,v 1.6 2012/12/08 23:36:45 wiz Exp $

SHA1 (icalendar-3.1.tar.gz) = 5fe1df343589a26f227718c185fd80c7e81749b8
RMD160 (icalendar-3.1.tar.gz) = a429b9d1d94f1a4bf36cbba04ea211d2b7b9dbc3
Size (icalendar-3.1.tar.gz) = 52177 bytes
SHA1 (icalendar-3.2.tar.gz) = 80ba027ad604295e79561e9a4f62945b8541f1e6
RMD160 (icalendar-3.2.tar.gz) = 37367adc799da91ae6fa0eb5cd3c824055d0a279
Size (icalendar-3.2.tar.gz) = 67177 bytes

0 comments on commit 697b995

Please sign in to comment.