python-pathvalidate 3.2.0-1 source package in Ubuntu

Changelog

python-pathvalidate (3.2.0-1) unstable; urgency=medium

  * New upstream version 3.2.0

 -- Michael Fladischer <email address hidden>  Mon, 25 Sep 2023 10:32:33 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pathvalidate_3.2.0-1.dsc 2.0 KiB b2bfb6e37677942a9221c516bd91ded54e5eeaeb6942b6c1bc40571bdeaecd37
python-pathvalidate_3.2.0.orig.tar.gz 42.0 KiB b99879d7ba4aea8bcdce2bdf68ae8e52da7c50dbe1e264ff42114056a103b95e
python-pathvalidate_3.2.0-1.debian.tar.xz 4.1 KiB 238651197c930911567a6a3c2431739236ac1c4a38d5c6bdad4b21851c843883

Available diffs

No changes file available.

Binary packages built by this source

python-pathvalidate-doc: sanitize/validate filenames/file-paths/etc (Documentation)

 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the documentation.

python3-pathvalidate: sanitize/validate filenames/file-paths/etc (Python3 version)

 pathvalidate is a Python library to sanitize/validate a string such as
 filenames/file-paths/etc.
 .
 Features:
  * Sanitize/Validate a string as a file name or file path
  * file name/path argument validator/sanitizer for argparse and click
  * Multi platform support: sanitize/validate file names/paths for a specific
    platform (Linux/Windows/macOS/Posix) or universal (platform independent)
  * Multibyte character support
 .
 This package contains the Python 3 version of the library.