[pytables] 11/20: Drop 0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Fri Aug 14 19:00:06 UTC 2015


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 5361a4e535be0e6ebada21a1059df966703d008b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Fri Aug 14 09:24:43 2015 +0000

    Drop 0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch
---
 debian/changelog                                   |  6 ++++--
 debian/control                                     |  2 +-
 ...desable-tests-that-use-the-lz4-conpressor.patch | 22 ----------------------
 debian/patches/series                              |  1 -
 4 files changed, 5 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b0a431d..b9cc77d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,9 +13,11 @@ pytables (3.2.1-1) UNRELEASED; urgency=medium
     - make build reproducible
   * debian/patches
     - refresh all patches
-    - drop 0003-Better-control-of-verbosity-in-unittests.patch and
-      0006-fix-an-import-issue-with-cython-newer-than-0.20.2.patch
+    - drop 0003-Better-control-of-verbosity-in-unittests.patch (applied upstream)
+    - drop 0006-fix-an-import-issue-with-cython-newer-than-0.20.2.patch
       (applied upstream)
+    - drop 0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch no longer
+      neede. The issue with lz4 compressor on s39x has been fixed in lz4_0.0~r122-1.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 22 Mar 2015 18:43:52 +0000
 
diff --git a/debian/control b/debian/control
index cb5d567..0e5846c 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 9.0.0),
                cython3-dbg,
                zlib1g-dev,
                liblzo2-dev,
-               liblz4-dev (>= 0.0~r114-2),
+               liblz4-dev (>= 0.0~r122),
                libsnappy-dev,
                libbz2-dev,
                python-sphinx (>= 1.0.7+dfsg),
diff --git a/debian/patches/0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch b/debian/patches/0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch
deleted file mode 100644
index 28a6f5d..0000000
--- a/debian/patches/0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Date: Sat, 25 Jul 2015 17:50:31 +0000
-Subject: Temporay-desable-tests-that-use-the-lz4-conpressor
-
-===================================================================
----
- tables/tests/test_tables.py | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/tables/tests/test_tables.py b/tables/tests/test_tables.py
-index 7f0d2ac..64b6335 100644
---- a/tables/tests/test_tables.py
-+++ b/tables/tests/test_tables.py
-@@ -1577,6 +1577,8 @@ class CompressBloscShuffleTablesTestCase(BasicTestCase):
-     complib = "blosc"
-
-
-+import platform
-+ at unittest.skipIf('s390x' in platform.platform().lower(), 'lz4 required')
- @unittest.skipIf(not common.blosc_avail,
-                  'BLOSC compression library not available')
- class CompressBloscBloscLZTablesTestCase(BasicTestCase):
diff --git a/debian/patches/series b/debian/patches/series
index fcf0774..13743d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@
 0002-Use-system-compression-libs.patch
 0004-Never-use-the-msse2-flag-explicitly.patch
 0005-Do-not-fetch-icons-for-external-web-sites.patch
-0007-Temporay-desable-tests-that-use-the-lz4-conpressor.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list