Your message dated Sat, 17 Aug 2019 16:51:27 +0000
with message-id <e1hz1vl-000ece...@fasolo.debian.org>
and subject line Bug#933143: fixed in python-django-mptt 0.10.0-1
has caused the Debian Bug report #933143,
regarding FTBFS, not Django 2.2 ready
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 ow...@bugs.debian.org
immediately.)
--
933143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-django-mptt
Version: 0.8.7-1
Severity: serious
Tags: patch
Hi,
Please find attached patch to do the Python 2 removal.
After this patch, your package continues to FTBFS. Please
get a fix for it.
Cheers,
Thomas Goirand (zigo)
From 373d818427a37e26e91b5e39084c634ce1d3c613 Mon Sep 17 00:00:00 2001
From: Thomas Goirand <z...@debian.org>
Date: Fri, 26 Jul 2019 23:21:21 +0200
Subject: [PATCH] * Team upload. * Removed Breaks+Replaces:
python-django-mptt (<< 0.6.1-1~) after Buster release. * Removed Python
2 support.
---
debian/changelog | 11 ++++++++--
debian/control | 52 +++++++++++++++++++++++-------------------------
debian/links | 1 -
debian/rules | 2 +-
4 files changed, 35 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 19ded1a..9cbaf5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-python-django-mptt (0.8.7-2) UNRELEASED; urgency=medium
+python-django-mptt (0.8.7-2) unstable; urgency=medium
+ [ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
- -- Ondřej Nový <on...@debian.org> Sat, 20 Jul 2019 00:11:07 +0200
+ [ Thomas Goirand ]
+ * Team upload.
+ * Removed Breaks+Replaces: python-django-mptt (<< 0.6.1-1~) after Buster
+ release.
+ * Removed Python 2 support.
+
+ -- Thomas Goirand <z...@debian.org> Fri, 26 Jul 2019 23:19:09 +0200
python-django-mptt (0.8.7-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 8abd33b..aaea1a8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,25 @@ Source: python-django-mptt
Section: python
Priority: optional
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
-Uploaders: Brian May <b...@debian.org>
-Build-Depends: debhelper-compat (= 9), dh-python, python3-sphinx,
- python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.6),
- python3-all, python3-setuptools, python3-django (>= 1.6),
+Uploaders:
+ Brian May <b...@debian.org>,
+Build-Depends:
+ debhelper-compat (= 9),
+ dh-python,
+ python3-all,
+ python3-django (>= 1.6),
+ python3-setuptools,
+ python3-sphinx,
Standards-Version: 3.9.7
Homepage: https://github.com/django-mptt/django-mptt
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-mptt.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-mptt
-Package: python-django-mptt
+Package: python-django-mptt-doc
+Section: doc
Architecture: all
-Suggests: python-django-mptt-doc
-Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery, python-django,
libjs-underscore
-Provides: ${python:Provides}
+Depends:
+ ${misc:Depends},
Description: Modified Preorder Tree Traversal Django application
Django MPTT is a reusable/standalone Django application which aims to
make it easy for you to use Modified Preorder Tree Traversal with your
@@ -23,26 +28,21 @@ Description: Modified Preorder Tree Traversal Django
application
.
It takes care of the details of managing a database table as a tree
structure and provides tools for working with trees of model instances.
-
-Package: python3-django-mptt
-Architecture: all
-Suggests: python-django-mptt-doc
-Depends: ${misc:Depends}, ${python3:Depends}, libjs-jquery, python3-django,
libjs-underscore
-Provides: ${python3:Provides}
-Description: Modified Preorder Tree Traversal Django application
- Django MPTT is a reusable/standalone Django application which aims to
- make it easy for you to use Modified Preorder Tree Traversal with your
- own Django models in your own applications.
.
- It takes care of the details of managing a database table as a tree
- structure and provides tools for working with trees of model instances.
+ This package contains the documentation.
-Package: python-django-mptt-doc
-Section: doc
+Package: python3-django-mptt
Architecture: all
-Depends: ${misc:Depends}
-Breaks: python-django-mptt (<< 0.6.1-1~)
-Replaces: python-django-mptt (<< 0.6.1-1~)
+Suggests:
+ python-django-mptt-doc,
+Depends:
+ libjs-jquery,
+ libjs-underscore,
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Provides:
+ ${python3:Provides},
Description: Modified Preorder Tree Traversal Django application
Django MPTT is a reusable/standalone Django application which aims to
make it easy for you to use Modified Preorder Tree Traversal with your
@@ -50,5 +50,3 @@ Description: Modified Preorder Tree Traversal Django
application
.
It takes care of the details of managing a database table as a tree
structure and provides tools for working with trees of model instances.
- .
- This package contains the documentation.
diff --git a/debian/links b/debian/links
index bf454c2..ab7e0de 100644
--- a/debian/links
+++ b/debian/links
@@ -1,3 +1,2 @@
/usr/share/javascript/jquery/jquery.js
usr/share/doc/python-django-mptt/html/static/jquery.js
/usr/share/javascript/underscore/underscore.js
usr/share/doc/python-django-mptt/html/static/underscore.js
-
diff --git a/debian/rules b/debian/rules
index 97b51ee..f7154df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export PYBUILD_NAME=django-mptt
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
--
2.20.1
--- End Message ---
--- Begin Message ---
Source: python-django-mptt
Source-Version: 0.10.0-1
We believe that the bug you reported is fixed in the latest version of
python-django-mptt, 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 933...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Antonio Terceiro <terce...@debian.org> (supplier of updated python-django-mptt
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 17 Aug 2019 13:40:17 -0300
Source: python-django-mptt
Architecture: source
Version: 0.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Antonio Terceiro <terce...@debian.org>
Closes: 933143
Changes:
python-django-mptt (0.10.0-1) unstable; urgency=medium
.
[ Antonio Terceiro ]
* Team upload
* New upstream version 0.10.0 (Closes: #933143)
* Drop debian/patches/0001-Skip-doctest-test.patch, not needed anymore
* Add new dependency: python3-django-js-asset
* Bump Standards-Version; no changes needed otherwise
.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
Checksums-Sha1:
82bd5d96913b86d7c11b2b0bd206f7145feb108e 2259 python-django-mptt_0.10.0-1.dsc
8983dab3c9d1b42eb2cff630cb5033152e614bb5 296160
python-django-mptt_0.10.0.orig.tar.gz
e896ae64309e3f286b7897b471a22a6c3a8b53a4 3896
python-django-mptt_0.10.0-1.debian.tar.xz
702c665ac88ae5a8007bea8b12ed0257d80906c1 7532
python-django-mptt_0.10.0-1_source.buildinfo
Checksums-Sha256:
1d412badb9d4e3cc7c1e9e1978dad73e416126e465f67c8dbf6510e7667fe26f 2259
python-django-mptt_0.10.0-1.dsc
6eeecf359956144e8847b007c1087546cbf595d3fc7a236f1ae2595dd4ef3281 296160
python-django-mptt_0.10.0.orig.tar.gz
5812be10ddf74b6eee0cdcc1567db4a2625e2492e251db6915097a3f48c066b9 3896
python-django-mptt_0.10.0-1.debian.tar.xz
0a969eb893a1e6ff5bf02185451c70e8c7efb4b2c27d3cf2f8232ae30fa55f32 7532
python-django-mptt_0.10.0-1_source.buildinfo
Files:
aa7d0f4d9dc713902681dc2467c0c21b 2259 python optional
python-django-mptt_0.10.0-1.dsc
836e2237ccda948cd0f140e08b9d972a 296160 python optional
python-django-mptt_0.10.0.orig.tar.gz
c016acc465bb3f91070f54175354515a 3896 python optional
python-django-mptt_0.10.0-1.debian.tar.xz
3524984e300a748857f0850c4c4354ad 7532 python optional
python-django-mptt_0.10.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEst7mYDbECCn80PEM/A2xu81GC94FAl1YLioACgkQ/A2xu81G
C96K9RAArLWS20i5BaiHjDSmjyxSy2NgFhuQwsmAkvEem3tsgRQkyvt7VuM/an0z
qKpanMXrPxWA6T8igN07MIzM5VWwhsyPrVOwhbBmVppn2aJMgy6BJP/TqPbK/X+S
g4R1zsaOe7VW2tPjW7bQfUmXra2AculL8zygyPqKg1FElIkMqbJbdWgJW3IJl134
bRvY+aEHGpoIOPDJwjVB4ATQvntTX3K5KA5d7kecbcJJwslJjA6I7MhYHlCYLbwO
KBzxoxCwFAsh9vsITkmzDQM0ivzmLM6RwhQyxI2o+prTwBzxUhphrOFJLfYsYmHZ
w4FV4CvsD/IjScaa8C7dkhYVc6h+wxb+dCc8jMkrjGtFuI38Dups0sMmDxTjhv8N
wgFDHfIdum+ue2/P6ZqwDAPBORFCNZ2EAxhtvzMlLnW6vCXuwmHdN+Q7kZ7rhbTT
BV2LMzPHasUoSliUEfg6thNBMBYwD2DNf/zqm1B0zeMtcBssTIXMDH2QlLs/9lSx
8+5VFaZI3cl5yQiueQSUjfWtCN+RfNyb04QEx39KUKkFmpEXtt650xv+ctcy/HDz
xtgfwBhDt0CfLFXfcpqhTkuqTOCeAtH4zX4b6f4uYbIggFO1brUANAYn1BhOSyVh
GhRdSWLZM2+jMzfE0X+ngcQTYEvnOeptznI/Jw4f4VmS+1qnpGw=
=bFoT
-----END PGP SIGNATURE-----
--- End Message ---