Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pathvalidate
From: Adam Ciarcinski
Date: 2024-08-27 11:04:49
Message id: 20240827090449.88631FC74@cvs.NetBSD.org
Log Message:
py-pathvalidate: updated to 3.2.1
3.2.1
Test Python 3.12 in CIs
Bump actions/setup-python from 4 to 5
Bump actions/upload-artifact from 3 to 4
Bump actions/download-artifact from 3 to 4
Fix CI
Update the CI workflow to include a job that publishes packages to TestPyPI
Fix coverage report
Fix sanitize_filename truncation
Fix validation functions of filepaths
If platform argument is windows or universal, filepaths ending with a space or a \
period should be detected as an error
Fix POSIX-style absolute paths were not detected as errors with \
platform="windows" or platform="universal" on Python 3.12 \
and below
Add support for Python 3.13
Improve type annotations
Add a build and publish workflow
Add Sigstore signatures to release assets
Update copyright year to include the last update year
Add CHANGELOG
Files: