python-scandir 1.10.0-2build1 source package in Ubuntu

Changelog

python-scandir (1.10.0-2build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:44:16 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-scandir_1.10.0.orig.tar.gz 29.4 KiB 73a773c58432ce28f32286f2892217101f4cf61ff4bccd8829ebaa7af7c56620
python-scandir_1.10.0-2build1.debian.tar.xz 2.7 KiB da4b2c9bafee1138da536d21f13dd698d11d9b6f1421685dcb55dacfdf7d6eb2
python-scandir_1.10.0-2build1.dsc 2.2 KiB 73abcca17035aa8244e286fdc2b49087336bfd2f5cb5f2aa085987173f9d1440

View changes file

Binary packages built by this source

pypy-scandir: Backport of the "scandir" stdlib module (PyPy)

 Better directory iterator and faster os.walk(), as found in Python 3:
 instead of returning a list of bare filenames, it yields DirEntry objects
 that include much more information.
 .
 This package is (obviously) for PyPy.

python-scandir: Backport of the "scandir" stdlib module (Python 2)

 Better directory iterator and faster os.walk(), as found in Python 3:
 instead of returning a list of bare filenames, it yields DirEntry objects
 that include much more information.
 .
 This package is (obviously) for Python 2.

python-scandir-dbgsym: debug symbols for python-scandir