Migrate to hatch#30
Merged
Merged
Conversation
- Switch from poetry and poetry-dynamic-versioning to hatchling + hatch-vcs - Remove poetry.lock, setup.cfg and plann/metadata.py - Add plann --version / -V flag using hatch-generated _version.py - Update Makefile and pyproject to reflect those changes - Fix deptry CI breakages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- publish.yaml and publish.yaml: reflect the poetry to hatch migration - tests.yaml: add deptry step; add Python 3.14 to matrix - linkcheck.yml: switch to lychee-action v2 with cache and create-issue Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
New version of CalDAV is out, and it requires some modification in the test code. New version of Xandikos is out, requiring some changes in the testing framework. The journal test (_select(journal=True)) was silently broken in CI: caldav>=1.5.0 is the first release with journal search support (May 2025). The bug was in caldav, not xandikos — xandikos supports VJOURNAL REPORT fine. icalendar 7 and caldav 2 does not support python 3.9 anymore. Python 3.14 is added to the matrix en passant. Functional tests based on Xandikos needed some TLC due to rename of the SingleUserFilesystemBackend. Latest version of CalDAV has introduced ETag verification - some of the test code needed to be changed to avoid raising an etag mismatch error. Xandikos.org is (temporarily?) excluded from the lychee check (today we're getting a 502 from CloudFlare, not our fault, and not much to do with it except tossing in an exception) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think I don't like poetry
I'm piggybacking some other test/qa/ci/docs-stuff into the same pull request