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: Tue Dec 9 12:06:29 UTC 2025
Modified Files:
pkgsrc/net/py-xandikos: Makefile PLIST distinfo
Log Message:
py-xandikos: updated to 0.3.0
0.3.0
Mark directory as required in argparse
Use ruff for linting
Install dependencies from pyproject.toml, rather than listing in work…
Add 'serve' subcommand
Migrate disperse configuration to toml
Bumping python versions in GitHub workflows and pyproject.toml
Fix dashes in aiohttp-openmetrics
Update NEWS for 0.2.12.
Add note about tags for docker image
Add pimsync and davcli to supported clients
Update readme
Attempt to fix compat tests
Bump pyo3 from 0.24.1 to 0.25.0
auto-merge dependabot PRs
Bump icalendar, improve typing
Add more tests
Disable autogc for now, since it might cause requests to time out
Fix property removal returning 500 error
Handle whole-day recurring events properly
Handle %2f in item names
Configure Python in dependabot
deps(deps): bump ruff from 0.7.0 to 0.12.2
Don't return 404 when running CardDAV/CalDAV report when no content type is available
deps(deps): bump mypy from 1.16.0 to 1.16.1
Support VALARM search
Show caldav URLs and QR barcode on homepage.
Add tests for CALDAV:expand
Implement CALDAV:limit-recurrence-set support
docs: Expand client instructions
docs: Extend troubleshooting hints
Add indexing support for CardDAV searches
Create collection command
Store User-Agent header in commit messages
Implement WebDAV MOVE method support
docs: Document installation
Implement WebDAV COPY method support
docs: document configuration
Update dav-compliance document
Add MemoryStore implementation
Fix index_keys() return type inconsistency causing paranoid mode assertion error
Make test output quieter
Support filtering on recurring events
pycaldav: remove no_expand compatibility
Add MOVE/COPY support for collections
Fix text search to use substring matching per RFC
Fix qr code URLs
Various performance improvements
deps(deps): bump ruff from 0.12.2 to 0.12.3
xandikos: Use locked_index from dulwich
Populate invalid control characters based on RFC5545
Extend describe_calendar_delta with more field descriptions
Rewrite index handling for RRULEs
Add more tests
deps(deps): bump ruff from 0.12.3 to 0.12.4
deps(deps): bump mypy from 1.16.1 to 1.17.0
deps(deps): bump ruff from 0.12.4 to 0.12.5
Implement RFC7953
deps(deps): bump mypy from 1.17.0 to 1.17.1
deps(deps): bump ruff from 0.12.5 to 0.12.7
Bump docker/metadata-action from 5.7.0 to 5.8.0
Improve Docker configuration with environment variables and graceful …
Bump docker/login-action from 3.4.0 to 3.5.0
Bump actions/download-artifact from 4 to 5
deps(deps): bump ruff from 0.12.7 to 0.12.8
Bump actions/checkout from 4 to 5
deps(deps): bump ruff from 0.12.8 to 0.12.9
deps(deps): bump ruff from 0.12.9 to 0.12.10
Reduce dependabot frequency
Fix WebDAV litmus test failures and improve compliance
Fix contradictory POST Allow header behavior
deps(deps): bump ruff from 0.12.10 to 0.12.11 in the pip group
Change docker to container
Add Docker healthchecks.
Various docker fixes
Bump actions/setup-python from 5 to 6
Bump docker/login-action from 3.5.0 to 3.6.0
Add GitHub Actions workflow to test Docker builds
deps(deps): bump the pip group with 2 updates
Always trigger on push
Bump actions/download-artifact from 5 to 6
Bump actions/upload-artifact from 4 to 5
Add caldav-server-tester integration for RFC4791 compliance testing
Drop python 3.9 support, add python 3.14 support
Attempt to fix typing issues
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-xandikos/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-xandikos/PLIST
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/net/py-xandikos/Makefile:1.21
--- pkgsrc/net/py-xandikos/Makefile:1.20 Thu Oct 9 07:57:53 2025
+++ pkgsrc/net/py-xandikos/Makefile Tue Dec 9 12:06:29 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/10/09 07:57:53 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/12/09 12:06:29 adam Exp $
-DISTNAME= xandikos-0.2.12
+DISTNAME= xandikos-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xandikos/}
Index: pkgsrc/net/py-xandikos/PLIST
diff -u pkgsrc/net/py-xandikos/PLIST:1.11 pkgsrc/net/py-xandikos/PLIST:1.12
--- pkgsrc/net/py-xandikos/PLIST:1.11 Tue Apr 15 09:51:04 2025
+++ pkgsrc/net/py-xandikos/PLIST Tue Dec 9 12:06:29 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/04/15 09:51:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/12/09 12:06:29 adam Exp $
bin/xandikos-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -59,6 +59,9 @@ ${PYSITELIB}/xandikos/store/git.pyo
${PYSITELIB}/xandikos/store/index.py
${PYSITELIB}/xandikos/store/index.pyc
${PYSITELIB}/xandikos/store/index.pyo
+${PYSITELIB}/xandikos/store/memory.py
+${PYSITELIB}/xandikos/store/memory.pyc
+${PYSITELIB}/xandikos/store/memory.pyo
${PYSITELIB}/xandikos/store/vdir.py
${PYSITELIB}/xandikos/store/vdir.pyc
${PYSITELIB}/xandikos/store/vdir.pyo
@@ -71,6 +74,9 @@ ${PYSITELIB}/xandikos/templates/root.htm
${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
@@ -83,12 +89,30 @@ ${PYSITELIB}/xandikos/tests/test_carddav
${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
@@ -101,6 +125,9 @@ ${PYSITELIB}/xandikos/tests/test_webdav.
${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.17 pkgsrc/net/py-xandikos/distinfo:1.18
--- pkgsrc/net/py-xandikos/distinfo:1.17 Thu Oct 10 07:21:39 2024
+++ pkgsrc/net/py-xandikos/distinfo Tue Dec 9 12:06:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/10/10 07:21:39 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/12/09 12:06:29 adam Exp $
-BLAKE2s (xandikos-0.2.12.tar.gz) = 6ed8e6dba61230ff20bb99d5b865be43e7246e2c128c2f4e9a9828b3058a072a
-SHA512 (xandikos-0.2.12.tar.gz) = cc7f8dde4a7fba495d9381f8faa8b23de6b69b3e5b9b4e4a4436afe2cec5e9cb449f797a2fce29ce4574ca7b325111658f2baaf97585d664d035376cd8148c9b
-Size (xandikos-0.2.12.tar.gz) = 110931 bytes
+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
Home |
Main Index |
Thread Index |
Old Index