braceexpand 0.1.7-3 source package in Ubuntu

Changelog

braceexpand (0.1.7-3) unstable; urgency=medium

  * Really remove braceexpand.egg-info during clean target.
  * Update copyright year.
  * List test files in debian/pybuild.testfiles instead of debian/rules.

 -- Edward Betts <edward@4angle.com>  Mon, 01 Aug 2022 09:54:04 +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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
braceexpand_0.1.7-3.dsc 2.0 KiB 2cbbdfc60b8398f520dcbb7a601589ff3d13c60211d7d20d7fd808da918e6f4a
braceexpand_0.1.7.orig.tar.gz 7.6 KiB e6e539bd20eaea53547472ff94f4fb5c3d3bf9d0a89388c4b56663aba765f705
braceexpand_0.1.7-3.debian.tar.xz 2.5 KiB ea1680de26fed3c9eb3b2d14ac83cd8bfbd47243da693995cd778140d4f99ee3

Available diffs

No changes file available.

Binary packages built by this source

python3-braceexpand: Bash-style brace expansion for Python

 Implements Brace Expansion as described in the bash documentation.
 .
 The braceexpand function returns an iterator over the expansions generated
 from a pattern.