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 Jan 19 18:46:34 UTC 2025
Modified Files:
pkgsrc/time/py-icalendar: Makefile PLIST distinfo
Log Message:
py-icalendar: update to 6.1.1.
6.1.1 (2025-01-18)
Minor changes:
Add a weekday attribute to :class:`icalendar.prop.vWeekday` components. See Issue 749.
Document :class:`icalendar.prop.vRecur` property. See Issue 758.
Print failure of doctest to aid debugging.
Improve documentation of :class:`icalendar.prop.vGeo`
Fix tests, improve code readability, fix typing. See Issue 766 and Issue 765.
Breaking changes:
The relative attribute of vWeekday components has the correct sign now. See Issue 749.
New features:
Add :ref:`Security Policy`
Python types in documentation now link to their documentation pages using intersphinx.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/time/py-icalendar/PLIST
cvs rdiff -u -r1.40 -r1.41 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.49 pkgsrc/time/py-icalendar/Makefile:1.50
--- pkgsrc/time/py-icalendar/Makefile:1.49 Sun Nov 24 10:25:40 2024
+++ pkgsrc/time/py-icalendar/Makefile Sun Jan 19 18:46:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2024/11/24 10:25:40 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2025/01/19 18:46:34 wiz Exp $
-DISTNAME= icalendar-6.1.0
+DISTNAME= icalendar-6.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}
@@ -23,8 +23,8 @@ USE_LANGUAGES= # none
REPLACE_SH+= src/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
REPLACE_PYTHON+= src/icalendar/cli.py
-# as of 6.0.1:
-# 22 failed, 4543 passed, 3 skipped
+# as of 6.1.1:
+# 1143 failed, 6888 passed, 15 skipped
# https://github.com/collective/icalendar/issues/731
post-install:
Index: pkgsrc/time/py-icalendar/PLIST
diff -u pkgsrc/time/py-icalendar/PLIST:1.24 pkgsrc/time/py-icalendar/PLIST:1.25
--- pkgsrc/time/py-icalendar/PLIST:1.24 Sun Nov 24 10:25:40 2024
+++ pkgsrc/time/py-icalendar/PLIST Sun Jan 19 18:46:34 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2024/11/24 10:25:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/01/19 18:46:34 wiz Exp $
bin/icalendar-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -175,6 +175,9 @@ ${PYSITELIB}/icalendar/tests/prop/test_v
${PYSITELIB}/icalendar/tests/prop/test_vPeriod.py
${PYSITELIB}/icalendar/tests/prop/test_vPeriod.pyc
${PYSITELIB}/icalendar/tests/prop/test_vPeriod.pyo
+${PYSITELIB}/icalendar/tests/prop/test_vWeekday.py
+${PYSITELIB}/icalendar/tests/prop/test_vWeekday.pyc
+${PYSITELIB}/icalendar/tests/prop/test_vWeekday.pyo
${PYSITELIB}/icalendar/tests/prop/test_windows_to_olson_mapping.py
${PYSITELIB}/icalendar/tests/prop/test_windows_to_olson_mapping.pyc
${PYSITELIB}/icalendar/tests/prop/test_windows_to_olson_mapping.pyo
Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.40 pkgsrc/time/py-icalendar/distinfo:1.41
--- pkgsrc/time/py-icalendar/distinfo:1.40 Sun Nov 24 10:25:40 2024
+++ pkgsrc/time/py-icalendar/distinfo Sun Jan 19 18:46:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/11/24 10:25:40 wiz Exp $
+$NetBSD: distinfo,v 1.41 2025/01/19 18:46:34 wiz Exp $
-BLAKE2s (icalendar-6.1.0.tar.gz) = f482babd4ce394330d5cc404e727c01e16f7b361c5b6736c9fb4beba452b43c0
-SHA512 (icalendar-6.1.0.tar.gz) = dbab2542371d038060be9e9d2ecccdf6db7d51c4ca80515e02798db1a0f96fc9b4a7eb8e098831d7da97c2c8ba715da2836badf872a0d5c206299fb78923b864
-Size (icalendar-6.1.0.tar.gz) = 142307 bytes
+BLAKE2s (icalendar-6.1.1.tar.gz) = f146b15fbf389d4e0d1e23f005dbf88e720e14f20d2e1553f09b4e775628380f
+SHA512 (icalendar-6.1.1.tar.gz) = 3afb10dcfd07d0348bb404e2bfef3b790e312764bed1147999a3322255d7c881a1513077b49b3ed6cfc03a22afa81a3211823d94a2414b00bc2c4503bed73264
+Size (icalendar-6.1.1.tar.gz) = 145256 bytes
Home |
Main Index |
Thread Index |
Old Index