Your message dated Thu, 30 Jan 2025 18:21:10 +0000
with message-id <[email protected]>
and subject line Bug#1082503: fixed in python-sh 2.2.1-1
has caused the Debian Bug report #1082503,
regarding python3-sh: package description shows example for Python 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1082503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082503
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-sh
Version: 1.14.2-1
Severity: minor
X-Debbugs-Cc: [email protected]
Dear maintainer,
the description of python3-sh contains an example that uses a "print" statement
that worked with Python 2 but doesn't work with Python 3:
from sh import ifconfig
print ifconfig("eth0")
i.e. there must be round parens around the argument of print:
from sh import ifconfig
print(ifconfig("eth0"))
greetings,
Daniele
--- End Message ---
--- Begin Message ---
Source: python-sh
Source-Version: 2.2.1-1
Done: Sam Hartman <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-sh, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sam Hartman <[email protected]> (supplier of updated python-sh package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 30 Jan 2025 10:17:42 -0700
Source: python-sh
Architecture: source
Version: 2.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Sam Hartman <[email protected]>
Closes: 1082503
Changes:
python-sh (2.2.1-1) unstable; urgency=medium
.
[ Tianon Gravi ]
* Update email address in Uploaders
* Update description for Python 3 (Closes: #1082503)
* Remove unused debian/Dockerfile
.
[ Sam Hartman ]
* New upstream version
* Update to standards version 4.7.0, no change
Checksums-Sha1:
8da75c9bfb7905987d7879692657795cb3a1ccdc 1656 python-sh_2.2.1-1.dsc
56743195ecad17e308177e25bfa38ddfa12a564f 430716 python-sh_2.2.1.orig.tar.gz
bc2392e6af63d80d69580b42f7626292b65dae9f 2768 python-sh_2.2.1-1.debian.tar.xz
Checksums-Sha256:
d4f70b2028f22c58dfce46149aa6a1f847b56e6188fa2555962190c038b01083 1656
python-sh_2.2.1-1.dsc
d582917fca99252044d732bc04a56f39a8adf8693aa39f7518d1b3191a5fd53c 430716
python-sh_2.2.1.orig.tar.gz
a65be90926d68968eb1e39febc9bcaf2b65a2a3c8bf034f625e4dcca613f7031 2768
python-sh_2.2.1-1.debian.tar.xz
Files:
c2f7929131320a9e7182c3da5aa8fc55 1656 python optional python-sh_2.2.1-1.dsc
4d697496283c012551adcb2fe9893151 430716 python optional
python-sh_2.2.1.orig.tar.gz
601f8d2c7a798a6006a03d5f3e5c5288 2768 python optional
python-sh_2.2.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQSj2jRwbAdKzGY/4uAsbEw8qDeGdAUCZ5u63gAKCRAsbEw8qDeG
dH3pAP94gDH/R09QtppXoilgikrvfwkbHSC50UhYiR1Q2qiRJgEAkyTQYRzVG2tR
QS76VlYTs1Xu3k5QuGS+HLrOcyB89AQ=
=5sWg
-----END PGP SIGNATURE-----
pgpuJtwBIgbAy.pgp
Description: PGP signature
--- End Message ---