pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-icalendar



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 14 10:55:54 UTC 2017

Modified Files:
        pkgsrc/time/py-icalendar: Makefile PLIST distinfo

Log Message:
3.11.5:

Bug fixes:
- added an assertion that VTIMEZONE sub-components' DTSTART must be of type
  DATETIME
- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs and
  OFFSETs but which are of different types


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/py-icalendar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-icalendar/Makefile
diff -u pkgsrc/time/py-icalendar/Makefile:1.25 pkgsrc/time/py-icalendar/Makefile:1.26
--- pkgsrc/time/py-icalendar/Makefile:1.25      Thu May 11 17:36:28 2017
+++ pkgsrc/time/py-icalendar/Makefile   Fri Jul 14 10:55:54 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2017/05/11 17:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2017/07/14 10:55:54 adam Exp $
 
-DISTNAME=      icalendar-3.11.4
+DISTNAME=      icalendar-3.11.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icalendar/}

Index: pkgsrc/time/py-icalendar/PLIST
diff -u pkgsrc/time/py-icalendar/PLIST:1.12 pkgsrc/time/py-icalendar/PLIST:1.13
--- pkgsrc/time/py-icalendar/PLIST:1.12 Thu May 11 17:36:28 2017
+++ pkgsrc/time/py-icalendar/PLIST      Fri Jul 14 10:55:54 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2017/05/11 17:36:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/07/14 10:55:54 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -80,6 +80,7 @@ ${PYSITELIB}/icalendar/tests/test_unit_t
 ${PYSITELIB}/icalendar/tests/test_unit_tools.pyo
 ${PYSITELIB}/icalendar/tests/time.ics
 ${PYSITELIB}/icalendar/tests/timezone_same_start.ics
+${PYSITELIB}/icalendar/tests/timezone_same_start_and_offset.ics
 ${PYSITELIB}/icalendar/tests/timezoned.ics
 ${PYSITELIB}/icalendar/tests/x_location.ics
 ${PYSITELIB}/icalendar/timezone_cache.py

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.17 pkgsrc/time/py-icalendar/distinfo:1.18
--- pkgsrc/time/py-icalendar/distinfo:1.17      Thu May 11 17:36:28 2017
+++ pkgsrc/time/py-icalendar/distinfo   Fri Jul 14 10:55:54 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/05/11 17:36:28 wiz Exp $
+$NetBSD: distinfo,v 1.18 2017/07/14 10:55:54 adam Exp $
 
-SHA1 (icalendar-3.11.4.tar.gz) = 4eb65743df9ba26ae62cde81b206c508b83bb149
-RMD160 (icalendar-3.11.4.tar.gz) = fdeccd43e8158672068c3102816a59cce0fa20d8
-SHA512 (icalendar-3.11.4.tar.gz) = ac51717cced4f1730fa0e81ca5dec5f4deda04f3bb78d05c5e56b9e50b7f79f556a2c7d76fb7b50b8c6d5c2751a79b09a93230ff2e2c78df9106446b9f867f6e
-Size (icalendar-3.11.4.tar.gz) = 79615 bytes
+SHA1 (icalendar-3.11.5.tar.gz) = 870c6edfaaaad0e68de81a1f3f9c335f0b3a2eb9
+RMD160 (icalendar-3.11.5.tar.gz) = 8846ab3a419389a6bd1144b5bb2c0d238a6b7d9d
+SHA512 (icalendar-3.11.5.tar.gz) = f608a9b818c848c688059e802d591be1ed12edfd0cd37eb072b34d502222a6a00b5c9c0d39255899a8450492111ed0541c7690a73190ea658fdb959d0ae0b725
+Size (icalendar-3.11.5.tar.gz) = 80102 bytes



Home | Main Index | Thread Index | Old Index