Skip to content

Commit

Permalink
Update to 3.6.1:
Browse files Browse the repository at this point in the history
3.6.1 (2014-01-13)
------------------

- Open text files referenced by setup.py as utf-8, no matter what the locale
  settings are set to. Fixes #122.
  [sochotnicky]

- Add tox.ini to source tarball, which simplifies testing for in distributions.
  [sochotnicky]


3.6 (2014-01-06)
----------------

- Python3 (3.3+) + Python 2 (2.6+) support [geier]

- Made sure to_ical() always returns bytes [geier]

- Support adding lists to a component property, which value already was a list
  and remove the Component.set method, which was only used by the add method.
  [thet]

- Remove ability to add property parameters via a value's params attribute when
  adding via cal.add (that was only possible for custom value objects and makes
  up a strange API), but support a parameter attribute on cal.add's method
  signature to pass a dictionary with property parameter key/value pairs.
  Fixes #116.
  [thet]

- Backport some of Regebro's changes from his regebro-refactor branch.
  [thet]

- Raise explicit error on another malformed content line case.
  [hajdbo]

- Correctly parse datetime component property values with timezone information
  when parsed from ical strings.
  [untitaker]
  • Loading branch information
wiz committed Jan 19, 2014
1 parent 70a1927 commit ec81523
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions time/py-icalendar/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2014/01/16 10:41:53 wiz Exp $
# $NetBSD: Makefile,v 1.17 2014/01/19 09:12:17 wiz Exp $

DISTNAME= icalendar-3.5
DISTNAME= icalendar-3.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
Expand Down
22 changes: 13 additions & 9 deletions time/py-icalendar/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2013/05/04 23:48:02 wiz Exp $
@comment $NetBSD: PLIST,v 1.9 2014/01/19 09:12:17 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -14,6 +14,9 @@ ${PYSITELIB}/icalendar/cal.pyo
${PYSITELIB}/icalendar/caselessdict.py
${PYSITELIB}/icalendar/caselessdict.pyc
${PYSITELIB}/icalendar/caselessdict.pyo
${PYSITELIB}/icalendar/compat.py
${PYSITELIB}/icalendar/compat.pyc
${PYSITELIB}/icalendar/compat.pyo
${PYSITELIB}/icalendar/parser.py
${PYSITELIB}/icalendar/parser.pyc
${PYSITELIB}/icalendar/parser.pyo
Expand All @@ -26,17 +29,12 @@ ${PYSITELIB}/icalendar/prop.pyo
${PYSITELIB}/icalendar/tests/__init__.py
${PYSITELIB}/icalendar/tests/__init__.pyc
${PYSITELIB}/icalendar/tests/__init__.pyo
${PYSITELIB}/icalendar/tests/case_meetup.ics
${PYSITELIB}/icalendar/tests/encoding.ics
${PYSITELIB}/icalendar/tests/example.rst
${PYSITELIB}/icalendar/tests/groupscheduled.ics
${PYSITELIB}/icalendar/tests/groupscheduled.rst
${PYSITELIB}/icalendar/tests/issue_112_missing_tzinfo_on_exdate.ics
${PYSITELIB}/icalendar/tests/issue_114_invalid_line.ics
${PYSITELIB}/icalendar/tests/issue_53_parsing_failure.ics
${PYSITELIB}/icalendar/tests/multiple.ics
${PYSITELIB}/icalendar/tests/multiple.rst
${PYSITELIB}/icalendar/tests/recurrence.ics
${PYSITELIB}/icalendar/tests/recurrence.rst
${PYSITELIB}/icalendar/tests/small.ics
${PYSITELIB}/icalendar/tests/small.rst
${PYSITELIB}/icalendar/tests/test_encoding.py
${PYSITELIB}/icalendar/tests/test_encoding.pyc
${PYSITELIB}/icalendar/tests/test_encoding.pyo
Expand All @@ -46,9 +44,15 @@ ${PYSITELIB}/icalendar/tests/test_fixed_issues.pyo
${PYSITELIB}/icalendar/tests/test_icalendar.py
${PYSITELIB}/icalendar/tests/test_icalendar.pyc
${PYSITELIB}/icalendar/tests/test_icalendar.pyo
${PYSITELIB}/icalendar/tests/test_multiple.py
${PYSITELIB}/icalendar/tests/test_multiple.pyc
${PYSITELIB}/icalendar/tests/test_multiple.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_recurrence.py
${PYSITELIB}/icalendar/tests/test_recurrence.pyc
${PYSITELIB}/icalendar/tests/test_recurrence.pyo
${PYSITELIB}/icalendar/tests/test_time.py
${PYSITELIB}/icalendar/tests/test_time.pyc
${PYSITELIB}/icalendar/tests/test_time.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.9 2013/07/08 08:49:16 wiz Exp $
$NetBSD: distinfo,v 1.10 2014/01/19 09:12:17 wiz Exp $

SHA1 (icalendar-3.5.tar.gz) = d1bd47fbc48cd7c5d65b7c3beb989c003a7564e3
RMD160 (icalendar-3.5.tar.gz) = 80fc4bb0c790fa88565881472ac214b870822de5
Size (icalendar-3.5.tar.gz) = 59780 bytes
SHA1 (icalendar-3.6.1.tar.gz) = b6889d605677bf59f542916ff5669c1ecaf9bc7e
RMD160 (icalendar-3.6.1.tar.gz) = d984cf7d722583e7fbf5c71beaadd66ae81f8ee1
Size (icalendar-3.6.1.tar.gz) = 62862 bytes

0 comments on commit ec81523

Please sign in to comment.