[Python-modules-commits] [django-tables] 03/03: Temporarily exclude the new export code from upstream

Neil Williams codehelp at moszumanska.debian.org
Tue Aug 8 17:45:57 UTC 2017


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

codehelp pushed a commit to branch codehelp
in repository django-tables.

commit c20a8ffc4a552233645a5c0860517271c1fd84eb
Author: Neil Williams <codehelp at debian.org>
Date:   Tue Aug 8 13:33:59 2017 -0400

    Temporarily exclude the new export code from upstream
    
    1.8 and later require tablib which has no python3 support
    in Debian. (Closes: #855829) See also #865855
---
 debian/changelog | 10 ++++++++--
 debian/rules     |  4 ++++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 667ada7..7d7798f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-django-tables (1.9.0-1) UNRELEASED; urgency=medium
+django-tables (1.10.0-1) UNRELEASED; urgency=medium
 
-  * New upstream version. Closes: #855829.
+  [ Brian May ]
+  * New upstream version.
   * Fixes build errors with Django 1.11. Closes: #865814
 
+  [ Neil Williams ]
+  * Temporarily exclude the new export code from upstream 1.8
+    and later as tablib has no python3 support in Debian.
+    (Closes: #855829)
+
  -- Brian May <bam at debian.org>  Sun, 25 Jun 2017 18:35:18 +1000
 
 django-tables (1.2.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 0bfc0fc..ca1038d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,10 @@ override_dh_auto_build:
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:
 	dh_auto_clean
+	${RM} django_tables2/export/export.py django_tables2/export/__init__.py
+	${RM} django_tables2/export/views.py docs/pages/export.rst
+	${RM} tests/export/__init__.py tests/export/test_export.py
+	${RM} -r .cache django_tables2.egg-info
 	$(RM) -r docs/.build
 
 .PHONY: override_dh_auto_test

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



More information about the Python-modules-commits mailing list