pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-icalendar Update to 3.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/99ed94dd30fa
branches: trunk
changeset: 635617:99ed94dd30fa
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 09 12:29:23 2014 +0000
description:
Update to 3.7:
3.7 (2014-06-02)
----------------
- For components with ``ignore_exceptions`` set to ``True``, mark unparseable
lines as broken instead rising a ``ValueError``. ``VEVENT`` components have
``ignore_exceptions`` set to ``True`` by default. Ref #131. Fixes #104.
[jkiang13]
- Make ``python-dateutil`` a soft-dependency.
[boltnev]
- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
false allows the user to preserve the original property and parameter order.
Ref #136. Fixes #133.
[untitaker]
- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
objects, but use pytz's ``localize`` function. Ref #138.
[untitaker, thet]
- Remove incorrect use of __all__. We don't encourage using ``from package
import *`` imports. Fixes #129.
[eric-wieser]
3.6.2 (2014-04-05)
------------------
- Pep8 and cleanup.
[lasudry]
diffstat:
time/py-icalendar/Makefile | 4 ++--
time/py-icalendar/PLIST | 3 +--
time/py-icalendar/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 0ff16d6270b1 -r 99ed94dd30fa time/py-icalendar/Makefile
--- a/time/py-icalendar/Makefile Mon Jun 09 12:28:00 2014 +0000
+++ b/time/py-icalendar/Makefile Mon Jun 09 12:29:23 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2014/01/19 09:12:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2014/06/09 12:29:23 wiz Exp $
-DISTNAME= icalendar-3.6.1
+DISTNAME= icalendar-3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
diff -r 0ff16d6270b1 -r 99ed94dd30fa time/py-icalendar/PLIST
--- a/time/py-icalendar/PLIST Mon Jun 09 12:28:00 2014 +0000
+++ b/time/py-icalendar/PLIST Mon Jun 09 12:29:23 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/01/19 09:12:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/06/09 12:29:23 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -31,7 +31,6 @@
${PYSITELIB}/icalendar/tests/__init__.pyo
${PYSITELIB}/icalendar/tests/encoding.ics
${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/recurrence.ics
diff -r 0ff16d6270b1 -r 99ed94dd30fa time/py-icalendar/distinfo
--- a/time/py-icalendar/distinfo Mon Jun 09 12:28:00 2014 +0000
+++ b/time/py-icalendar/distinfo Mon Jun 09 12:29:23 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/01/19 09:12:17 wiz Exp $
+$NetBSD: distinfo,v 1.11 2014/06/09 12:29:23 wiz Exp $
-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
+SHA1 (icalendar-3.7.tar.gz) = dbaf8406534f7b218aee3e33e900361196d563f8
+RMD160 (icalendar-3.7.tar.gz) = d6d06f1f59d1c4898029e6d53380c14b062ca2fb
+Size (icalendar-3.7.tar.gz) = 63205 bytes
Home |
Main Index |
Thread Index |
Old Index