pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-xandikos



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 21 09:50:12 UTC 2026

Modified Files:
        pkgsrc/net/py-xandikos: Makefile PLIST distinfo

Log Message:
py-xandikos: updated to 0.3.1

0.3.1

Bump docker/metadata-action from 5.7.0 to 5.9.0
deps(deps-dev): bump ruff from 0.14.2 to 0.14.6 in the pip group
Bump actions/checkout from 4 to 6
Bump docker/metadata-action from 5.9.0 to 5.10.0
deps(deps-dev): bump the pip group with 2 updates
Fix two RRULE related bugs
Fix caldav server tester
Move tests to root
Publish Docker images for every commit with commit SHA tags
Add ARMv7 platform support to container builds
Add basic chunked encoding support
Improve error
Limit recurrence expansion for unbounded queries
Implement limit-freebusy-set
Restrict supported dulwich versions
Bump actions/download-artifact from 6 to 7
deps(deps): bump the pip group with 3 updates
Bump actions/upload-artifact from 5 to 6
Fix precondition error responses to return correct status codes
pycaldav: fix appt update
Fix caldav test
Add more webdav tests
Add sync tests
Add more tests
Various CalDAV fixes
Improve compliance
Improve compliance
Implement calendar-description property modification
Fix compatibility with Dulwich 1
Implement refreshrate and calendar-timezone property support
Minor improvements
Fix Depth header validation for multiget REPORT operations
Improve documentation for Git-based file structure
Import vobject at top of file
Fix console script entrypoint compatibility with setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/py-xandikos/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-xandikos/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/py-xandikos/distinfo

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

Modified files:

Index: pkgsrc/net/py-xandikos/Makefile
diff -u pkgsrc/net/py-xandikos/Makefile:1.21 pkgsrc/net/py-xandikos/Makefile:1.22
--- pkgsrc/net/py-xandikos/Makefile:1.21        Tue Dec  9 12:06:29 2025
+++ pkgsrc/net/py-xandikos/Makefile     Wed Jan 21 09:50:12 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/12/09 12:06:29 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/01/21 09:50:12 adam Exp $
 
-DISTNAME=      xandikos-0.3.0
+DISTNAME=      xandikos-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xandikos/}

Index: pkgsrc/net/py-xandikos/PLIST
diff -u pkgsrc/net/py-xandikos/PLIST:1.12 pkgsrc/net/py-xandikos/PLIST:1.13
--- pkgsrc/net/py-xandikos/PLIST:1.12   Tue Dec  9 12:06:29 2025
+++ pkgsrc/net/py-xandikos/PLIST        Wed Jan 21 09:50:12 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/12/09 12:06:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/01/21 09:50:12 adam Exp $
 bin/xandikos-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -7,6 +7,93 @@ ${PYSITELIB}/${WHEEL_INFODIR}/entry_poin
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/test_access.py
+${PYSITELIB}/tests/test_access.pyc
+${PYSITELIB}/tests/test_access.pyo
+${PYSITELIB}/tests/test_apache.py
+${PYSITELIB}/tests/test_apache.pyc
+${PYSITELIB}/tests/test_apache.pyo
+${PYSITELIB}/tests/test_api.py
+${PYSITELIB}/tests/test_api.pyc
+${PYSITELIB}/tests/test_api.pyo
+${PYSITELIB}/tests/test_caldav.py
+${PYSITELIB}/tests/test_caldav.pyc
+${PYSITELIB}/tests/test_caldav.pyo
+${PYSITELIB}/tests/test_caldav_filters.py
+${PYSITELIB}/tests/test_caldav_filters.pyc
+${PYSITELIB}/tests/test_caldav_filters.pyo
+${PYSITELIB}/tests/test_carddav.py
+${PYSITELIB}/tests/test_carddav.pyc
+${PYSITELIB}/tests/test_carddav.pyo
+${PYSITELIB}/tests/test_carddav_filters.py
+${PYSITELIB}/tests/test_carddav_filters.pyc
+${PYSITELIB}/tests/test_carddav_filters.pyo
+${PYSITELIB}/tests/test_collation.py
+${PYSITELIB}/tests/test_collation.pyc
+${PYSITELIB}/tests/test_collation.pyo
+${PYSITELIB}/tests/test_config.py
+${PYSITELIB}/tests/test_config.pyc
+${PYSITELIB}/tests/test_config.pyo
+${PYSITELIB}/tests/test_davcommon.py
+${PYSITELIB}/tests/test_davcommon.pyc
+${PYSITELIB}/tests/test_davcommon.pyo
+${PYSITELIB}/tests/test_expand_property.py
+${PYSITELIB}/tests/test_expand_property.pyc
+${PYSITELIB}/tests/test_expand_property.pyo
+${PYSITELIB}/tests/test_icalendar.py
+${PYSITELIB}/tests/test_icalendar.pyc
+${PYSITELIB}/tests/test_icalendar.pyo
+${PYSITELIB}/tests/test_insufficient_index_handling.py
+${PYSITELIB}/tests/test_insufficient_index_handling.pyc
+${PYSITELIB}/tests/test_insufficient_index_handling.pyo
+${PYSITELIB}/tests/test_main.py
+${PYSITELIB}/tests/test_main.pyc
+${PYSITELIB}/tests/test_main.pyo
+${PYSITELIB}/tests/test_performance.py
+${PYSITELIB}/tests/test_performance.pyc
+${PYSITELIB}/tests/test_performance.pyo
+${PYSITELIB}/tests/test_post.py
+${PYSITELIB}/tests/test_post.pyc
+${PYSITELIB}/tests/test_post.pyo
+${PYSITELIB}/tests/test_quota.py
+${PYSITELIB}/tests/test_quota.pyc
+${PYSITELIB}/tests/test_quota.pyo
+${PYSITELIB}/tests/test_rrule_index_usage.py
+${PYSITELIB}/tests/test_rrule_index_usage.pyc
+${PYSITELIB}/tests/test_rrule_index_usage.pyo
+${PYSITELIB}/tests/test_scheduling.py
+${PYSITELIB}/tests/test_scheduling.pyc
+${PYSITELIB}/tests/test_scheduling.pyo
+${PYSITELIB}/tests/test_store.py
+${PYSITELIB}/tests/test_store.pyc
+${PYSITELIB}/tests/test_store.pyo
+${PYSITELIB}/tests/test_store_regression.py
+${PYSITELIB}/tests/test_store_regression.pyc
+${PYSITELIB}/tests/test_store_regression.pyo
+${PYSITELIB}/tests/test_sync.py
+${PYSITELIB}/tests/test_sync.pyc
+${PYSITELIB}/tests/test_sync.pyo
+${PYSITELIB}/tests/test_timezones.py
+${PYSITELIB}/tests/test_timezones.pyc
+${PYSITELIB}/tests/test_timezones.pyo
+${PYSITELIB}/tests/test_vcard.py
+${PYSITELIB}/tests/test_vcard.pyc
+${PYSITELIB}/tests/test_vcard.pyo
+${PYSITELIB}/tests/test_web.py
+${PYSITELIB}/tests/test_web.pyc
+${PYSITELIB}/tests/test_web.pyo
+${PYSITELIB}/tests/test_webdav.py
+${PYSITELIB}/tests/test_webdav.pyc
+${PYSITELIB}/tests/test_webdav.pyo
+${PYSITELIB}/tests/test_wsgi.py
+${PYSITELIB}/tests/test_wsgi.pyc
+${PYSITELIB}/tests/test_wsgi.pyo
+${PYSITELIB}/tests/test_wsgi_helpers.py
+${PYSITELIB}/tests/test_wsgi_helpers.pyc
+${PYSITELIB}/tests/test_wsgi_helpers.pyo
 ${PYSITELIB}/xandikos/__init__.py
 ${PYSITELIB}/xandikos/__init__.pyc
 ${PYSITELIB}/xandikos/__init__.pyo
@@ -71,63 +158,6 @@ ${PYSITELIB}/xandikos/sync.pyo
 ${PYSITELIB}/xandikos/templates/collection.html
 ${PYSITELIB}/xandikos/templates/principal.html
 ${PYSITELIB}/xandikos/templates/root.html
-${PYSITELIB}/xandikos/tests/__init__.py
-${PYSITELIB}/xandikos/tests/__init__.pyc
-${PYSITELIB}/xandikos/tests/__init__.pyo
-${PYSITELIB}/xandikos/tests/test_apache.py
-${PYSITELIB}/xandikos/tests/test_apache.pyc
-${PYSITELIB}/xandikos/tests/test_apache.pyo
-${PYSITELIB}/xandikos/tests/test_api.py
-${PYSITELIB}/xandikos/tests/test_api.pyc
-${PYSITELIB}/xandikos/tests/test_api.pyo
-${PYSITELIB}/xandikos/tests/test_caldav.py
-${PYSITELIB}/xandikos/tests/test_caldav.pyc
-${PYSITELIB}/xandikos/tests/test_caldav.pyo
-${PYSITELIB}/xandikos/tests/test_carddav.py
-${PYSITELIB}/xandikos/tests/test_carddav.pyc
-${PYSITELIB}/xandikos/tests/test_carddav.pyo
-${PYSITELIB}/xandikos/tests/test_config.py
-${PYSITELIB}/xandikos/tests/test_config.pyc
-${PYSITELIB}/xandikos/tests/test_config.pyo
-${PYSITELIB}/xandikos/tests/test_davcommon.py
-${PYSITELIB}/xandikos/tests/test_davcommon.pyc
-${PYSITELIB}/xandikos/tests/test_davcommon.pyo
-${PYSITELIB}/xandikos/tests/test_icalendar.py
-${PYSITELIB}/xandikos/tests/test_icalendar.pyc
-${PYSITELIB}/xandikos/tests/test_icalendar.pyo
-${PYSITELIB}/xandikos/tests/test_insufficient_index_handling.py
-${PYSITELIB}/xandikos/tests/test_insufficient_index_handling.pyc
-${PYSITELIB}/xandikos/tests/test_insufficient_index_handling.pyo
-${PYSITELIB}/xandikos/tests/test_main.py
-${PYSITELIB}/xandikos/tests/test_main.pyc
-${PYSITELIB}/xandikos/tests/test_main.pyo
-${PYSITELIB}/xandikos/tests/test_rrule_index_usage.py
-${PYSITELIB}/xandikos/tests/test_rrule_index_usage.pyc
-${PYSITELIB}/xandikos/tests/test_rrule_index_usage.pyo
-${PYSITELIB}/xandikos/tests/test_store.py
-${PYSITELIB}/xandikos/tests/test_store.pyc
-${PYSITELIB}/xandikos/tests/test_store.pyo
-${PYSITELIB}/xandikos/tests/test_store_regression.py
-${PYSITELIB}/xandikos/tests/test_store_regression.pyc
-${PYSITELIB}/xandikos/tests/test_store_regression.pyo
-${PYSITELIB}/xandikos/tests/test_sync.py
-${PYSITELIB}/xandikos/tests/test_sync.pyc
-${PYSITELIB}/xandikos/tests/test_sync.pyo
-${PYSITELIB}/xandikos/tests/test_vcard.py
-${PYSITELIB}/xandikos/tests/test_vcard.pyc
-${PYSITELIB}/xandikos/tests/test_vcard.pyo
-${PYSITELIB}/xandikos/tests/test_web.py
-${PYSITELIB}/xandikos/tests/test_web.pyc
-${PYSITELIB}/xandikos/tests/test_web.pyo
-${PYSITELIB}/xandikos/tests/test_webdav.py
-${PYSITELIB}/xandikos/tests/test_webdav.pyc
-${PYSITELIB}/xandikos/tests/test_webdav.pyo
-${PYSITELIB}/xandikos/tests/test_wsgi.py
-${PYSITELIB}/xandikos/tests/test_wsgi.pyc
-${PYSITELIB}/xandikos/tests/test_wsgi.pyo
-${PYSITELIB}/xandikos/tests/test_wsgi_helpers.py
-${PYSITELIB}/xandikos/tests/test_wsgi_helpers.pyc
-${PYSITELIB}/xandikos/tests/test_wsgi_helpers.pyo
 ${PYSITELIB}/xandikos/timezones.py
 ${PYSITELIB}/xandikos/timezones.pyc
 ${PYSITELIB}/xandikos/timezones.pyo

Index: pkgsrc/net/py-xandikos/distinfo
diff -u pkgsrc/net/py-xandikos/distinfo:1.18 pkgsrc/net/py-xandikos/distinfo:1.19
--- pkgsrc/net/py-xandikos/distinfo:1.18        Tue Dec  9 12:06:29 2025
+++ pkgsrc/net/py-xandikos/distinfo     Wed Jan 21 09:50:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/12/09 12:06:29 adam Exp $
+$NetBSD: distinfo,v 1.19 2026/01/21 09:50:12 adam Exp $
 
-BLAKE2s (xandikos-0.3.0.tar.gz) = c4e978dbfa3b17a087ead4f017abb7c23fb0170f05a0e55c96478e3380963564
-SHA512 (xandikos-0.3.0.tar.gz) = cfba3abcce50ebbad386883dbfeab4d99bc4105deae7cbb0478e6949cdf969de024cee4d3399bbfe71a721443f32e507e2b3e8921ac8cb145773fd38b1429c72
-Size (xandikos-0.3.0.tar.gz) = 170183 bytes
+BLAKE2s (xandikos-0.3.1.tar.gz) = 519a5f60e4425e0102a4f95457ec9a2c57fa6fa418e69cd9bee8b28373cd5393
+SHA512 (xandikos-0.3.1.tar.gz) = f2c0d6941596b96e083ec6d7f0adbbc45edbe86aadc8e662b7b29a3f3175ad96d43f75d5a781c19f5adfff08f81bd83a3b65ca054b696963bdebafe30a1f2062
+Size (xandikos-0.3.1.tar.gz) = 201700 bytes



Home | Main Index | Thread Index | Old Index