Your message dated Tue, 20 Jun 2017 16:03:46 +0000
with message-id <[email protected]>
and subject line Bug#862699: fixed in jinja2 2.9.6-1
has caused the Debian Bug report #862699,
regarding python3-jinja2: does not work with python3.6
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.)
--
862699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862699
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-jinja2
Version: 2.8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: python3.6
Dear Maintainer,
python3-jinja2, as currently packaged, cannot be imported by Python 3.6 because
it tries to import asyncsupport.py which is not currently installed. I'm
attaching the diff I applied in Ubuntu to fix this.
Cheers,
mwh
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (400, 'xenial-proposed'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.0-75-generic (SMP w/4 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages python3-jinja2 depends on:
ii python3-markupsafe 0.23-2build2
pn python3:any <none>
Versions of packages python3-jinja2 recommends:
ii python3-pkg-resources 20.7.0-1
Versions of packages python3-jinja2 suggests:
pn python-jinja2-doc <none>
-- no debconf information
diff -Nru jinja2-2.9.5/debian/changelog jinja2-2.9.5/debian/changelog
--- jinja2-2.9.5/debian/changelog 2017-02-08 10:27:54.000000000 +1300
+++ jinja2-2.9.5/debian/changelog 2017-05-12 09:43:03.000000000 +1200
@@ -1,3 +1,10 @@
+jinja2 (2.9.5-1ubuntu1) artful; urgency=medium
+
+ * Install asyncsupport.py and asyncfilters.py now that Python 3.6 is a
+ supported version (but do not compile them on install with Python 3.5).
+
+ -- Michael Hudson-Doyle <[email protected]> Mon, 08 May 2017 12:35:12 +1200
+
jinja2 (2.9.5-1) unstable; urgency=medium
* New upstream release
diff -Nru jinja2-2.9.5/debian/control jinja2-2.9.5/debian/control
--- jinja2-2.9.5/debian/control 2017-02-08 10:27:35.000000000 +1300
+++ jinja2-2.9.5/debian/control 2017-05-08 12:41:40.000000000 +1200
@@ -1,7 +1,8 @@
Source: jinja2
Section: python
Priority: optional
-Maintainer: Piotr Ożarowski <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Piotr Ożarowski <[email protected]>
Uploaders: Debian Python Modules Team <[email protected]>
Build-Depends: debhelper (>= 9), dh-python,
python-all (>= 2.6.6-3), python3-all,
diff -Nru jinja2-2.9.5/debian/python3-jinja2.bcep jinja2-2.9.5/debian/python3-jinja2.bcep
--- jinja2-2.9.5/debian/python3-jinja2.bcep 1970-01-01 12:00:00.000000000 +1200
+++ jinja2-2.9.5/debian/python3-jinja2.bcep 2017-05-09 15:39:45.000000000 +1200
@@ -0,0 +1 @@
+re|-3.6|/usr/lib/python3/dist-packages/jinja2|.*/async(support|filters).py
diff -Nru jinja2-2.9.5/debian/python3-jinja2.install jinja2-2.9.5/debian/python3-jinja2.install
--- jinja2-2.9.5/debian/python3-jinja2.install 1970-01-01 12:00:00.000000000 +1200
+++ jinja2-2.9.5/debian/python3-jinja2.install 2017-05-12 09:43:31.000000000 +1200
@@ -0,0 +1 @@
+debian/python3-jinja2.bcep usr/share/python3/bcep
diff -Nru jinja2-2.9.5/debian/python3-jinja2.pyremove jinja2-2.9.5/debian/python3-jinja2.pyremove
--- jinja2-2.9.5/debian/python3-jinja2.pyremove 2017-02-08 10:27:35.000000000 +1300
+++ jinja2-2.9.5/debian/python3-jinja2.pyremove 1970-01-01 12:00:00.000000000 +1200
@@ -1,4 +0,0 @@
-# these files require Python3.6 and are not used in <= 3.5
-# see https://github.com/pallets/jinja/issues/643
-jinja2/asyncfilters.py
-jinja2/asyncsupport.py
--- End Message ---
--- Begin Message ---
Source: jinja2
Source-Version: 2.9.6-1
We believe that the bug you reported is fixed in the latest version of
jinja2, 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.
Piotr Ożarowski <[email protected]> (supplier of updated jinja2 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: Tue, 20 Jun 2017 15:21:18 +0200
Source: jinja2
Binary: python-jinja2 python-jinja2-doc python3-jinja2
Architecture: source all
Version: 2.9.6-1
Distribution: unstable
Urgency: medium
Maintainer: Piotr Ożarowski <[email protected]>
Changed-By: Piotr Ożarowski <[email protected]>
Description:
python-jinja2 - small but fast and easy to use stand-alone template engine
python-jinja2-doc - documentation for the Jinja2 Python library
python3-jinja2 - small but fast and easy to use stand-alone template engine
Closes: 857722 862699
Changes:
jinja2 (2.9.6-1) unstable; urgency=medium
.
[ Piotr Ożarowski ]
* New upstream release
* Install CHANGES file as upstream changelog (closes: 857722)
* Standards-version bumped to 4.0.0 (no other changes needed)
.
[ Michael Hudson-Doyle ]
* Install asyncsupport.py and asyncfilters.py now that Python 3.6 is a
supported version (but do not compile them on install with Python 3.5).
(closes: 862699)
Checksums-Sha1:
d429d05e28e89d6c0b0d9a9db20fc36205313051 2223 jinja2_2.9.6-1.dsc
61b17399d098c0c110618fd4da7d33bd7031dd5e 437659 jinja2_2.9.6.orig.tar.gz
616d638e98f763b02f1d62c7b12b76b1fe66152f 6172 jinja2_2.9.6-1.debian.tar.xz
dab5a54048e1f2a0eb4f19a423181f4468dc574a 7403 jinja2_2.9.6-1_amd64.buildinfo
8b4f45906686ac6b9b394df0beac2378eff6e94c 255480
python-jinja2-doc_2.9.6-1_all.deb
2f12b4cc48704b2c5173f7c21e515f612d75ceab 116982 python-jinja2_2.9.6-1_all.deb
a6634527b4191ab0269a76396207ee1f1dc3674a 117580 python3-jinja2_2.9.6-1_all.deb
Checksums-Sha256:
d11c7b6ccf809bcf35abf267ea867f2963d6bf727c77636666de4b29b5d42bbc 2223
jinja2_2.9.6-1.dsc
ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff 437659
jinja2_2.9.6.orig.tar.gz
1d657ff6cb27d8cefba387342ba5bf4e6c533c4aaf92c6a0b80ad2d06e20206d 6172
jinja2_2.9.6-1.debian.tar.xz
6893e93472d3fbe14c286d58f275bcf9ad54c0c420504cba0f94539a44951e80 7403
jinja2_2.9.6-1_amd64.buildinfo
14f988d36a5bd731ca78b1f92c7ae3e57f24c14b4010dbd2bfb5eccc27414e79 255480
python-jinja2-doc_2.9.6-1_all.deb
b824e0f59cc091bf7f8d3fce3d6f64b354a41907c525cb28107b8727dccbe08d 116982
python-jinja2_2.9.6-1_all.deb
29b499e096acbae4542b36e5ec6d3ad10d4b28d9c17e559597292c138db8a118 117580
python3-jinja2_2.9.6-1_all.deb
Files:
fb634fa585741ff4c7922558ddb46959 2223 python optional jinja2_2.9.6-1.dsc
6411537324b4dba0956aaa8109f3c77b 437659 python optional
jinja2_2.9.6.orig.tar.gz
7ded3775df17b9c4e0b5942e6927b92f 6172 python optional
jinja2_2.9.6-1.debian.tar.xz
ed1f685f5dff5fc3175901cfedc4743c 7403 python optional
jinja2_2.9.6-1_amd64.buildinfo
05a56112d547a298ddf3339d20fa6576 255480 doc extra
python-jinja2-doc_2.9.6-1_all.deb
d3cac7647f1a7f3fa67c0e96fb37a08e 116982 python optional
python-jinja2_2.9.6-1_all.deb
d0fba1fff119cdbb075fb6d9d9779e56 117580 python optional
python3-jinja2_2.9.6-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEHS+omFjar2IXhi33rvbxoqdFdkUFAllJJpcACgkQrvbxoqdF
dkVjqw//X7fXlvNybK+ER3Lg7RYpAPycU+GAilMCbhtTribQZHL0n8555zqxYcO9
dG0M6Tywp3frb4vJy9n6wq88tQDY7WhezcwweOI6p2L7nADh2+a/4IRgOtvkvbR5
WWugpw5/5i5bED+6I0Wl1XI41Tqc0l58w+RUi7xXcc5UAT3YQN9g5snPUlA3QpV6
zkM9WHdWJufwP6MLJji2pqD2xAcjXqXaB14pssjFVXFlAbgklWSMpRamb7+D6d8i
/iwYiZ4TIbio+W3mbhP1lPiaSZ5lwLIBwV8r8ddHEVMKTfHTzGE5de77+evynIRg
gMeESyY6eGTFYXrUq13qY/AtnwN+rjYQd8568S5fi2r5ywoL6ymsQHRF8hLYAx7N
1Cndt5Fmc/swNu2ehBCYxkkVW4T/HhPbm1D+QoaOitfgQ5wuBSOR9hcNlGSpI2Zj
Gll7edifYD2aQkUZW95EiCif2P+wRIova52LXEVlPPNjRBeBcC9qyaJEuMXcH7OD
Pun0SELOOydleWBGt6790wXzVgqLNBEsr3YZVu/ftMF0Kymy0aGmAmpB/SVK+mmw
w0V3CWYbcHK+OXDwal8QykBif4Bm4aLtpUNVlIqFc9Vp9Pc+XB8MBWH9UjFfXO7z
QZu/2YZ4GQinsXtY5MZg1lmJgM5sylhAdWzwevfrEYJVXSnyPW4=
=8IXG
-----END PGP SIGNATURE-----
--- End Message ---