diff -Nru pytables-3.9.2/debian/changelog pytables-3.9.2/debian/changelog --- pytables-3.9.2/debian/changelog 2024-04-01 07:27:33.000000000 +0000 +++ pytables-3.9.2/debian/changelog 2024-04-07 06:58:48.000000000 +0000 @@ -1,20 +1,11 @@ -pytables (3.9.2-1build3) noble; urgency=medium +pytables (3.9.2-2) unstable; urgency=medium - * No-change rebuild for CVE-2024-3094 + * debian/patches: + - New 0005-No-python-blosc2.patch (Closes: #1065120). + * Update dates in d/copyright. + * Set upstream metadata fields: Security-Contact. - -- William Grant Mon, 01 Apr 2024 18:27:33 +1100 - -pytables (3.9.2-1build2) noble; urgency=medium - - * No-change rebuild for CVE-2024-3094 - - -- William Grant Mon, 01 Apr 2024 18:21:41 +1100 - -pytables (3.9.2-1build1) noble; urgency=medium - - * No-change rebuild against libhdf5-103-1t64 - - -- Steve Langasek Wed, 13 Mar 2024 18:04:16 +0000 + -- Antonio Valentino Sun, 07 Apr 2024 06:58:48 +0000 pytables (3.9.2-1) unstable; urgency=medium diff -Nru pytables-3.9.2/debian/control pytables-3.9.2/debian/control --- pytables-3.9.2/debian/control 2024-03-13 18:04:16.000000000 +0000 +++ pytables-3.9.2/debian/control 2024-04-07 06:58:48.000000000 +0000 @@ -1,6 +1,5 @@ Source: pytables -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Science Maintainers +Maintainer: Debian Science Maintainers Uploaders: Antonio Valentino , Yaroslav Halchenko Section: python diff -Nru pytables-3.9.2/debian/copyright pytables-3.9.2/debian/copyright --- pytables-3.9.2/debian/copyright 2023-12-30 18:26:59.000000000 +0000 +++ pytables-3.9.2/debian/copyright 2024-04-07 06:58:48.000000000 +0000 @@ -11,7 +11,7 @@ License: BSD-3-Clause Files: debian/* -Copyright: 2011-2023, Antonio Valentino +Copyright: 2011-2024, Antonio Valentino License: BSD-3-Clause Files: src/H5ARRAY.c src/H5VLARRAY.c diff -Nru pytables-3.9.2/debian/patches/0005-No-python-blosc2.patch pytables-3.9.2/debian/patches/0005-No-python-blosc2.patch --- pytables-3.9.2/debian/patches/0005-No-python-blosc2.patch 1970-01-01 00:00:00.000000000 +0000 +++ pytables-3.9.2/debian/patches/0005-No-python-blosc2.patch 2024-04-07 06:58:48.000000000 +0000 @@ -0,0 +1,42 @@ +From: Antonio Valentino +Date: Sun, 7 Apr 2024 06:53:27 +0000 +Subject: No python-blosc2 + +Forwarded: not-needed +--- + pyproject.toml | 4 ++-- + requirements.txt | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/pyproject.toml b/pyproject.toml +index b503ab6..774ec52 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -12,7 +12,7 @@ requires = [ + # Included here for seamless wheel builds. + # Packagers can choose to replace it by externally provided + # c-blosc2 library and headers +- "blosc2 >=2.3.0", ++ # "blosc2 >=2.3.0", + ] + build-backend = "setuptools.build_meta" + # build-backend = "mesonpy" # and replace ``setuptools`` above +@@ -72,7 +72,7 @@ dependencies = [ + "numexpr >= 2.6.2", + "packaging", + "py-cpuinfo", +- "blosc2 >= 2.3.0", ++ # "blosc2 >= 2.3.0", + ] + + +diff --git a/requirements.txt b/requirements.txt +index 242457a..b094cde 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -4,4 +4,4 @@ numpy>=1.19.0 + numexpr>=2.6.2 + packaging + py-cpuinfo +-blosc2>=2.3.0 ++# blosc2>=2.3.0 diff -Nru pytables-3.9.2/debian/patches/series pytables-3.9.2/debian/patches/series --- pytables-3.9.2/debian/patches/series 2023-12-30 18:26:59.000000000 +0000 +++ pytables-3.9.2/debian/patches/series 2024-04-07 06:58:48.000000000 +0000 @@ -2,3 +2,4 @@ 0002-use-local-mathjax.patch 0003-remove-gtags.patch 0004-Skip-index-backcompat-tests-on-bingendian.patch +0005-No-python-blosc2.patch diff -Nru pytables-3.9.2/debian/upstream/metadata pytables-3.9.2/debian/upstream/metadata --- pytables-3.9.2/debian/upstream/metadata 2023-12-30 18:26:59.000000000 +0000 +++ pytables-3.9.2/debian/upstream/metadata 2024-04-07 06:58:48.000000000 +0000 @@ -2,3 +2,4 @@ Bug-Submit: https://github.com/PyTables/PyTables/issues/new Repository: https://github.com/PyTables/PyTables.git Repository-Browse: https://github.com/PyTables/PyTables +Security-Contact: https://github.com/PyTables/PyTables/tree/HEAD/SECURITY.md