h5py (2.9.0-3) unstable; urgency=medium * Team upload. * override dh_installdocs for arch-indep builds only -- Drew Parsons Mon, 12 Aug 2019 22:41:24 +0800 h5py (2.9.0-2) unstable; urgency=medium * Team upload. * Standards-Version: 4.4.0 * debhelper compatibility level 12 * skip dh_auto_test if nocheck is set in DEB_BUILD_OPTIONS Closes: #932426. * Close privacy-breach-generic in docs: replace external link to latest.js with link to local file from libjs-mathjax. * update skip-test-ppc64el.patch to provide a reason * apply upstream patches to fix tests. Closes: #923104. - import_H5pyDeprecationWarning_a67b2c7.diff, to fix test_deprecation.py - fix_deprecated_assertEquals_4464353.diff, fix_deprecated_assert_1123a0c.diff to update deprecated assertEquals function - fix_test_file_61c0a86.diff applies commit 61c0a86 to add file modes to fix test_file.py * skip testing with python3-dbg. Triggers a test fail (other python interpreters pass) -- Drew Parsons Mon, 12 Aug 2019 20:40:28 +0800 h5py (2.9.0-1) unstable; urgency=medium * New upstream version 2.9.0 * Remove patches included in the 2.9.0 release and Refresh patches. * Override dh_auto_test to run tests in the way recommended by upstream. * Bump Standards-Version to 4.3.0 (no change). -- Mo Zhou Sat, 02 Feb 2019 07:40:35 +0000 h5py (2.8.0-3) unstable; urgency=medium * Cherry-pick upstream commit df9268c26f2a98e0891afc15aa497d062c53a56a "TST/API: do not remap the exceptions for the get_num_objs" The previous patch for fixing HDF5 1.10.3 compatibility is incorrect. -- Mo Zhou Tue, 18 Dec 2018 13:28:21 +0000 h5py (2.8.0-2) unstable; urgency=medium [ Andreas Tille ] * Remove unneeded get-orig-source target [ Gilles Filippini ] * Fix FTBFS against HDF5 1.10.3 (Closes: #914245) (+ hdf5-1.10.3-support.patch) [ Mo Zhou ] * Add myself to Uploaders. -- Mo Zhou Fri, 23 Nov 2018 15:00:39 +0000 h5py (2.8.0-1) unstable; urgency=medium * Team upload. [ Andreas Tille ] * New upstream version (Closes: #902553, #898526, #900419) * Bump debhelper compat level to 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 [ Mo Zhou ] * Remove the ancient X-Python*-Version fields. * Bump Standards-Version to 4.2.0 . - Remove Priority: extra from control since it had been deprecated. * Add the missing B-D python-unittest2 for python2 tests. -- Mo Zhou Sat, 04 Aug 2018 16:54:06 +0000 h5py (2.7.1-2) unstable; urgency=medium * Fixup the debug package description for Python 2. Thanks to James Clarke * Replace occurrences of findstring with filter. Thanks to James Clarke * Build and install the low-level API documentation - Move Sphinx to Build-Depends - Build and install the API documentation - New patch Fix-build-of-API-docs-with-Python-3.patch Thanks to Drew Parsons for reporting (Closes: #874712) * Filter egg-info directory with extend-diff-ignore * Add recommended get-orig-source target -- Ghislain Antony Vaillant Mon, 11 Sep 2017 10:15:49 +0100 h5py (2.7.1-1) unstable; urgency=medium * Switch from git-dpm to gbp * New upstream version 2.7.1 (Closes: #867987) * Update the patch queue - Drop patch numbering, rename 0001-Disable-usage-of-rpath.patch to No-rpath.patch - New patch No-intersphinx.patch, disable useless intersphinx mapping * Update copyright information and dates * Normalize the package descriptions * Build the docs using the upstream Makefile * Use DEB_BUILD_OPTIONS for the nodoc guards * Bump the standards version to 4.1.0 -- Ghislain Antony Vaillant Sun, 03 Sep 2017 18:17:55 +0200 h5py (2.7.0-1) unstable; urgency=medium * Run DEP-8 tests for all supported Python versions * Add missing i-deps on python{,3}-numpy-dbg (Closes: #858727) * Source future releases from PyPI * New upstream release * Rebase patch queue - Drop 0002-Fix-arch-name-for-ppc64le.patch, applied upstream - Drop 0003-Fix-version_tuple-to-make-it-PEP440-compliant.patch, applied upstream -- Ghislain Antony Vaillant Fri, 07 Apr 2017 14:08:48 +0100 h5py (2.7.0~rc3-1) unstable; urgency=medium * New upstream release (Closes: #851162) * Rebase patch queue - Drop 0002-Explicity-specify-endianess-of-expected-output-type.patch, applied upstream * Cherry pick upstream fix for builds on ppc64el - New patch 0002-Fix-arch-name-for-ppc64le.patch * Cherry-pick proposed fix for version numbers - New patch 0003-Fix-version_tuple-to-make-it-PEP440-compliant.patch -- Ghislain Antony Vaillant Wed, 25 Jan 2017 14:13:35 +0000 h5py (2.7.0~rc2-2) unstable; urgency=medium * Cherry-pick proposed fix for FTBFS on mips and s390x (Closes: #850699) - New patch 0002-Explicity-specify-endianess-of-expected-output-type.patch -- Ghislain Antony Vaillant Thu, 12 Jan 2017 12:22:23 +0000 h5py (2.7.0~rc2-1) unstable; urgency=medium * Switch to git-dpm - The patch queue is numbered now - The gbp configuration has been dropped * New upstream release * Rebase the patch queue - Drop 0002-Disable-broken-tests.patch, fixed upstream - Drop 0003-Package-Config-Fix-Detection.patch, applied upstream * Drop versioned dependency on Cython, no longer required * Adjust the minimum version of Python 3 to 3.3 * Upgrade the packaging to debhelper 10 * Support the nodoc build profile - Add appropriate build dependency on dpkg-dev - Mark build dependencies for the documentation as !nodoc - Add build dependency on sphinx-common for dh_sphinxdoc - Do not build the documentation if nodoc is requested * Fix incomplete care of debug packages - Use nominal set of install dependencies for each -dbg package - Add missing dh_strip override for each -dbg package * Add missing Built-Using for the Sphinx documentation -- Ghislain Antony Vaillant Thu, 05 Jan 2017 19:05:19 +0000 h5py (2.6.0-2) unstable; urgency=medium * Cherry-pick upstream patch fixing HDF5 detection. - New patch Package-Config-Fix-Detection.patch. Thanks to Iain Lane for reporting (Closes: #846351) * Bump standards version to 3.9.8, no changes required. * Use HTTPS for the copyright Format URI. * Drop superfluous Testsuite field. * Mark -doc package Multi-Arch: foreign. * Suggest install of -doc package. * Call dh_numpy{,3} in dh_python{2,3} overrides. * Enable hardening. * Cosmetic fixups in rules file. * Update gbp.conf with current repository layout. * Simplify the packaging testsuite. -- Ghislain Antony Vaillant Thu, 01 Dec 2016 11:53:05 +0000 h5py (2.6.0-1) unstable; urgency=medium * New upstream release. * d/gbp.conf: no patch numbering. * Update patch queue: - Drop 0002-prevent-cython-dep.patch, no longer required. - Drop drop-mpiposix.patch, unused. - Refresh Disable-usage-of-rpath.patch. * Update build dependencies: - Raise versioned depends on cython to 0.19. - Drop versioned depends on numpy and sphinx. * Update copyright: - add myself to the copyright holders of the debian files. - add missing copyright information for vendored files. - cme fix, wrap and sort. * Add patch disabling broken tests acknowledged upstream. Thanks to Gilles Filippini. (Closes: #797476) -- Ghislain Antony Vaillant Tue, 02 Feb 2016 16:11:06 +0000 h5py (2.5.0-3) unstable; urgency=medium * Add missing install dependencies for debug packages. * d/control: use secure VCS-Git URI. -- Ghislain Antony Vaillant Tue, 26 Jan 2016 07:46:33 +0000 h5py (2.5.0-2) unstable; urgency=medium * Add debug extension packages. Thanks to Picca Frederic-Emmanuel (Closes: #793789) * d/control: cme fix, wrap and sort, update descriptions. * Add examples to doc package. * Move documentation generation to arch-indep targets. * Add autopkgtest testsuite. * Simplify clean target. -- Ghislain Antony Vaillant Sun, 24 Jan 2016 11:44:54 +0000 h5py (2.5.0-1) unstable; urgency=medium * Remove dependency on pkg-config. * Release to unstable. -- Ghislain Antony Vaillant Thu, 02 Jul 2015 12:29:04 +0100 h5py (2.5.0-1~exp1) experimental; urgency=medium * New usptream release * Add documentation package * d/p/*: refresh patches * d/watch: track upstream releases on Github, avoid repack * d/copyright: remove repack * d/rules: more files added to clean target * d/control: - add build-dep on python{3}-six - add build-dep on python{3}-pkgconfig -- Ghislain Antony Vaillant Fri, 17 Apr 2015 00:15:33 +0100 h5py (2.4.0+dfsg1-1~exp3) experimental; urgency=medium * Definitely remove install dependency on cython * d/patches/*: - series: correct order of patches - 0002*.patch: better patch to avoid cython * d/control: add versioned build-dep on cython -- Ghislain Antony Vaillant Thu, 16 Apr 2015 07:50:21 +0100 h5py (2.4.0+dfsg1-1~exp2) experimental; urgency=medium * Remove unnecessary install dependency on cython * d/control: lintian fix * d/patches/*: add 0002-prevent-cython-dep.patch -- Ghislain Antony Vaillant Tue, 14 Apr 2015 12:32:30 +0100 h5py (2.4.0+dfsg1-1~exp1) experimental; urgency=medium * New upstream release * d/control: lintian fix * d/copyright: - lintian fix - made dep5 compatible - strip residual .DS_Store files in tarball * d/watch: - add repack due to file strip * d/patches/*: - add 0001-prevent-rpath.patch - disable drop-mpiposix.patch -- Ghislain Antony Vaillant Tue, 31 Mar 2015 23:37:54 +0100 h5py (2.2.1-2~exp1) experimental; urgency=medium * Move package maintenance over to d-science. * Bump standards version to 3.6 (no changes required). * Use pybuild as package build system. * d/watch: use pypi.debian.net. * d/rules: clean cythonized c-files. * Use pkg-config for HDF5 compile and link flags. -- Ghislain Antony Vaillant Thu, 26 Mar 2015 15:57:33 +0000 h5py (2.2.1-1.1) unstable; urgency=medium * Non-maintainer upload (closes: #756668). * Support hdf5 1.8.13 new packaging path layout. * Patch drop-mpiposix.patch: MPIPOSIX interface was dropped in hdf5 1.8.13 -- Gilles Filippini Wed, 06 Aug 2014 19:19:39 +0200 h5py (2.2.1-1) unstable; urgency=low * New upstream version * Fix python3 dependency (Closes: #732586) -- Soeren Sonnenburg Sat, 04 Jan 2014 23:18:29 +0100 h5py (2.2.0-1) unstable; urgency=low * New upstream version (Closes: #691797, #691282) * Bump compat version to 9. * Bump standards version to 3.9.4. * Provide python3 package (Closes: #670545) * Update Vcs-* field (Closes: #664325) * Add cython as build deps. -- Soeren Sonnenburg Sat, 16 Nov 2013 06:46:45 +0100 h5py (2.0.1-2) unstable; urgency=low * Build depend on libhdf5-dev instead of libhdf5-serial-dev to accomodate hdf5 transition. -- Soeren Sonnenburg Wed, 18 Jan 2012 21:50:16 +0100 h5py (2.0.1-1) unstable; urgency=low * New upstream version. * Remove h5py_config.pickle created on python setup.py clean (Closes: #643152) -- Soeren Sonnenburg Wed, 12 Oct 2011 12:47:45 +0200 h5py (2.0.0-1) unstable; urgency=low * New upstream version. * Bump standards version to 3.9.2 (no changes required). * Switch package to dh_python2. -- Soeren Sonnenburg Sun, 24 Jul 2011 21:13:37 +0200 h5py (1.3.1-1) unstable; urgency=low * New upstream version. -- Soeren Sonnenburg Wed, 12 Jan 2011 14:48:19 +0100 h5py (1.3.0-3) unstable; urgency=low * Convert package to pysupport and call dh_numpy upon install (Closes: #590738,#589835). * Bump standards version to 3.9.1.0 (no changes required). -- Soeren Sonnenburg Fri, 30 Jul 2010 21:12:45 +0200 h5py (1.3.0-2) unstable; urgency=low * Update watch file for recent google code change. -- Soeren Sonnenburg Thu, 27 May 2010 10:49:01 +0200 h5py (1.3.0-1) unstable; urgency=low * New upstream version. - Remove quilt patches. - Bump standards version to 3.8.4 (no changes required). - Switch to dpkg-source 3.0 (quilt) format. -- Soeren Sonnenburg Tue, 23 Mar 2010 15:38:34 +0100 h5py (1.2.1-2) unstable; urgency=low * Build-depend on hdf5 >= 1.8.3 and enable api 1.8 (Closes: #548049) -- Soeren Sonnenburg Thu, 24 Sep 2009 11:08:03 +0200 h5py (1.2.1-1) unstable; urgency=low * New upstream version. -- Soeren Sonnenburg Tue, 15 Sep 2009 08:01:40 +0200 h5py (1.2.0-1) unstable; urgency=low * Initial release (Closes: #543766) -- Soeren Sonnenburg Wed, 26 Aug 2009 23:50:43 +0200