Your message dated Wed, 08 Jan 2020 20:40:05 +0000
with message-id <[email protected]>
and subject line Bug#937293: fixed in piuparts 1.1.0
has caused the Debian Bug report #937293,
regarding piuparts: Python2 removal in sid/bullseye
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.)
--
937293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=937293
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:piuparts
Version: 1.0.1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: py2removal
Python2 becomes end-of-live upstream, and Debian aims to remove
Python2 from the distribution, as discussed in
https://lists.debian.org/debian-python/2019/07/msg00080.html
Your package either build-depends, depends on Python2, or uses Python2
in the autopkg tests. Please stop using Python2, and fix this issue
by one of the following actions.
- Convert your Package to Python3. This is the preferred option. In
case you are providing a Python module foo, please consider dropping
the python-foo package, and only build a python3-foo package. Please
don't drop Python2 modules, which still have reverse dependencies,
just document them.
This is the preferred option.
- If the package is dead upstream, cannot be converted or maintained
in Debian, it should be removed from the distribution. If the
package still has reverse dependencies, raise the severity to
"serious" and document the reverse dependencies with the BTS affects
command. If the package has no reverse dependencies, confirm that
the package can be removed, reassign this issue to ftp.debian.org,
make sure that the bug priority is set to normal and retitle the
issue to "RM: PKG -- removal triggered by the Python2 removal".
- If the package has still many users (popcon >= 300), or is needed to
build another package which cannot be removed, document that by
adding the "py2keep" user tag (not replacing the py2remove tag),
using the [email protected] user. Also any
dependencies on an unversioned python package (python, python-dev)
must not be used, same with the python shebang. These have to be
replaced by python2/python2.7 dependencies and shebang.
This is the least preferred option.
If the conversion or removal needs action on another package first,
please document the blocking by using the BTS affects command, like
affects <bug number of blocking py2removal bug> + src:piuparts
If there is no py2removal bug for that reverse-dependency, please file
a bug on this package (similar to this bug report).
If there are questions, please refer to the wiki page for the removal:
https://wiki.debian.org/Python/2Removal, or ask for help on IRC
#debian-python, or the [email protected] mailing list.
--- End Message ---
--- Begin Message ---
Source: piuparts
Source-Version: 1.1.0
We believe that the bug you reported is fixed in the latest version of
piuparts, 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.
Holger Levsen <[email protected]> (supplier of updated piuparts 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: Wed, 08 Jan 2020 20:50:42 +0100
Source: piuparts
Architecture: source
Version: 1.1.0
Distribution: unstable
Urgency: medium
Maintainer: piuparts developers team <[email protected]>
Changed-By: Holger Levsen <[email protected]>
Closes: 919170 933061 937293
Changes:
piuparts (1.1.0) unstable; urgency=medium
.
* Team upload.
.
[ Herbert Parentes Fortes Neto ]
* piuparts.py: use Popen with universal_newlines=True. Py2, Py3 compatible.
* New mail template: add bug-templates/obsolete_conffiles.mail.
.
[ Thomas Goirand ]
* Switch to package to Python 3:
- Replaced python- with python3- in debian/control.
- Removed all python2 (>= 2.7) by a ${python3:Depends}.
- Replaced python2 by python3 in debian/rules.
- Replaced dh_python2 stuff by dh_python3 in debian/rules.
- Patched piupartslib/conf.py, piupartslib/dependencyparser.py,
piupartslib/packagesdb.py, piupartslib/pkgsummary.py, tests/unittests.py
so that they are Python 3 compatible.
- Removed python-lzma (build-)depends as it's in standard in Py 3.
- Add python3-six as (build-)depends.
- Fix Makefile to use python3 and not python2.
- d/piuparts-common.install: switch to python 3.
- d/rules: remove all __pycache__ folder before proceeding to install.
- Add --shebang=/usr/bin/python3 when calling dh_python3.
- Do not use -N piuparts-master -N piuparts-slave when calling dh_python3
for the 2nd time, so that it correctly adds the interpreter as depends.
- Lintian overrides "python-script-but-no-python-dep": that's ok, because
piuparts-common already has the dependency.
.
[ Bastian Venthur ]
* piuparts-analyze.py: updates for python-debianbts 2.10.0 deprecating
some methodcalls, update depends in d/control accordingly.
Closes: #919170.
.
[ Nis Martensen ]
* piuparts, piuparts-master-backend, piuparts-report,
detect_well_known_errors, piupartslib/(dependencyparser|packagesdb):
several fixes and improvements related to porting to python3.
.
[ James Clarke ]
* piuparts: Fix diff_meta_data reporting every file as new and removed.
.
[ Mattia Rizzolo ]
* piuparts-slave.py: port to python3.
.
[ David Prévot ]
* Use the same favicon as the one from www.d.o.
.
[ Holger Levsen ]
* Bump version number to 1.1.x due to the switch to python3.
* piuparts.conf-template.pejacevic:
- also test bullseye and bullseye-rcmd. Closes: #933061.
- increase precedence values for oldstable and older.
* docs/README_server.txt, docs/piuparts/piuparts.1.txt and piuparts.py:
update examples for buster being stable and bullseye being the new
testing.
* Use /usr/bin/python3 everywhere. Closes: #937293.
* d/control:
- bump standards version to 4.4.1, no changes needed.
- bump debhelper-compat to 12.
* d/tests: Add simple smoke-test.
* htdocs/news.tpl:
- mention new suites bullseye and bullseye-rcmd being tested.
- mention piuparts.debian.org is running the python3 branch.
- add farewell note.
* instances/Makefile: set default mirror to deb.debian.org.
* d/rules: set GOCACHE to a safely writable directory during build as
the cache is mandatory with Go 1.12.
* d/control:
- bump standards version to 4.4.1, no changes needed.
- bump debhelper-compat to 12.
- remove myself from uploaders. It was fun! Policy is your friend. Trust
the Policy. Love the Policy. Obey the Policy.
* instances/*, docs/README_pejacevic.txt and htdocs/index: stop mentioning
piu-slave-bm-a.debian.org.
Checksums-Sha1:
7cfecf0c65ffd9c2fc9a8aa090feb6441d1cd65e 2223 piuparts_1.1.0.dsc
bfb3a8c5a7aa7567e2b733a651f560ccbaa51a4c 284549 piuparts_1.1.0.tar.gz
9fa1bfcdbbdb865d581805f94d97786c3259740a 8586 piuparts_1.1.0_source.buildinfo
Checksums-Sha256:
60749e6686ab5ec68870fda7fb2f4f5b4808d3149deafde24376c431d3716881 2223
piuparts_1.1.0.dsc
27107756c3a2c3aa3322742bc1d43f9ba4307db90a16f94e882ab7167ef49333 284549
piuparts_1.1.0.tar.gz
8665967d85eb90245a3b9f6a7508a708979d36f0fb1b293ed7dd6760f58e49ad 8586
piuparts_1.1.0_source.buildinfo
Files:
737752ef2bb09ff5a1ede74f301090cf 2223 devel optional piuparts_1.1.0.dsc
0bf51520d5295af3ba08b138b31bb32b 284549 devel optional piuparts_1.1.0.tar.gz
78a532ee581b5fccf1e2e9de84136dab 8586 devel optional
piuparts_1.1.0_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuL9UE3sJ01zwJv6dCRq4VgaaqhwFAl4WNBQACgkQCRq4Vgaa
qhzMWg//W/NthD4wOzBwiKcK4mLaTx8U0xDyetIYKcSbzVeVM9Kr2cv+B1nSUJLw
Sl74Ku/GDpaGAh/NovfDFfEivKfC0WHRloPZexHlbziDJSJU6K5MP4Nxl9oWuzS5
8N2taJdwVCTCVOIjRWaBxcgr2ETUkCwmYVUgwYO0IUwvD5ZrxjlXq4S0uY3M4/60
tbjWYzOg6Mb6u66CoZccghluuAGLynHHNFE2P/+Mr65CLkerEen4ddORZXPx2J4Y
/Z0g2LSg/PanXSVwXDzgiTdP2ctyrEoSTvzo9esNnXQlJUyEJrG1J2hJFyYUrl5a
+fNGpo8glSA4T9LUqdJ6UjX6ZbFHuzA19+SXhudoy6OF4UZZRujZfzAuuAwfwuRt
lQhnVAonjvttDaOyWlE4500Y0NEiBzCcuXcpnnM0q6eXZgF7bivJEa89yHlG6lh2
Gy3pW/4VMviwMintvV7oX+NBCXT7eQafFrQoq8AKAPQAs3h4OSNsZSv8xfb9hWYH
pWRlwO3ZddXiy0BTSEqkwslFjbYU5tEfKTnhJiASyLsbxqmaYW1JKwHh/dJovVV0
XDNECF9VWUkr+EkTepc+NqE0UYthrGhtsch/1gmQenEExWF2rJuBL6Q/3D5diIJB
eDziJWgEOJrjAxf7kka0Zmt3cLl/Zry1p3zlc0hULFYkZF/LMZM=
=f+Ui
-----END PGP SIGNATURE-----
--- End Message ---