python-scantree 0.0.2-1 source package in Ubuntu

Changelog

python-scantree (0.0.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.0.2
  * remove dependency on python3-six
  * add build-depency on:
    * python3-pytest
    * python3-pytest-cov
    * python3-versioneer

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.

 -- Alexandre Detiste <email address hidden>  Tue, 20 Feb 2024 23:50:35 +0100

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-scantree_0.0.2-1.dsc 2.1 KiB a1fb7e2d6df6ce8a975b62a72f550dc525fe65b1954d625a212f80d2ac1470bc
python-scantree_0.0.2.orig.tar.gz 23.9 KiB e64bab9db8a5c58823b9b9e74512db02f4ee7014d2d0f5e2f20925ba8f49293b
python-scantree_0.0.2-1.debian.tar.xz 2.4 KiB b771e3a4d4c50e24797ce5b3a0774bfa13cb0aea42375b5309a591fff95d0f54

Available diffs

No changes file available.

Binary packages built by this source

python3-scantree: Flexible recursive directory iterator: scandir meets glob("**", recursive=True)

 Recursive directory iterator supporting:
 .
  * flexible filtering including wildcard path matching
  * in memory representation of file-tree (for repeated access)
  * efficient access to directory entry properties (`posix.DirEntry` interface)
    extended with real path and path relative to the recursion root directory
  * detection and handling of cyclic symlinks
 .
 This package installs the library for Python 3.