Thu Jul 28 13:58:46 2016 UTC ()
Updated py-icalendar to 3.10.

3.10 (2016-05-26)
-----------------

New:

- Updated components description to better comply with RFC 5545.
  Refs #183.
  [stlaz]

- Added PERIOD value type to date types.
  Also fixes incompatibilities described in #184.
  Refs #189.
  [stlaz]

Fixes:

- Fix testsuite for use with ``dateutil>=2.5``.
  Refs #195.
  [untitaker]

- Reintroduce cal.Component.is_broken that was removed with 3.9.2.
  Refs #185.
  [geier]

3.9.2 (2016-02-05)
------------------

New:

- Defined ``test_suite`` in setup.py.
  Now tests can be run via ``python setup.py test``.
  [geier]

Fixes:

- Fixed cal.Component.from_ical() representing an unknown component as one of the known.
  [stlaz]

- Fixed possible IndexError exception during parsing of an ical string.
  [stlaz]

- When doing a boolean test on ``icalendar.cal.Component``, always return ``True``.
  Before it was returning ``False`` due to CaselessDict, if it didn't contain any items.
  [stlaz]

- Fixed date-time being recognized as date or time during parsing.
  Added better error handling to parsing from ical strings.
  [stlaz]

- Added __version__ attribute to init.py.
  [TomTry]

- Documentation fixes.
  [TomTry]

- Pep 8, UTF 8 headers, dict/list calls to literals.
  [thet]

3.9.1 (2015-09-08)
------------------

- Fix ``vPeriod.__repr__``.
  [spacekpe]

- Improve foldline() performance. This improves the foldline performance,
  especially for large strings like base64-encoded inline attachements. In some
  cases (1MB string) from 7 Minutes to less than 20ms for ASCII data and 500ms
  for non-ASCII data. Ref: #163.
  [emfree]

3.9.0 (2015-03-24)
------------------

- Creating timezone objects from VTIMEZONE components.
  [geier]

- Make ``python-dateutil`` a dependency.
  [geier]

- Made RRULE tolerant of trailing semicolons.
  [sleeper]

- Documentation fixes.
  [t-8ch, thet]

3.8.4 (2014-11-01)
------------------

- Add missing BYWEEKNO to recurrence rules.
  [russkel]


(wiz)
diff -r1.22 -r1.23 pkgsrc/time/py-icalendar/Makefile
diff -r1.10 -r1.11 pkgsrc/time/py-icalendar/PLIST
diff -r1.15 -r1.16 pkgsrc/time/py-icalendar/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/time/py-icalendar/Makefile (expand / switch to unified diff)

--- pkgsrc/time/py-icalendar/Makefile 2016/06/08 17:43:43 1.22
+++ pkgsrc/time/py-icalendar/Makefile 2016/07/28 13:58:45 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2016/06/08 17:43:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2016/07/28 13:58:45 wiz Exp $
2 2
3DISTNAME= icalendar-3.8.3 3DISTNAME= icalendar-3.10
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time python 5CATEGORIES= time python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}
7 7
8MAINTAINER= mj@turner.org.za 8MAINTAINER= mj@turner.org.za
9HOMEPAGE= http://icalendar.readthedocs.org/en/latest/ 9HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
10COMMENT= Python parser/generator for iCalendar files, as per RFC2445 10COMMENT= Python parser/generator for iCalendar files, as per RFC2445
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz 13DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
14 14
15PYTHON_VERSIONED_DEPENDENCIES= dateutil 15PYTHON_VERSIONED_DEPENDENCIES= dateutil
16 16

cvs diff -r1.10 -r1.11 pkgsrc/time/py-icalendar/PLIST (expand / switch to unified diff)

--- pkgsrc/time/py-icalendar/PLIST 2014/06/09 12:29:23 1.10
+++ pkgsrc/time/py-icalendar/PLIST 2016/07/28 13:58:45 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2014/06/09 12:29:23 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.11 2016/07/28 13:58:45 wiz Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/icalendar/__init__.py 8${PYSITELIB}/icalendar/__init__.py
9${PYSITELIB}/icalendar/__init__.pyc 9${PYSITELIB}/icalendar/__init__.pyc
10${PYSITELIB}/icalendar/__init__.pyo 10${PYSITELIB}/icalendar/__init__.pyo
11${PYSITELIB}/icalendar/cal.py 11${PYSITELIB}/icalendar/cal.py
12${PYSITELIB}/icalendar/cal.pyc 12${PYSITELIB}/icalendar/cal.pyc
13${PYSITELIB}/icalendar/cal.pyo 13${PYSITELIB}/icalendar/cal.pyo
14${PYSITELIB}/icalendar/caselessdict.py 14${PYSITELIB}/icalendar/caselessdict.py
@@ -19,30 +19,32 @@ ${PYSITELIB}/icalendar/compat.pyc @@ -19,30 +19,32 @@ ${PYSITELIB}/icalendar/compat.pyc
19${PYSITELIB}/icalendar/compat.pyo 19${PYSITELIB}/icalendar/compat.pyo
20${PYSITELIB}/icalendar/parser.py 20${PYSITELIB}/icalendar/parser.py
21${PYSITELIB}/icalendar/parser.pyc 21${PYSITELIB}/icalendar/parser.pyc
22${PYSITELIB}/icalendar/parser.pyo 22${PYSITELIB}/icalendar/parser.pyo
23${PYSITELIB}/icalendar/parser_tools.py 23${PYSITELIB}/icalendar/parser_tools.py
24${PYSITELIB}/icalendar/parser_tools.pyc 24${PYSITELIB}/icalendar/parser_tools.pyc
25${PYSITELIB}/icalendar/parser_tools.pyo 25${PYSITELIB}/icalendar/parser_tools.pyo
26${PYSITELIB}/icalendar/prop.py 26${PYSITELIB}/icalendar/prop.py
27${PYSITELIB}/icalendar/prop.pyc 27${PYSITELIB}/icalendar/prop.pyc
28${PYSITELIB}/icalendar/prop.pyo 28${PYSITELIB}/icalendar/prop.pyo
29${PYSITELIB}/icalendar/tests/__init__.py 29${PYSITELIB}/icalendar/tests/__init__.py
30${PYSITELIB}/icalendar/tests/__init__.pyc 30${PYSITELIB}/icalendar/tests/__init__.pyc
31${PYSITELIB}/icalendar/tests/__init__.pyo 31${PYSITELIB}/icalendar/tests/__init__.pyo
 32${PYSITELIB}/icalendar/tests/america_new_york.ics
32${PYSITELIB}/icalendar/tests/encoding.ics 33${PYSITELIB}/icalendar/tests/encoding.ics
33${PYSITELIB}/icalendar/tests/issue_112_missing_tzinfo_on_exdate.ics 34${PYSITELIB}/icalendar/tests/issue_112_missing_tzinfo_on_exdate.ics
34${PYSITELIB}/icalendar/tests/issue_53_parsing_failure.ics 35${PYSITELIB}/icalendar/tests/issue_53_parsing_failure.ics
35${PYSITELIB}/icalendar/tests/multiple.ics 36${PYSITELIB}/icalendar/tests/multiple.ics
 37${PYSITELIB}/icalendar/tests/pacific_fiji.ics
36${PYSITELIB}/icalendar/tests/recurrence.ics 38${PYSITELIB}/icalendar/tests/recurrence.ics
37${PYSITELIB}/icalendar/tests/test_encoding.py 39${PYSITELIB}/icalendar/tests/test_encoding.py
38${PYSITELIB}/icalendar/tests/test_encoding.pyc 40${PYSITELIB}/icalendar/tests/test_encoding.pyc
39${PYSITELIB}/icalendar/tests/test_encoding.pyo 41${PYSITELIB}/icalendar/tests/test_encoding.pyo
40${PYSITELIB}/icalendar/tests/test_fixed_issues.py 42${PYSITELIB}/icalendar/tests/test_fixed_issues.py
41${PYSITELIB}/icalendar/tests/test_fixed_issues.pyc 43${PYSITELIB}/icalendar/tests/test_fixed_issues.pyc
42${PYSITELIB}/icalendar/tests/test_fixed_issues.pyo 44${PYSITELIB}/icalendar/tests/test_fixed_issues.pyo
43${PYSITELIB}/icalendar/tests/test_icalendar.py 45${PYSITELIB}/icalendar/tests/test_icalendar.py
44${PYSITELIB}/icalendar/tests/test_icalendar.pyc 46${PYSITELIB}/icalendar/tests/test_icalendar.pyc
45${PYSITELIB}/icalendar/tests/test_icalendar.pyo 47${PYSITELIB}/icalendar/tests/test_icalendar.pyo
46${PYSITELIB}/icalendar/tests/test_multiple.py 48${PYSITELIB}/icalendar/tests/test_multiple.py
47${PYSITELIB}/icalendar/tests/test_multiple.pyc 49${PYSITELIB}/icalendar/tests/test_multiple.pyc
48${PYSITELIB}/icalendar/tests/test_multiple.pyo 50${PYSITELIB}/icalendar/tests/test_multiple.pyo
@@ -65,16 +67,19 @@ ${PYSITELIB}/icalendar/tests/test_unit_c @@ -65,16 +67,19 @@ ${PYSITELIB}/icalendar/tests/test_unit_c
65${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyc 67${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyc
66${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyo 68${PYSITELIB}/icalendar/tests/test_unit_caselessdict.pyo
67${PYSITELIB}/icalendar/tests/test_unit_parser_tools.py 69${PYSITELIB}/icalendar/tests/test_unit_parser_tools.py
68${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyc 70${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyc
69${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyo 71${PYSITELIB}/icalendar/tests/test_unit_parser_tools.pyo
70${PYSITELIB}/icalendar/tests/test_unit_prop.py 72${PYSITELIB}/icalendar/tests/test_unit_prop.py
71${PYSITELIB}/icalendar/tests/test_unit_prop.pyc 73${PYSITELIB}/icalendar/tests/test_unit_prop.pyc
72${PYSITELIB}/icalendar/tests/test_unit_prop.pyo 74${PYSITELIB}/icalendar/tests/test_unit_prop.pyo
73${PYSITELIB}/icalendar/tests/test_unit_tools.py 75${PYSITELIB}/icalendar/tests/test_unit_tools.py
74${PYSITELIB}/icalendar/tests/test_unit_tools.pyc 76${PYSITELIB}/icalendar/tests/test_unit_tools.pyc
75${PYSITELIB}/icalendar/tests/test_unit_tools.pyo 77${PYSITELIB}/icalendar/tests/test_unit_tools.pyo
76${PYSITELIB}/icalendar/tests/time.ics 78${PYSITELIB}/icalendar/tests/time.ics
77${PYSITELIB}/icalendar/tests/timezoned.ics 79${PYSITELIB}/icalendar/tests/timezoned.ics
 80${PYSITELIB}/icalendar/timezone_cache.py
 81${PYSITELIB}/icalendar/timezone_cache.pyc
 82${PYSITELIB}/icalendar/timezone_cache.pyo
78${PYSITELIB}/icalendar/tools.py 83${PYSITELIB}/icalendar/tools.py
79${PYSITELIB}/icalendar/tools.pyc 84${PYSITELIB}/icalendar/tools.pyc
80${PYSITELIB}/icalendar/tools.pyo 85${PYSITELIB}/icalendar/tools.pyo

cvs diff -r1.15 -r1.16 pkgsrc/time/py-icalendar/distinfo (expand / switch to unified diff)

--- pkgsrc/time/py-icalendar/distinfo 2015/11/02 23:31:43 1.15
+++ pkgsrc/time/py-icalendar/distinfo 2016/07/28 13:58:45 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2015/11/02 23:31:43 agc Exp $ 1$NetBSD: distinfo,v 1.16 2016/07/28 13:58:45 wiz Exp $
2 2
3SHA1 (icalendar-3.8.3.tar.gz) = 28efe876d745f7f4e9b34617929bf6ece0479e44 3SHA1 (icalendar-3.10.tar.gz) = a03dbe2fb1707a5c9246f611e24241f586ef2b7e
4RMD160 (icalendar-3.8.3.tar.gz) = b71f8970322d315756129a18e3c1f5001322894c 4RMD160 (icalendar-3.10.tar.gz) = e00282bda7fa3f899b858cee910462d58b2daab8
5SHA512 (icalendar-3.8.3.tar.gz) = 7f84af60a141a2c975b98879a159b1a7ba0b1248384ac9898b6451e91b12310a62db1fa0b1ed9bfea629594ee81a4914a8d10babb33710b1c9d01f9760366bbb 5SHA512 (icalendar-3.10.tar.gz) = 363441cde889f5f768e28e0cdf9340d0e1fe16e52a421c4643b8e880cb477b418c12a14853f27605a1cd621ae127e01c5d33795d91bb98b0e8cd4e84c7de9540
6Size (icalendar-3.8.3.tar.gz) = 64885 bytes 6Size (icalendar-3.10.tar.gz) = 67615 bytes