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:   wiz
Date:           Sun Feb 22 11:18:11 UTC 2026

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

Log Message:
py-icalendar: update to 7.0.1.

Minor changes

    Setting calendar_name now also writes X-WR-CALNAME, and setting description now also writes X-WR-CALDESC, for improved client compatibility. #918

Bug fixes

    Make typing_extensions a dependency. #1202

Documentation

    Fixed the version switcher on Read the Docs, and documented the process for a major release. #1194

    Added usage examples for reading calendars from files and URL. #756


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.47 -r1.48 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.56 pkgsrc/time/py-icalendar/Makefile:1.57
--- pkgsrc/time/py-icalendar/Makefile:1.56      Mon Feb 16 11:15:47 2026
+++ pkgsrc/time/py-icalendar/Makefile   Sun Feb 22 11:18:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2026/02/16 11:15:47 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2026/02/22 11:18:11 wiz Exp $
 
-DISTNAME=      icalendar-7.0.0
+DISTNAME=      icalendar-7.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icalendar/}

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.47 pkgsrc/time/py-icalendar/distinfo:1.48
--- pkgsrc/time/py-icalendar/distinfo:1.47      Mon Feb 16 11:15:47 2026
+++ pkgsrc/time/py-icalendar/distinfo   Sun Feb 22 11:18:11 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2026/02/16 11:15:47 wiz Exp $
+$NetBSD: distinfo,v 1.48 2026/02/22 11:18:11 wiz Exp $
 
-BLAKE2s (icalendar-7.0.0.tar.gz) = 37faa6625ec171a641b38f73a705504736fcb81e8af073bdc53de6714704b96c
-SHA512 (icalendar-7.0.0.tar.gz) = c920cf6f16178d7425e469dc299aad7a903b0c0066a4d811b19ecdeb2863e0e2f19bdcb65f91068c19bcbacac94d8657f4bb7f8e605db26ecd016625743cfb44
-Size (icalendar-7.0.0.tar.gz) = 436350 bytes
+BLAKE2s (icalendar-7.0.1.tar.gz) = f613b59f50f313b659a888d753d80e07856b2b7ffa2690c6e4b27f1e56f78584
+SHA512 (icalendar-7.0.1.tar.gz) = 6c209ebe41f4795843a3d1dcb04a4994d6f23ae2904e63819412259be420802db673cb7f1136942a5fa1322a0dc4526a398f91bf439d1b8c3ce1d13080f57cdc
+Size (icalendar-7.0.1.tar.gz) = 439216 bytes



Home | Main Index | Thread Index | Old Index