python-scandir 1.10.0-2ubuntu2 source package in Ubuntu

Changelog

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

  * Use python2 in the autopkg test.
  * Build-depend on python-all-dev.

 -- Matthias Klose <email address hidden>  Tue, 14 Jan 2020 12:13:53 +0100

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-2ubuntu2.debian.tar.xz 2.8 KiB 103fbe8576f8997ea2e0c2e2fdec839faec49aeb6bd33ed797aba73cbaec3108
python-scandir_1.10.0-2ubuntu2.dsc 2.2 KiB ce11c200ef93f1d6d56a94bea569deaabd1a7961e1fe519c48c1a2fccda0118e

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