python-pathvalidate 3.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.1.0
  * Refresh patches.

 -- Michael Fladischer <email address hidden>  Sun, 23 Jul 2023 19:23:07 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pathvalidate_3.1.0-1.dsc 2.0 KiB 94c7b9c51a17b8c251aaa678864052319a4e2394d118e20f4c904377132f52b2
python-pathvalidate_3.1.0.orig.tar.gz 39.4 KiB c215389975c007638bf18f44afdf4ed118543fa8ae0ff902c1aa50a8b009044f
python-pathvalidate_3.1.0-1.debian.tar.xz 4.0 KiB d0687ee0baa938e9785dfb8a131fc1f2df0cc6b869cc0ad657f4be14fd4eb25b

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.