python-shellescape 3.4.1-5 source package in Ubuntu
Changelog
python-shellescape (3.4.1-5) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Bump debhelper from old 12 to 13. -- Sandro Tosi <email address hidden> Sat, 04 Jun 2022 12:06:09 -0400
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-shellescape_3.4.1-5.dsc | 2.1 KiB | 5adbc03c77b375a9794f44df37f0f2e5a3dc0dbee4b1058bdebf650d62107392 |
python-shellescape_3.4.1.orig.tar.gz | 4.8 KiB | e618b2bc13f2553315ca1669995dc10fcc2cae5f1e0fda49035ef02d56f0b358 |
python-shellescape_3.4.1-5.debian.tar.xz | 2.5 KiB | 0fb628ace0d32fd1042f4efcf01af230c16fbdce969cae902b2d3110b9c4d4d9 |
Available diffs
- diff from 3.4.1-4 to 3.4.1-5 (882 bytes)
No changes file available.
Binary packages built by this source
- python3-shellescape: escapes characters to safely assemble command lines
This python3 library helps to escape a string to safely use it as a token in
a shell command.
.
The shellescape Python module defines the shellescape.quote() function
that returns a shell-escaped version of a Python string. This is a
backport of the shlex.quote() function from Python 3.4.3 that makes
it accessible to users of Python 3 versions < 3.3 and all Python 2.x
versions.