[Python-modules-commits] [jinja2] 06/06: do not install async* files for Python 3 as well

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jan 10 20:11:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

piotr pushed a commit to branch master
in repository jinja2.

commit 74f7493beedbfc7e3c484702cd7a9cfc173bb7b9
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Tue Jan 10 21:08:21 2017 +0100

    do not install async* files for Python 3 as well
    
    they require Python 3.6 and are not used in <= 3.5,
    see https://github.com/pallets/jinja/issues/643
---
 debian/changelog               | 2 +-
 debian/python3-jinja2.pyremove | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5fc9c7..bba7053 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ jinja2 (2.9.4-1) unstable; urgency=medium
 
   [ Piotr Ożarowski ]
   * New upstream release
-    - do not install async* files for Python 2.7 (they require Python >= 3.5)
+    - do not install async* files, they require Python >= 3.6
   * Standards-version bumped to 3.9.8 (no other changes needed)
 
  -- Piotr Ożarowski <piotr at debian.org>  Tue, 10 Jan 2017 20:28:57 +0100
diff --git a/debian/python3-jinja2.pyremove b/debian/python3-jinja2.pyremove
new file mode 100644
index 0000000..ba7e4a5
--- /dev/null
+++ b/debian/python3-jinja2.pyremove
@@ -0,0 +1,4 @@
+# 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jinja2.git



More information about the Python-modules-commits mailing list